I set the cron to run poller.php every 2 minutes instead of 5 and that seemed to have fixed the gaps in the graphs.
Here is the example:
But that's totally besides the point of this thread, I am just happy that I got it to work.
Okay so the real topic is, I am trying to graph some values from my cable modem, and it's not graphing even though it's getting the values, here is the poller info on the 3 OID's I am trying to graph:
Code: Select all
11/28/2005 04:01:05 PM - CACTID: Poller[0] Host[13] SNMP: v1: 192.168.100.1, dsname: snmp_oid, oid: 1.3.6.1.2.1.10.127.1.1.4.1.5.3, value: 350
11/28/2005 04:01:05 PM - CACTID: Poller[0] Host[13] SNMP: v1: 192.168.100.1, dsname: snmp_oid, oid: 1.3.6.1.2.1.10.127.1.2.2.1.3.2, value: 501
11/28/2005 04:01:05 PM - CACTID: Poller[0] Host[13] SNMP: v1: 192.168.100.1, dsname: snmp_oid, oid: 1.3.6.1.2.1.10.127.1.1.1.1.6.3, value: -55
All of my other graphs that use a generic SNMP OID graph are working perfectly fine, here is my printer toner OID for example:
Here is the poller output:
Code: Select all
11/28/2005 04:08:05 PM - CACTID: Poller[0] Host[18] SNMP: v1: 10.64.6.24, dsname: snmp_oid, oid: .1.3.6.1.2.1.43.11.1.1.9.1.1, value: 5460
So, any ideas why it will graph the toner but not my modem's signal levels when it's the same basic output values.