Nagios XI MRTG Module

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Johnsmit
Posts: 95
Joined: Thu Apr 19, 2018 2:03 pm

Nagios XI MRTG Module

Post by Johnsmit »

Hi,

I need some information on Nagios MRTG module, In a large growing monitoring environment, how does MRTG module in NagiosXI store and read the data for generating reports. Where does the MRTG module reads data from? does it create log or stores information for the work it does?

Thanks,
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI MRTG Module

Post by scottwilkerson »

It stores RRD file in /var/lib/mrtg/ for the work that it does.

These files are references by the check_rrdtraf check commands for monitoring bandwidth levels as well as the Bandwidth Report.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Johnsmit
Posts: 95
Joined: Thu Apr 19, 2018 2:03 pm

Re: Nagios XI MRTG Module

Post by Johnsmit »

Thanks for your response. Can we expect how large the RRD file grows and how exponentially it does?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI MRTG Module

Post by scottwilkerson »

Johnsmit wrote:Thanks for your response. Can we expect how large the RRD file grows and how exponentially it does?
The size of the RRD's are fixed from creation and the MRTG RRD's are 105160 bytes each.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked