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
graph not update after check command update in host
-
progressive.nagiosXI
- Posts: 277
- Joined: Mon Jul 31, 2017 5:54 am
graph not update after check command update in host
You do not have the required permissions to view the files attached to this post.
Re: graph not update after check command update in host
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)
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.
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/hostnameWait 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!