I've been running 8.8a on a Windows box for over a couple of years now. I monitor switches and Windows boxes. On the switches its mostly up/down alerts but for Windows boxes I'm also monitoring CPU, memory, and HDD usages. But all of this is built-in stuff.
We recently bought a Watchdog 15 with remote temperature sensors. I'm attempting to add the device so I can graph temperatures over time. Alerting would be secondary issue as the Watchdog can do that itself.
What I have done:
-VIA the Watchdog's web interface it has correct network and time settings. It is reading temperatures correctly and is locally graphing that data. Downloaded the onboard MIB for OID reference.
-Using snmpwalk/snmpget/Paessler SNMP Tester I can query and receive correct data from the Watchdog (Temp/%RH/Dew Point).
-I have created 5 Data Templates for each of the 5 data points I want to pull from the device. In each I have specified the correct OID.
-I have created 2 Graph Templates. 1 for Temperature graphing and another for Humidity graphing.
Things I know:
-K.I.S.S. I'm using default public Version 1 SNMP settings.
-I'm using net-snmp 5.4
-My poller is cmd.php
-SNMP Timeout is 500.
-Maximum SNMP OID's Per SNMP Get Request was set to 10. I bumped it to 15 but to no affect.
-RRDs have been created.
DEBUG cacti.log excerpt:
snmpget result for C:\net-snmp\bin>snmpget.exe -c public -v 1 10.81.16.13 1.3.6.1.4.1.21239.5.1.4.1.5.1:07/23/2015 01:05:22 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'10.81.16.13', and OID:'1.3.6.1.4.1.21239.5.1.2.1.7.1'
07/23/2015 01:05:22 PM - CMDPHP: Poller[0] Host[54] DS[747] WARNING: Result from SNMP not valid. Partial Result: U
07/23/2015 01:05:22 PM - CMDPHP: Poller[0] Host[54] DS[747] SNMP: v1: 10.81.16.13, dsname: snmp_oid, oid: 1.3.6.1.4.1.21239.5.1.2.1.7.1, output: U
07/23/2015 01:05:22 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\inetpub\wwwroot\cacti\rra\54\747.rrd --template snmp_oid 1437671120:U
07/23/2015 01:05:24 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'10.81.16.13', and OID:'1.3.6.1.4.1.21239.5.1.4.1.5.2'
07/23/2015 01:05:24 PM - CMDPHP: Poller[0] Host[54] DS[749] WARNING: Result from SNMP not valid. Partial Result: U
07/23/2015 01:05:24 PM - CMDPHP: Poller[0] Host[54] DS[749] SNMP: v1: 10.81.16.13, dsname: snmp_oid, oid: 1.3.6.1.4.1.21239.5.1.4.1.5.2, output: U
07/23/2015 01:05:24 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\inetpub\wwwroot\cacti\rra\54\749.rrd --template snmp_oid 1437671120:U
07/23/2015 01:05:26 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'10.81.16.13', and OID:'1.3.6.1.4.1.21239.5.1.2.1.5.1'
07/23/2015 01:05:26 PM - CMDPHP: Poller[0] Host[54] DS[745] WARNING: Result from SNMP not valid. Partial Result: U
07/23/2015 01:05:26 PM - CMDPHP: Poller[0] Host[54] DS[745] SNMP: v1: 10.81.16.13, dsname: snmp_oid, oid: 1.3.6.1.4.1.21239.5.1.2.1.5.1, output: U
07/23/2015 01:05:26 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\inetpub\wwwroot\cacti\rra\54\745.rrd --template snmp_oid 1437671120:U
07/23/2015 01:05:28 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'10.81.16.13', and OID:'1.3.6.1.4.1.21239.5.1.2.1.6.1'
07/23/2015 01:05:28 PM - CMDPHP: Poller[0] Host[54] DS[746] WARNING: Result from SNMP not valid. Partial Result: U
07/23/2015 01:05:28 PM - CMDPHP: Poller[0] Host[54] DS[746] SNMP: v1: 10.81.16.13, dsname: snmp_oid, oid: 1.3.6.1.4.1.21239.5.1.2.1.6.1, output: U
07/23/2015 01:05:28 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\inetpub\wwwroot\cacti\rra\54\746.rrd --template snmp_oid 1437671120:U
07/23/2015 01:05:30 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'10.81.16.13', and OID:'1.3.6.1.4.1.21239.5.1.4.1.5.1'
07/23/2015 01:05:30 PM - CMDPHP: Poller[0] Host[54] DS[750] WARNING: Result from SNMP not valid. Partial Result: U
07/23/2015 01:05:30 PM - CMDPHP: Poller[0] Host[54] DS[750] SNMP: v1: 10.81.16.13, dsname: snmp_oid, oid: 1.3.6.1.4.1.21239.5.1.4.1.5.1, output: U
iso.3.6.1.4.1.21239.5.1.4.1.5.1 = INTEGER: 738
I don't know where to go from here.