I have an snmp query that collects CPU usage from several Mikrotik hosts.
In these, an issue appears when collecting data with Spine, it gets a wrong value:
Code: Select all
04/16/2013 12:07:38 PM - SPINE: Poller[0] Host[13] DS[1496] SNMP: v1: [IP OF MY HOST], dsname: cpuUsage, oid: .1.3.6.1.2.1.25.3.3.1.2.1, value: 895002407
Code: Select all
snmpget -v1 -c onlycable [IP OF MY HOST] .1.3.6.1.2.1.25.3.3.1.2.1
iso.3.6.1.2.1.25.3.3.1.2.1 = INTEGER: 10
Any ideas as to why is this happening and possible solutions?