PNPgraph is not coming

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.
Locked
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

PNPgraph is not coming

Post by abhi321jay »

hii,
i have downloaded script to check cpu load via SNMP in linux machine the scripts work fine , but it's graph is not showing in pnp4nagios. all other services graph is showing.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: PNPgraph is not coming

Post by dwhitfield »

What's the output of the following:

Code: Select all

service npcd status
cat /etc/*-release
/usr/local/nagios/bin/nagios
If npcd is not running, you can start it with service npcd start.

If your nagios is is a different location, can you tell us what version you are running and whether you compiled it or built it from source?

Also, please share these two files:

Code: Select all

/usr/local/nagios/etc/pnp/process_perfdata.cfg
/usr/local/nagios/etc/nagios.cfg
Again, if those are in a different location, just share your nagios.cfg and process_perfdata.cfg.
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

Re: PNPgraph is not coming

Post by abhi321jay »

thanks.. its working
Locked