Search found 3 matches
- Fri Jan 25, 2019 12:17 pm
- Forum: Nagios XI
- Topic: check_snmp w/multiple valid return values with warning alert
- Replies: 5
- Views: 930
Re: check_snmp w/multiple valid return values with warning a
Thank you. That does exactly what I need. 
- Thu Jan 24, 2019 3:45 pm
- Forum: Nagios XI
- Topic: check_snmp w/multiple valid return values with warning alert
- Replies: 5
- Views: 930
Re: check_snmp w/multiple valid return values with warning a
Unfortunately I can't glean enough information from the link provided to create a custom plugin to match my needs.
- Tue Jan 22, 2019 3:28 pm
- Forum: Nagios XI
- Topic: check_snmp w/multiple valid return values with warning alert
- Replies: 5
- Views: 930
check_snmp w/multiple valid return values with warning alert
I need to check a MIB which returns a number from 0-6. A returned value of either 1 or 3 should show OK. Any other return value should result in a down. I can do this with a RegEx = "1|3" however when it fails it only returns with critical alarm, and I need it to be only a warning alarm. I...