So I have a riverbed device that I want to monitor for system status. I have an OID which can do this but the return from that OID will be a "string" value of "healthy" if it's healthy. Is there a way to set up some type of threshold to alert me if the value is anything OTHER than "healthy"?
Thresholds can only be performed on numeric values. You'll need to write a plugin to use with a COMMAND type data source to check for a healthy string. Fortunately there is already a check_snmp plugin that can do this for you. See $ZENHOME/libexec/check_snmp -h
check_snmp -H ${dev/manageIp} -C ${dev/zSnmpCommunity} -o YOUROID -r healthy
_______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
