Still newbie and trying to get my first device/graph going. I looked up one interface on my device and here is the debug. I am using MRTG on the very same server on the same device so it should not be device specific.
Folder (C:/www/cacti/rra) does exist so not sure what rights should I adjust if any.
---
Operating System: winXP SP3
Webserver: Apache 2.2.22
Cacti: cacti-0.8.8a
Spine: cacti-spine-0.8.8a
---
Where to start the troubleshooting?RRDTool Command:
c:/www/cacti/RRDTool/data/rrd2/rrdtool-1.2.30/Release/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="3Com Switch - Traffic - Ethernet1/0/1" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit="0" \
--vertical-label="bits per second" \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a="C\:/www/cacti/rra/3com_switch_traffic_in_31.rrd":"traffic_in":AVERAGE \
DEF:b="C\:/www/cacti/rra/3com_switch_traffic_in_31.rrd":"traffic_out":AVERAGE \
CDEF:cdefa="a,8,*" \
CDEF:cdefe="b,8,*" \
AREA:cdefa#00CF00FF:"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#002A97FF:"Outbound" \
GPRINT:cdefe:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
RRDTool Says:
ERROR: opening 'C:/www/cacti/rra/3com_switch_traffic_in_31.rrd': No such file or directory
Thank you.