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,
Nagios XI MRTG Module
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios XI MRTG Module
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.
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
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
The size of the RRD's are fixed from creation and the MRTG RRD's are 105160 bytes each.Johnsmit wrote:Thanks for your response. Can we expect how large the RRD file grows and how exponentially it does?