Nagios don't show graph anymore

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

in which path they are?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios don't show graph anymore

Post by scottwilkerson »

They should be in sub-directories of /usr/local/nagios/share/perfdata/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

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

Re: Nagios don't show graph anymore

Post by lmiltchev »

Can you run the following command and post the output?

Code: Select all

tail /usr/local/nagios/var/npcd.log
Be sure to check out our Knowledgebase for helpful articles and solutions!
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

i don't have that log file
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios don't show graph anymore

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post 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')
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios don't show graph anymore

Post by scottwilkerson »

This all looks normal
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

ok great, thanks so much!!