create > new graphs > select my host > select SNMP Generic OID Template from the drop down > create.
I fill out all the information, not doing anything fancy, pretty basic. The graph/datasource get created fine, but neither updates. In the cacti log file I get:
Code: Select all
06/21/2009 11:54:01 AM - SPINE: Poller[0] Host[23] DS[190] SNMP: v2: <snip snip>, dsname: snmp_oid, oid: .1.3.6.1.4.1.9.10.19.1.1.4, value: U
06/21/2009 11:54:01 AM - SPINE: Poller[0] Host[23] DS[190] WARNING: Result from SNMP not valid. Partial Result: ...
06/21/2009 11:54:01 AM - SPINE: Poller[0] Host[23] SNMP Result: Host responded to SNMP
Code: Select all
snmpwalk -Os -c <snip snip> -v 2c <snip snip> .1.3.6.1.4.1.9.10.19.1.1.4
enterprises.9.10.19.1.1.4.0 = Gauge32: 6
Possibly related: as a work around I tried to build a small script to do the for me instead of the OID. The script works fine, the cacti user can run it, but I am still getting U's.
versions:
FreeBSD 7 Stable
PHP 5.2.6
MySQL 5.x
RRDTool 1.2.26
Cacti 0.8.7b
Spine 0.8.7b
I have a hunch it's something small that I am screwing up, someone please save me from myself!
soloslinger