Page 2 of 2

Re: Performance data not showing up

Posted: Fri Jul 24, 2015 1:33 pm
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 ~]#


Re: Performance data not showing up

Posted: Fri Jul 24, 2015 2:10 pm
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.