Hello,
I am developing an equipment that is monitored via SNMP.
There are some monitoring variables that must be floating points.
I've read somewhere that there is a REAL type in SNMP, but could not find it in any RFC. Does it really exists?
I tried using DisplayString and it works fine for user reading. But when I try to monitor this variable in SNMPc(software from Castlerock), the comparison of the string doesn't work the way I want.
Example: I want an alarm condition if the variable is higher than 3.7. String comparison doesn't work in this case.
Any suggestions?
Thanks in advance!
I am developing an equipment that is monitored via SNMP.
There are some monitoring variables that must be floating points.
I've read somewhere that there is a REAL type in SNMP, but could not find it in any RFC. Does it really exists?
I tried using DisplayString and it works fine for user reading. But when I try to monitor this variable in SNMPc(software from Castlerock), the comparison of the string doesn't work the way I want.
Example: I want an alarm condition if the variable is higher than 3.7. String comparison doesn't work in this case.
Any suggestions?
Thanks in advance!