Nagios don't show graph anymore
Re: Nagios don't show graph anymore
in which path they are?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios don't show graph anymore
They should be in sub-directories of /usr/local/nagios/share/perfdata/
Re: Nagios don't show graph anymore
Code: Select all
pnp # service npcd restart
NPCD Stopped.
NPCD started
so what to do now?
thanks!
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.logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios don't show graph anymore
i don't have that log file
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
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
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')
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios don't show graph anymore
This all looks normal
Re: Nagios don't show graph anymore
ok great, thanks so much!!