Nagios Graph not showing correct critical and warning values

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Deadringers
Posts: 18
Joined: Fri May 31, 2013 5:32 am

Nagios Graph not showing correct critical and warning values

Post by Deadringers »

Hey all,

I've set the critical and warning values in my Checknrpe check load to be 2 and 4

Code: Select all

define service
{
       use generic-service,nagiosgraph
       host_name host1234
       service_description Load
       contact_groups admins
       check_command check_nrpe!load!2!4
        }
But in Nagios graph it shows the critical/warning values as lots of different values for the different load values, e.g the 1 5 and 15 minute load values...


Screen shot here:
Image

http://imgur.com/a/Jscxf

Question:

How can I get these values in nagios graph to better match what I'm looking for?

Currently it kinda makes Nagios Graph a bit useless for this.

My other checks (Ping etc) seem to match up nicely with what I'm monitoring for.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios Graph not showing correct critical and warning va

Post by rkennedy »

Could you run it over the CLI and show us the full input / output? This will help to see the actual values being returned from the performance data for the specific check.
Former Nagios Employee
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios Graph not showing correct critical and warning va

Post by tgriep »

You should be asking this question on the Nagiosgraph's forums.
http://nagiosgraph.sourceforge.net/
The developers of that addon should be able to help you there.
Quick thing to try is to delete the rrd files for that check and see if they get recreated showing the correct values.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked