Page 1 of 1

NRDP Checks Stopped Updating

Posted: Wed Jan 06, 2021 4:30 pm
by cstuart
NRDP checks coming in from one of my downstream XI servers are coming in to my centralized XI server. I can see within nagios.log that they're coming in, but the statuses aren't being updated. The last check date is from a few days ago. Where should I look to find out why it's not updating?

Re: NRDP Checks Stopped Updating

Posted: Thu Jan 07, 2021 1:05 pm
by vtrac
Hi cstuart,
Could you please check the "Unconfigured Objects" folder?
Nagios XI GUI > Admin > Monitoring Config > Unconfigured Objects
unconfig-object.png
You might also want to check the following logs:

Code: Select all

/usr/local/nagiosxi/var/
/usr/local/nagios/var/nagios.log
/var/log/httpd
/var/log/mariadb/mariadb.log
Another thing you could try is to run the below command while forcing an immediate check on one of the NRDP service and see what the log is saying:

Code: Select all

# tail -f /usr/local/nagios/var/nagios.log
Regards,
Vinh