yreddy
Joined: 02 May 2008 Posts: 3 Location: France
|
Posted: Fri May 02, 2008 7:54 am Post subject: spine 0.8.7b returns incorrect snmpget value |
|
|
Hi,
It seems spine doesn't return the proper snmpget value when it polls 2 times the same OID on the same equipment. I had a misconfiguration in my data templates (proc_system had the same OID as proc_user) that permitted me to see that spine was probably bugged. See the spine output below:
| Code: | [root@cacti cacti-spine]# ./spine -f 133 -l 133 -R -S -V 5
SPINE: Using spine config file [spine.conf]
(...)
Version 0.8.7b starting
(...)
Host[133] DS[2229] SNMP: v1: xx.xx.xx.xx, dsname: proc_system, oid: .1.3.6.1.4.1.94.1.21.1.7.1.0, value: 1
Host[133] DS[2230] SNMP: v1: xx.xx.xx.xx, dsname: proc_user, oid: .1.3.6.1.4.1.94.1.21.1.7.1.0, value: 100
(...)
Time: 10.4768 s, Threads: 10, Hosts: 2
|
--> OID ".1.3.6.1.4.1.94.1.21.1.7.1.0" has been polled twice on the same equipment. First result is the real value but the second one is always 100.
Thanks to check it out
Youri |
|