Performance data not showing up

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
itbilling
Posts: 32
Joined: Wed Jul 09, 2014 10:36 am

Re: Performance data not showing up

Post by itbilling »

tgriep wrote:The RRD files is where the data is stored after they are processed but with the issues you were having, the data maybe lost.
Lets check to see if the data is being processed now by running the following and post back the results.

Code: Select all

ls /usr/local/nagios/var/spool/xidpe | wc -l
ls /usr/local/nagios/var/spool/perfdata | wc -l
ls /usr/local/nagios/var/spool/checkresults | wc -l
I'm guessing this isn't a good sign:

Code: Select all

[root@localhost ~]# ls /usr/local/nagios/var/spool/xidpe | wc -l
2
[root@localhost ~]# ls /usr/local/nagios/var/spool/perfdata | wc -l
0
[root@localhost ~]# ls /usr/local/nagios/var/spool/checkresults | wc -l
0
[root@localhost ~]#

tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Performance data not showing up

Post by tmcdonald »

Actually that is a good sign - those directories should be nearly empty. When they start filling up, it means performance and check result data is not being processed by Nagios.

To be clear, are you asking if it is possible to recover the performance data that wasn't graphed to fill in the gaps? If that is what you are asking then the answer is most likely no, unfortunately.
Former Nagios employee
Locked