Hi, I'm using this template found here on the zabbix site:
And the SNMPVALUE that is getting returned (or maybe it's interpreted) as a non-integer.
For instance CPU measurements, it returns $SNMPVALUE key as:
1.0000000
2.0000000
and those should be whole numbers, like 1 or 2 as seen below. How do I fix this? Custom Regexp filter perhaps?
# snmpwalk -v2c -cm4rklaR! <ip> .1.3.6.1.4.1.2636.3.1.14.1.2.9
SNMPv2-SMI::enterprises.2636.3.1.14.1.2.9.1.0.0 = INTEGER: 1
SNMPv2-SMI::enterprises.2636.3.1.14.1.2.9.2.0.0 = INTEGER: 2
And the SNMPVALUE that is getting returned (or maybe it's interpreted) as a non-integer.
For instance CPU measurements, it returns $SNMPVALUE key as:
1.0000000
2.0000000
and those should be whole numbers, like 1 or 2 as seen below. How do I fix this? Custom Regexp filter perhaps?
# snmpwalk -v2c -cm4rklaR! <ip> .1.3.6.1.4.1.2636.3.1.14.1.2.9
SNMPv2-SMI::enterprises.2636.3.1.14.1.2.9.1.0.0 = INTEGER: 1
SNMPv2-SMI::enterprises.2636.3.1.14.1.2.9.2.0.0 = INTEGER: 2