Performance data limits no correctly graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
frenchviking
Posts: 8
Joined: Tue Jun 07, 2016 10:47 am

Performance data limits no correctly graph

Post by frenchviking »

Hello,

I have a script that return performance data as the following :

Code: Select all

APP1_DB=2.52
APP1_Throughput=22.0
APP1_CPU=3.62
APP1_ErrorRate=0;1;5;
APP1_Apdex=0.86;0.85;0.7;
APP1_ResponseTime=439
APP1_Memory=6590
APP1_Errors=0
APP2_DB=10.2
APP2_Throughput=413
APP2_CPU=60.9
APP2_ErrorRate=0.485;1;5;
APP2_Apdex=0.9;0.85;0.7;
APP2_ResponseTime=840
APP2_Memory=9980
APP2_Errors=2.0
APP3_DB=13.9
APP3_Throughput=1140
APP3_CPU=193
APP3_ErrorRate=0.21;1;5;
APP3_Apdex=0.88;0.85;0.7;
APP3_ResponseTime=764
APP3_Memory=9570
APP3_Errors=2.67.
APP3_ResponseTime=764
APP3_Memory=9570
APP3_Errors=2.67
So data APPx_ErrorRate & APPx_Apdex have two differents warning & critical limits.

From the graph explorer or the perofrmance graphs page the limits displayed are 1 and 5 from the error rate performance data. The Apdex limits are not used. Why ? Should I have a specific, separate service check with dedicated limits ?

Thank you.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Performance data limits no correctly graph

Post by rkennedy »

You may need to run through this article since it sounds like you have a lot of output in your status checks https://support.nagios.com/kb/article.php?id=478

As for the plugin, that should be working. Can you show us a screenshot for reference on what you're seeing when looking at a graph?
Former Nagios Employee
frenchviking
Posts: 8
Joined: Tue Jun 07, 2016 10:47 am

Re: Performance data limits no correctly graph

Post by frenchviking »

Hello,

Here is the check result :
Image

The performance data :
Image

And my graph :
Image

I understand that with all performance data in one graph only two limits could be set (warning and critical). But when I use the Multistacked Performance Graph, I would (not sure it's possible) like to have my 3 performances data with the same limits shown on the graph.

Here I'm missing my limits from the corresponding performance data for the Apdex value (0.85 and 0.7)
Image

Even using the "simple" scalable performance graph, using only one data type I see the default 1 and 5 limits instead again of the one define for my data (0.85 and 0.7 again) :
Image

It looks like only the first set limits are used (1 and 5).

I tried to be as clear as possible but don't hesitate to let me know if something is not.

Thank you for the support.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Performance data limits no correctly graph

Post by ssax »

I see what you're referring to, after looking at the code it doesn't look like there is a quick way to add this in, I've created a feature request for this:

Code: Select all

NEW TASK ID 8848 created - Nagios XI Feature Request: Graphs - Show warning and critical lines for all instead of just one metric
frenchviking
Posts: 8
Joined: Tue Jun 07, 2016 10:47 am

Re: Performance data limits no correctly graph

Post by frenchviking »

Hello,

So it would be possible to have specific limit for each performance data ? That would be really great !

Thank you.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Performance data limits no correctly graph

Post by rkennedy »

Yes, rather then show the warning / critical for one part, it will show it for all of the metrics.

As the feature request has been filed, are we good to mark this thread as resolved?
Former Nagios Employee
frenchviking
Posts: 8
Joined: Tue Jun 07, 2016 10:47 am

Re: Performance data limits no correctly graph

Post by frenchviking »

Hello,

I guess so :) How can I follow the request ?

Thank you.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Performance data limits no correctly graph

Post by rkennedy »

Rather then closing this thread, I'll leave it open for you to use as a place to check back. Give it some time, but feel free to post back here when you're looking for an update, and one of us will check our internal system.
Former Nagios Employee
Locked