I got cacti 8.1 installed. I've added a device to be SNMP polled and have data collected and graphed. When I go to the graphs menu (to the right of console), I click the device and it only shows broken images for the 4 RRA's.
I know this is not a permissions problem because if I type the URL of the images (http://mybox/cacti/images/raxnet_logo.gif) to load any specific image they come up fine and the permissions & ownership for that images directory is the same as all sub-dirs from cacti/*
When I execute cmd.php I get:
php -q cmd.php
I have cleared the poller cache, I have verified that there are items in the Data Source section. I repeat executing cmd.php and I get the same error. Where do I go from here??"There are no items in your poller cache. Make sure you have at least one data source created. If you do, go to 'Utilities', and select 'Clear Poller Cache'. time: 0"
From the Data Sources section, in the debug part I get the following output which to me doesn't make clear what the problem might be:
/usr/bin/rrdtool create \
/var/www/cacti/rra/xyz_switch_stack_traffic_in_12.rrd \
--step 300 \
DS:traffic_out:COUNTER:600:0:100000000 \
DS:traffic_in:COUNTER:600:0:100000000 \
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:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
When I manually look for "/var/www/cacti/rra/xyz_switch_stack_traffic_in_12.rrd" this file does not exist. I suspect this may be part of the problem.
Listing the items in this directory shows some old .rrd files for CPU monitoring of the switch that I initially was thinking of doing. How come cacti didn't delete these old files when I removed it from the Data Sources, and how come my new ones aren't showing up??
Also, (and this may have nothing to do with the problem) but when I am in "Data Sources" under "Custom Data" section, there are 3 blank sections for "Index Type and Index Value and Output Type ID". I am assuming it isn't necessary for me to type in OID info in there as getting interface traffic from a switch is pretty trivial stuff even MRTG does by default. right?
Any help would be much appreciated!
Debian-guy