Troubles with enabling service History

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Troubles with enabling service History

Post by dlukinski »

Hello XI Support

We've installed new Nagios XI to replace the existing DEV server.
It works ok but shows no data to display.

I went over the older case - https://support.nagios.com/forum/viewto ... h&start=10
and could not find why the history of the URL checks is not kept.

Please help
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Troubles with enabling service History

Post by npolovenko »

Hello, @dlukinski. Are all the other graphs working ok on the new XI server? Chances are if you delete the URL service's RRD and XML files from the
/usr/local/nagios/share/perfdata/
nagios will recreate these files and graphs will start working after 15 minutes.
I also recommend deleting all spooled files from the following direcotry:
/usr/local/nagios/var/spool/perfdata/
Then run:
service npcd restart
Full disclosure: this procedure will delete the existing historic data for the URL service.


You can also enable debugging in /usr/local/nagios/etc/pnp/process-perfdata.pl by changing "LOG_LEVEL = 1".
Then run service npcd restart, wait 15 minutes and send the /usr/local/nagios/var/perfdata.log file.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Troubles with enabling service History

Post by dlukinski »

npolovenko wrote:Hello, @dlukinski. Are all the other graphs working ok on the new XI server? Chances are if you delete the URL service's RRD and XML files from the
/usr/local/nagios/share/perfdata/
nagios will recreate these files and graphs will start working after 15 minutes.
I also recommend deleting all spooled files from the following direcotry:
/usr/local/nagios/var/spool/perfdata/
Then run:
service npcd restart
Full disclosure: this procedure will delete the existing historic data for the URL service.


You can also enable debugging in /usr/local/nagios/etc/pnp/process-perfdata.pl by changing "LOG_LEVEL = 1".
Then run service npcd restart, wait 15 minutes and send the /usr/local/nagios/var/perfdata.log file.
This worked, thank you

Please close the case
Locked