Page 1 of 1

/var/lib/mrtg/172.16.2.54_1073742192.rrd does not exist

Posted: Sun May 07, 2017 8:23 am
by paltel
hi
I have a problem in Nagios when I configure brocade switch in Nagios that all Bandwidth switch port is unknown the details of error
/var/lib/mrtg/172.16.2.54_1073742192.rrd does not exist

BR

Re: /var/lib/mrtg/172.16.2.54_1073742192.rrd does not exist

Posted: Mon May 08, 2017 9:11 am
by tgriep
Take a look at the following KB articles to trouble shoot some common issues with the generation of the MRTG files that could be causing the issue you are having.
https://support.nagios.com/kb/article.php?id=512
https://support.nagios.com/kb/article.php?id=511
If after going through the KB articles and you still have the error, can you run the following command as root and post back the /tmp/mrtg.txt file?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg -debug=cfg,base &> /tmp/mrtg.txt
Thanks.