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
}
Screen shot here:
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.