graph not update after check command update in host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

graph not update after check command update in host

Post by progressive.nagiosXI »

Hi

we updated default check command(ping) of Host to Check TCP 5693 ,after that graph data not update for all host where we change this.

Getting TCP OK - 0.025 second response time on 10.100.58.* port 5693 for all servers.

Please help

Thanks
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: graph not update after check command update in host

Post by tgriep »

If the check was changed to output more or less datapoints for the performance data (which was done when the command was changed to the check_tcp plugin), this will cause the graphs to stop plotting data as the data does not match up anymore.
To fix this the rrd and the xml files that hold the data will have to be deleted so they can be recreated with the new data.

To do that, go to this folder (replace hostname with the actual hostname)

Code: Select all

/usr/local/nagios/share/perfdata/hostname
Delete the .rrd and .xml file with the name of the service and that should allow them to be updated.
Wait for 15 to 30 minutes for them to update in the GUI and see if that allows the graphs to update.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked