Search found 5 matches
- Tue Dec 15, 2015 5:16 am
- Forum: Nagios XI
- Topic: Show 100% as ok and lower than 50% as warning
- Replies: 5
- Views: 1436
Re: Show 100% as ok and lower than 50% as warning
Yes please go ahead.
- Mon Dec 14, 2015 5:24 am
- Forum: Nagios XI
- Topic: Show 100% as ok and lower than 50% as warning
- Replies: 5
- Views: 1436
Re: Show 100% as ok and lower than 50% as warning
Box293 you put me on the right path, Now using check_xi_service_snmp! -p 161 -o mib-2.33.1.2.4.0 -P 3 --seclevel=noAuthNoPriv --secname=Redacted --authproto=MD5 -x des -u "%" -m SNMPv2-SMI check_stuff -w@80:90 -c@0:80 Which means 100% is fine and I can create warnings for below that figure...
- Fri Dec 11, 2015 9:56 am
- Forum: Nagios XI
- Topic: Show 100% as ok and lower than 50% as warning
- Replies: 2
- Views: 438
Re: Show 100% as ok and lower than 50% as warning
Now the post is approved I will put a little bit more detail in,
This is the code I am using on the service,
check_xi_service_snmp! -p 161 -o mib-2.33.1.2.4.0 -P 3 --seclevel=noAuthNoPriv --secname=vestra --authproto=MD5 -x des -u "%" -m SNMPv2-SMI -w -80 -c -60
This is the code I am using on the service,
check_xi_service_snmp! -p 161 -o mib-2.33.1.2.4.0 -P 3 --seclevel=noAuthNoPriv --secname=vestra --authproto=MD5 -x des -u "%" -m SNMPv2-SMI -w -80 -c -60
- Fri Dec 11, 2015 9:51 am
- Forum: Nagios XI
- Topic: Show 100% as ok and lower than 50% as warning
- Replies: 2
- Views: 438
Show 100% as ok and lower than 50% as warning
Hi I am using SNMP with a UPS and I want it to show that 100% is ok as the battery is at 100%, But I want alerts when it falls to 80% and 50%,
At the moment it will only accept 100% as critical
At the moment it will only accept 100% as critical
- Fri Dec 11, 2015 3:59 am
- Forum: Nagios XI
- Topic: Show 100% as ok and lower than 50% as warning
- Replies: 5
- Views: 1436
Show 100% as ok and lower than 50% as warning
Morning Guys, We are trying to setup our UPS on the Nagios XI enviroment, It uses SNMP and I have been able to get it to return the values that we want but I am having issues with the alerts and warning side of Nagios, At the moment the UPS Estimated Charge Remaining is 100% and if I put a -w and -c...