Re: Nagios Output Not Graphing
Posted: Sun Dec 13, 2015 10:03 pm
Hi All,
Thanks for all your help, all this time there are just missing lines from my command.cfg. When I added those lines the graph came back
this are the missing lines
Thanks for all your help, all this time there are just missing lines from my command.cfg. When I added those lines the graph came back
this are the missing lines
define command{
command_name process-host-perfdata-file
command_line /usr/local/pnp4nagios/libexec/process_perfdata.pl --bulk=/usr/local/pnp4nagios/var/host-perfdata
}
define command{
command_name process-service-perfdata-file
command_line /usr/local/pnp4nagios/libexec/process_perfdata.pl --bulk=/usr/local/pnp4nagios/var/service-perfdata
}