0
Answered
Incorrect value of the SNMP data
Hello, i'm trying to monitor device via SNMP. I configured custom monitor, but found a problem.
I'm using OID: .1.3.6.1.4.1.2021.10.1.3.3 [Avg CPU Load 15 mins].
When I do snmpwalk -v 2c -c public [IP] .1.3.6.1.4.1.2021.10.1.3.3 I receive a value:
iso.3.6.1.4.1.2021.10.1.3.3 = STRING: "0.05", but in the Anturis this value equals "0" at the first check and "0.00" in the history table.
How can I fix this?
I'm using OID: .1.3.6.1.4.1.2021.10.1.3.3 [Avg CPU Load 15 mins].
When I do snmpwalk -v 2c -c public [IP] .1.3.6.1.4.1.2021.10.1.3.3 I receive a value:
iso.3.6.1.4.1.2021.10.1.3.3 = STRING: "0.05", but in the Anturis this value equals "0" at the first check and "0.00" in the history table.
How can I fix this?
Customer support service by UserEcho
According to http://tools.ietf.org/html/
Since you already use custom monitor, you just need to pipe the output of snmpwalk to some parser like awk and use a regular expression to fetch the actual number you need. There are some examples here https://anturis.com/custom-monitoring-extensions/....
Let me know if you need more assistance.