Page 1 of 1

Nagios XI MRTG Module

Posted: Thu Oct 11, 2018 1:12 pm
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,

Re: Nagios XI MRTG Module

Posted: Fri Oct 12, 2018 7:49 am
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.

Re: Nagios XI MRTG Module

Posted: Fri Oct 12, 2018 9:01 am
by Johnsmit
Thanks for your response. Can we expect how large the RRD file grows and how exponentially it does?

Re: Nagios XI MRTG Module

Posted: Fri Oct 12, 2018 9:47 am
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.