If I want to use the check_snmp check in order to see if my UPS is providing the right voltage, was thinking I need to check if it's to high AND or to low. Is there a way to do both short of having to checks run? One that checks if it's below some thresholds and one that checks if it's above?
Thanks.
JR
check if result is both to high or to low?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: check if result is both to high or to low?
That is possible, read the threshold standards here:
https://nagios-plugins.org/doc/guidelin ... HOLDFORMAT
https://nagios-plugins.org/doc/guidelin ... HOLDFORMAT
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: check if result is both to high or to low?
Helpful article thanks.
Set:
-w116:125 -c109:130
So if voltage goes bleow 116 or above 125 I get a warning and below 109 or above 130 it goes critical.
Thanks.
JR
Set:
-w116:125 -c109:130
So if voltage goes bleow 116 or above 125 I get a warning and below 109 or above 130 it goes critical.
Thanks.
JR
Re: check if result is both to high or to low?
Is there anything else we can do to help you with this one?
Former Nagios Employee.
me.
me.
Re: check if result is both to high or to low?
Nope. Close away