This in the headline is mesage i get periodically, I have set up all correctly with setup.py and nagios is working fine.
Here is what I have in spool dir
ls -la /var/spool/nagios/graphios/
total 0
drwxrwxrwx. 2 apache nagios 51 Mar 11 21:57 .
drwxr-xr-x. 5 nagios nagios 113 Mar 11 21:58 ..
-rw-r--r--. 1 nagios nagios 0 Mar 11 21:57 host-perfdata
-rw-r--r--. 1 nagios nagios 0 Mar 11 21:57 service-perfdata
I tried changing ownership to dir to nagios and to apache, giving 777 rights, but that seems not to be the problem. Problem is that host-perfdata and service-perfdata have no metrics inside.
tail -f /var/spool/nagios/graphios/service-perfdata
DATATYPE::SERVICEPERFDATA TIMET::1489270283 HOSTNAME::localhostSERVICEDESC::Root Partition SERVICEPERFDATA::/=1225MB;9566;10762;0;11958 SERVICECHECKCOMMAND::check_local_disk!20%!10%!/ HOSTSTATE::UP HOSTSTATETYPE::HARD SERVICESTATE::OK SERVICESTATETYPE::HARD GRAPHITEPREFIX::$_SERVICEGRAPHITEPREFIX$ GRAPHITEPOSTFIX::$_SERVICEGRAPHITEPOSTFIX$ METRICTYPE::$_SERVICEMETRICTYPE$
tail -f /var/spool/nagios/graphios/host-perfdata
^C
host-perfdata is empty and service-perfdata is not but no metrics.
What to do from here?
This in the headline is mesage i get periodically, I have set up all correctly with setup.py and nagios is working fine.
Here is what I have in spool dir
ls -la /var/spool/nagios/graphios/
total 0
drwxrwxrwx. 2 apache nagios 51 Mar 11 21:57 .
drwxr-xr-x. 5 nagios nagios 113 Mar 11 21:58 ..
-rw-r--r--. 1 nagios nagios 0 Mar 11 21:57 host-perfdata
-rw-r--r--. 1 nagios nagios 0 Mar 11 21:57 service-perfdata
I tried changing ownership to dir to nagios and to apache, giving 777 rights, but that seems not to be the problem. Problem is that host-perfdata and service-perfdata have no metrics inside.
tail -f /var/spool/nagios/graphios/service-perfdata
DATATYPE::SERVICEPERFDATA TIMET::1489270283 HOSTNAME::localhostSERVICEDESC::Root Partition SERVICEPERFDATA::/=1225MB;9566;10762;0;11958 SERVICECHECKCOMMAND::check_local_disk!20%!10%!/ HOSTSTATE::UP HOSTSTATETYPE::HARD SERVICESTATE::OK SERVICESTATETYPE::HARD GRAPHITEPREFIX::$_SERVICEGRAPHITEPREFIX$ GRAPHITEPOSTFIX::$_SERVICEGRAPHITEPOSTFIX$ METRICTYPE::$_SERVICEMETRICTYPE$
tail -f /var/spool/nagios/graphios/host-perfdata
^C
host-perfdata is empty and service-perfdata is not but no metrics.
What to do from here?