Performance graph not showing in service detail page

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
CBoekhuis
Posts: 234
Joined: Tue Aug 16, 2011 4:55 am

Performance graph not showing in service detail page

Post by CBoekhuis »

Hi,

After upgrade to 2014R1.3 we saw that in a few service detail pages the performance graphs are blank.
When looking on de "Service Status" page the graph is showing when hitting the graph icon in the service colomn.
Any idea ?

Gr,
Christian Bakker
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Performance graph not showing in service detail page

Post by lmiltchev »

What kind of checks are these? Are they "CPU Usage" checks?
Be sure to check out our Knowledgebase for helpful articles and solutions!
CBoekhuis
Posts: 234
Joined: Tue Aug 16, 2011 4:55 am

Re: Performance graph not showing in service detail page

Post by CBoekhuis »

The check i'm stroggeling now is a shell script that echos a few values. This check works fine on the prompt. I also removed the rrd and xml files so they could be new , but that had the same result.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Performance graph not showing in service detail page

Post by abrist »

Could you post the script and an example of the command and output when running it? It may be outputting invalid performance data.
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.
CBoekhuis
Posts: 234
Joined: Tue Aug 16, 2011 4:55 am

Re: Performance graph not showing in service detail page

Post by CBoekhuis »

Hi ,

the output of the script is as follow:

OK: De Totale Primary Pools zijn samen 122 TB (Licentie=127 TB)| PTP=111610.66GB;;;0; | CTP=111590.74GB;;;0; | PTPJAAR=13554.10GB;;;0; | CTPJAAR=13554.10GB;;;0; | TBLIC=125164.76GB;;;0;

When a hit the graph icon in the "Service Status all services" the graph shows up nicely.
When i go to the "Service Status Detail" and hit the "performance graph" tab the graph is empty.

Gr,
Christian Bakker
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Performance graph not showing in service detail page

Post by Box293 »

Code: Select all

OK: De Totale Primary Pools zijn samen 122 TB (Licentie=127 TB)| PTP=111610.66GB;;;0; | CTP=111590.74GB;;;0; | PTPJAAR=13554.10GB;;;0; | CTPJAAR=13554.10GB;;;0; | TBLIC=125164.76GB;;;0;
There are too many pipes, there should only be one. All data to the right of the pipe is performance data.

It should be:

Code: Select all

OK: De Totale Primary Pools zijn samen 122 TB (Licentie=127 TB)|PTP=111610.66GB;;;0; CTP=111590.74GB;;;0; PTPJAAR=13554.10GB;;;0; CTPJAAR=13554.10GB;;;0; TBLIC=125164.76GB;;;0;
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
CBoekhuis
Posts: 234
Joined: Tue Aug 16, 2011 4:55 am

Re: Performance graph not showing in service detail page

Post by CBoekhuis »

Hi,

i agree that the output is not exactly as it should be. I've fixed this, but the questions remains why in some parts of nagios xi the graph shows up and in other not.

I will try now to fix the historical data.

Gr,
Christian
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Performance graph not showing in service detail page

Post by lmiltchev »

I've fixed this, but the questions remains why in some parts of nagios xi the graph shows up and in other not.
Can you show us an example (screenshots)?
Be sure to check out our Knowledgebase for helpful articles and solutions!
ssa_nagios
Posts: 38
Joined: Fri Jun 13, 2014 12:52 pm

Re: Performance graph not showing in service detail page

Post by ssa_nagios »

I am also having a similar issue but using default check_scripts

After upgrading to Nagios XI 2014R1.3. The performance graphs in the Service Status Detail pages aren't showing up.
status_detail.png
graphs_tab.png
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Performance graph not showing in service detail page

Post by abrist »

Do either of you run gearman?
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.
Locked