XI Shows performance graph isn't running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: XI Shows performance graph isn't running

Post by abrist »

Was pnp4nagios updated on this server? I ask because this is a potential symptom of upgrading to to pnp4nagios 0.6 (and we only support 0.4 currently).
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Keo
Posts: 33
Joined: Wed May 09, 2012 12:11 pm

Re: XI Shows performance graph isn't running

Post by Keo »

abrist wrote:Was pnp4nagios updated on this server? I ask because this is a potential symptom of upgrading to to pnp4nagios 0.6 (and we only support 0.4 currently).
I checked all the rpms and I don't see pnp4nagios installed.
Last edited by slansing on Mon Sep 09, 2013 1:03 pm, edited 1 time in total.
Reason: Please edit your previous post to add information/questions if you are the last poster.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: XI Shows performance graph isn't running

Post by lmiltchev »

Can you run the following command and show the output?

Code: Select all

cat /usr/local/nagios/etc/pnp/pnp4nagios_release
Be sure to check out our Knowledgebase for helpful articles and solutions!
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: XI Shows performance graph isn't running

Post by abrist »

This process is checked by a cron. What is the output of:

Code: Select all

ps -aef | grep cron | grep perf
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Keo
Posts: 33
Joined: Wed May 09, 2012 12:11 pm

Re: XI Shows performance graph isn't running

Post by Keo »

lmiltchev wrote:Can you run the following command and show the output?

Code: Select all

cat /usr/local/nagios/etc/pnp/pnp4nagios_release

Code: Select all

#cat /usr/local/nagios/etc/pnp/pnp4nagios_release
PKG_REL_DATE="05-02-2009"
PKG_VERSION="0.4.14"
PKG_NAME="pnp"
Keo
Posts: 33
Joined: Wed May 09, 2012 12:11 pm

Re: XI Shows performance graph isn't running

Post by Keo »

abrist wrote:This process is checked by a cron. What is the output of:

Code: Select all

ps -aef | grep cron | grep perf

Code: Select all

 
#ps -aef | grep cron | grep perf
nagios   14846 14837  0 14:41 ?        00:00:00 /bin/sh -c /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1
nagios   14855 14846  0 14:41 ?        00:00:00 /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: XI Shows performance graph isn't running

Post by abrist »

Are there any javascript errors etc. in your browser?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Keo
Posts: 33
Joined: Wed May 09, 2012 12:11 pm

Re: XI Shows performance graph isn't running

Post by Keo »

abrist wrote:Are there any javascript errors etc. in your browser?
I don't see any
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: XI Shows performance graph isn't running

Post by sreinhardt »

What are your rights on /usr/local/nagiosxi/var/subsys/npcd.pid

Code: Select all

ll /usr/local/nagiosxi/var/subsys/npcd.pid
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Keo
Posts: 33
Joined: Wed May 09, 2012 12:11 pm

Re: XI Shows performance graph isn't running

Post by Keo »

sreinhardt wrote:What are your rights on /usr/local/nagiosxi/var/subsys/npcd.pid

Code: Select all

ll /usr/local/nagiosxi/var/subsys/npcd.pid
Hmmmm..... Should this be nagios?

Code: Select all

# ll /usr/local/nagiosxi/var/subsys/npcd.pid
-rw-r----- 1 root root 4 Sep  7 04:04 /usr/local/nagiosxi/var/subsys/npcd.pid
Locked