i have installed cacti and added the crontab line for poller.php but still the cacti does not show any diagrams and i guess i have beeing messing around do much in the Mysql and added users according to the manual in CentOS and added more users and grant access as well.
on the cacti page when i turn on debug of graph i get the following:
********************************************
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="mc3810 - CPU Usage" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="percent" \
DEF:a="/var/www/cacti/rra/mc3810_5min_cpu_24.rrd":5min_cpu:AVERAGE \
AREA:a#FF0000:"CPU Usage" \
GPRINT
GPRINT
GPRINT
RRDTool Says:
ERROR: opening '/var/www/cacti/rra/mc3810_5min_cpu_24.rrd': No such file or directory
*****************************************************************
i checked the directory and that is true i have no rrd file in that directory ...
I guess i need to configure the snmpd or what ???, i will look for error log in snmpd, apache, cacti all is possible ...
Matthias