I have set up a wetness test on a Sensatronics EM1 using SNMP method. The oid is 1.3.6.1.4.1.16174.1.1.3.3.4.9.0. I set it up to alert when is greater than 30 but it keeps sending bad alerts when it is not event greater than 10. The test for Humidity and Temperature are working fine on the same device.
We are running Host Monitor 5.92 version and RMA 3.30c version. The OS is Windows Server 2003 SP1. Any ideas?
Thanks.
Agustin Pineda
Wetness test on Sensatronics EM1
-
- Posts: 6
- Joined: Thu Jun 30, 2005 1:46 pm
- Location: Denver
OID 1.3.6.1.4.1.16174.1.1.3.3.4.9 represents group4WetDataStr counter. If you check Sensatronics manual, you will see this counter returns STRING, so HostMonitor compare value as a string.
Use OID 1.3.6.1.4.1.16174.1.1.3.3.4.10.0 (group4WetDataInt) instead, this counter returns numberic (int) value
Regards
Alex
Use OID 1.3.6.1.4.1.16174.1.1.3.3.4.10.0 (group4WetDataInt) instead, this counter returns numberic (int) value
Regards
Alex