Page 3 of 3

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 11:36 am
by jnash
in which path they are?

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 12:15 pm
by scottwilkerson
They should be in sub-directories of /usr/local/nagios/share/perfdata/

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 12:43 pm
by jnash

Code: Select all

pnp # service npcd restart
NPCD Stopped.
NPCD started
then no rdd data was deleted.
so what to do now?
thanks!

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 2:35 pm
by lmiltchev
Can you run the following command and post the output?

Code: Select all

tail /usr/local/nagios/var/npcd.log

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 2:47 pm
by jnash
i don't have that log file

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 3:14 pm
by scottwilkerson
Stepping back, I am confused what error you are getting?

There is nothing left to do if you ran the following and everything is working...
scottwilkerson wrote:We are going to need to rebuild pnp, please run the following

Code: Select all

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd /tmp/nagiosxi/subcomponents/pnp
chmod +x ./install
./install

service npcd restart

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 3:19 pm
by jnash
sorry my mistake in the command, this is the output

Code: Select all

[04-29-2012 20:41:27] NPCD: Please have a look at 'npcd -V' to get license information
[04-29-2012 20:41:27] NPCD: HINT: load_threshold is enabled - ('10.000000')
[05-01-2012 13:50:24] NPCD: Caught Termination Signal - Hasta la vista... baby
[05-06-2012 16:44:00] NPCD: npcd Daemon (0.4.14) started with PID=1294
[05-06-2012 16:44:00] NPCD: Please have a look at 'npcd -V' to get license information
[05-06-2012 16:44:00] NPCD: HINT: load_threshold is enabled - ('10.000000')
[06-04-2012 19:39:17] NPCD: Caught Termination Signal - Hasta la vista... baby
[06-04-2012 19:39:17] NPCD: npcd Daemon (0.4.14) started with PID=1084
[06-04-2012 19:39:17] NPCD: Please have a look at 'npcd -V' to get license information
[06-04-2012 19:39:17] NPCD: HINT: load_threshold is enabled - ('10.000000')

Re: Nagios don't show graph anymore

Posted: Mon Jun 04, 2012 4:58 pm
by scottwilkerson
This all looks normal

Re: Nagios don't show graph anymore

Posted: Tue Jun 05, 2012 12:48 pm
by jnash
ok great, thanks so much!!