Nagios Output Not Graphing

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
braindope
Posts: 80
Joined: Fri Sep 26, 2014 12:13 am

Re: Nagios Output Not Graphing

Post by braindope »

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 :D


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
}
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios Output Not Graphing

Post by lmiltchev »

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 :D
Great! Is it safe to close this post?
Be sure to check out our Knowledgebase for helpful articles and solutions!
braindope
Posts: 80
Joined: Fri Sep 26, 2014 12:13 am

Re: Nagios Output Not Graphing

Post by braindope »

yes you may proceed on closing this post, thanks! :D
Locked