Creating the graph seems to be fine:
"Created graph: router: sf-edge1 - Traffic - circID#.....'
but when I look at the Graph Managemt/<host>/interface with debug on, I see the following:
I've looked at the following thread:RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="router: sf-edge1 - Traffic - CircID#...." \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
DEF:a="/usr/share/cacti/rra/router_sfedge1_traffic_in_6298.rrd":traffic_in:AVERAGE \
DEF:b="/usr/share/cacti/rra/router_sfedge1_traffic_in_6298.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\n" \
COMMENT:"\n" \
HRULE:0#FF0000:"95th Percentile" \
COMMENT:"(0 mbit in+out)"
RRDTool Says:
ERROR: opening '/usr/share/cacti/rra/router_sfedge1_traffic_in_6298.rrd': No such file or directory
Traffic RRD's Not Created: Duplicate Data Source Issue
http://forums.cacti.net/viewtopic.php?t=6773
but this doesn't seem to apply, as there aren't any duplicate data sources.
If I go to the data sources section and look at the interface in debug mode, I see:
However the rrd file doesn't exist.Data Source Debug
/usr/bin/rrdtool create \
/usr/share/cacti/rra/router_sfedge1_traffic_in_6298.rrd \
--step 300 \
DS:traffic_out:COUNTER:600:0:1000000000 \
DS:traffic_in:COUNTER:600:0:1000000000 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:600 \
RRA:MIN:0.5:6:700 \
RRA:MIN:0.5:24:775 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:600 \
RRA:LAST:0.5:6:700 \
RRA:LAST:0.5:24:775 \
RRA:LAST:0.5:288:797 \
/usr/share/cacti/rra/router_sfedge1_traffic_in_6298.rrd
If I log in as the cacti user and run the above command, it will indeed create the rrd file, and I can the graph comes up, but with no data.
There are other interfaces that use the same template, that are graphing properly, so I'm pretty sure that's not the template, but I could be wrong.
deleting/re-creating these graphs/datasouces doesn't seem to change the behavior.
Any thoughts on how I can continue to troubleshoot this?
bones thrown are greatly appreciated
Thanks,
Peter