Re: Performance data not showing up
Posted: Fri Jul 24, 2015 1:33 pm
I'm guessing this isn't a good sign: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
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 ~]#