I've already went through the debugging NaN's documentation, and I did not find any errors at all. Everything looks fine.
I am trying to graph an HP ProCurve switch - all other ports on the switch are showing both inbound and outbound - this is the only one.
I don't know if this will help, but here is what Graph Management shows for debug:
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-60 \
--title="h-sw1.garlic.com - Traffic - 24" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
--slope-mode \
DEF:a="/opt/cacti/rra/hsw1_garlic_com_traffic_in_3481.rrd":traffic_in:AVERAGE \
DEF:b="/opt/cacti/rra/hsw1_garlic_com_traffic_in_3481.rrd":traffic_out:AVERAGE \
CDEF:cdefa=a,8,* \
CDEF:cdefe=b,8,* \
AREA:cdefa#00CF00:"Inbound" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefe#002A97:"Outbound" \
GPRINT:cdefe:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s"
RRDTool Says:
OK
We use Cacti 0.8.6j with the patches as well. We're graphing about 2000 graphs, and this is the ONLY one that is causing us grief.
As far as poller, we are using cmd.php with a max of 1 concurrent poller processes, 4 max threads per process, 4 php script servers, and a script and server timeout of 25 seconds.
Also, (i think it isn't related) I notice that there are TONS of the following, each polling period:
Code: Select all
05/07/2007 12:11:13 PM - CMDPHP: Poller[0] Host[24] DS[3417] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:24 PM - CMDPHP: Poller[0] Host[48] DS[554] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:24 PM - CMDPHP: Poller[0] Host[49] DS[562] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:29 PM - CMDPHP: Poller[0] Host[54] DS[613] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:38 PM - CMDPHP: Poller[0] Host[60] DS[632] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:44 PM - CMDPHP: Poller[0] Host[68] DS[804] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:48 PM - CMDPHP: Poller[0] Host[73] DS[931] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:51 PM - CMDPHP: Poller[0] Host[82] DS[964] WARNING: Result from SNMP not valid. Partial Result: No Such Instance cur
05/07/2007 12:11:52 PM - CMDPHP: Poller[0] Host[84] DS[981] WARNING: Result from SNMP not valid. Partial Result: No Such Instance cur
05/07/2007 12:11:53 PM - CMDPHP: Poller[0] Host[85] DS[989] WARNING: Result from SNMP not valid. Partial Result: No Such Instance cur
05/07/2007 12:11:54 PM - CMDPHP: Poller[0] Host[86] DS[997] WARNING: Result from SNMP not valid. Partial Result: No Such Instance cur
05/07/2007 12:11:54 PM - CMDPHP: Poller[0] Host[94] DS[3328] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:11:55 PM - CMDPHP: Poller[0] Host[96] DS[3358] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:15:05 PM - CMDPHP: Poller[0] Host[4] DS[68] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:15:11 PM - CMDPHP: Poller[0] Host[8] DS[2640] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:15:13 PM - CMDPHP: Poller[0] Host[12] DS[187] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:15:35 PM - CMDPHP: Poller[0] Host[18] DS[2728] WARNING: Result from SNMP not valid. Partial Result:
05/07/2007 12:15:47 PM - CMDPHP: Poller[0] Host[20] DS[2826] WARNING: Result from SNMP not valid. Partial Result:
Any insight on my issues are greatly appreciated, as always!