Nagios don't show graph anymore
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
in which path they are?
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios don't show graph anymore
They should be in sub-directories of /usr/local/nagios/share/perfdata/
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
Code: Select all
pnp # service npcd restart
NPCD Stopped.
NPCD started
so what to do now?
thanks!
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: Nagios don't show graph anymore
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!
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
i don't have that log file
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios don't show graph anymore
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...
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
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
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')
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios don't show graph anymore
This all looks normal
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
ok great, thanks so much!!