I have a small problem with the threshold limit.

threshold of 15399.99 exceeded: current value 15372.00
threshold of 38.01 exceeded: current value 26.00
and so on with all my values.

what I noticed:
snmpwalk -v1 -c public  IP OID
SNMPv2-SMI::enterprises.OID = STRING: "15372"
Is this a problem not beeing INTEGER?
datasource defined as gauge, %5.2lf
Min value set to 115399.99 ( tryed also 15400, 15400.0, 15400.00)

Yes, the fact that it is a STRING is the problem. It looks like you're using a custom oid, probably through EXEC or something like that? If so, you should look into using PASS or PASS_PERSIST instead as they allow you to define the type of the value.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to