Hi all,
Could it possible to do calculus with snmp get value?
Ex: I want to monitor memory usage on switch hp but the oid value is in bytes and i want to display value in %.
So i want AHM alerts me when (oid value*100)/(120000) in greather than 20%
120000 represents total memory
Thanks a lot
SNMP and value
Re: SNMP and value
I do not think you should do any calculus, because there are specified special alert conditions, like "increases by (%)","decreases by (%)","changes by (%)". Why don't you want to use them?Nadir wrote:Hi all,
Could it possible to do calculus with snmp get value?
Ex: I want to monitor memory usage on switch hp but the oid value is in bytes and i want to display value in %.
So i want AHM alerts me when (oid value*100)/(120000) in greather than 20%
120000 represents total memory
Thanks a lot
Regards,
Yoorix