Nagios xi ALL RRD's stopped gathering data

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios xi ALL RRD's stopped gathering data

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios xi ALL RRD's stopped gathering data

Post by ssax »

Locking the topic as we've received your support ticket, we will continue support through the ticket.

Thank you