NRDP Checks Stopped Updating

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cstuart
Posts: 37
Joined: Thu May 02, 2019 8:18 am

NRDP Checks Stopped Updating

Post 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?
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: NRDP Checks Stopped Updating

Post 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
You do not have the required permissions to view the files attached to this post.
Locked