Performance Graphs on a Port Check

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
peter.zanetti
Posts: 90
Joined: Wed Oct 01, 2014 8:34 am

Performance Graphs on a Port Check

Post by peter.zanetti »

Back at the end of April we switched our host checks on some devices from a ping to a port 445 check. We noticed that on our performance graphs after we made the change they stopped mapping data. Is there a way to map the port check response time into a performance graph?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Performance Graphs on a Port Check

Post by tgriep »

To get the graphs working again, you would have to delete the xml and rrd files for those hosts and the XI system will recreate them.
Go to this folder

Code: Select all

/usr/local/nagios/share/perfdata/
Find the host name that the graphs are not updating and change to that folder.
Delete the following files.

Code: Select all

_HOST_.rrd
_HOST_.xml
And in about 20 minutes, the graphs should start updating.
Be sure to check out our Knowledgebase for helpful articles and solutions!
peter.zanetti
Posts: 90
Joined: Wed Oct 01, 2014 8:34 am

Re: Performance Graphs on a Port Check

Post by peter.zanetti »

There are about 3000 servers on that box who's graphs are not working, is there a way to do this for every host and not have to do it one by one?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Performance Graphs on a Port Check

Post by tgriep »

You can run this procedure to update all of the graphs. You can ignore that it is for Ping Checks, it should work for all of your hosts graphs.
https://support.nagios.com/wiki/index.p ... 14_Upgrade
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked