Page 2 of 2

Re: Nagios XI ALL RRD's stopped gathering data

Posted: Wed Mar 01, 2017 10:03 am
by tgriep
Some of the rrd files in the /var/lib/mrtg folder have the wrong ownership / permission so run the following as root to fix that.

Code: Select all

chown apache.nagios /var/lib/mrtg/*
chmod 775 /var/lib/mrtg/*
The following warning / errors usually means that the interface / device that is getting polled doesn't exist anymore.

Code: Select all

WARNING: Expected a number but got 'noSuchInstance'
ERROR: Target[10.32.1.100_1][_IN_] ' $target->[124]{$mode} ' did not eval into defined data
It could be that the device is no longer active or that the ports are disabled, etc...
To clean them up, remove the .cfg files for those devices that do not exist anymore from this folder

Code: Select all

/etc/mrtg/conf.d
Try doing the above and let us know how it works out.

Re: Nagios XI ALL RRD's stopped gathering data

Posted: Wed Mar 01, 2017 11:02 am
by ssax
Locking the topic as we've received your support ticket, we will continue support through the ticket.

Thank you