Graphs.
Am running CentOS, latest Cacti. Followed instructions exactly, and chmod'd my web root 777 just to cancel out any permission issues.
Tried three installs. First one I received no graphs.
Sendond install, I could see the initial "logged in users" and "processes" (all the ones that appear under the unix name) graphs - these were all fine. But none of the others worked such as SNMP interface stats. I removed the ones that weren't working as a test, then recreated them with no graph output once again.
Third install from latest source: See first installation attempt.
So then I did this:
Mangement -> Data Sources -> Localhost - Processes -> Turn on data source debug which reveals the following:
Code: Select all
/usr/bin/rrdtool create \
/var/www/vhosts/cacti.mydomain.it/rra/localhost_proc_7.rrd \
--step 300 \
DS:proc:GAUGE:600:0:1000 \
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 \
So, why doesn't the web interface create the graphs?