I'm struggling with Cacti (running with xampp):
My cacti is not showing the Graph Pictures. There are only dead links.
Anyway the rrdTool says ok:
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start='-86400' \
--end='-300' \
--title='Localhost - Load Average' \
--rigid \
--base='1000' \
--height='120' \
--width='500' \
--alt-autoscale-max \
--lower-limit='0' \
--units-exponent='0' \
--vertical-label='processes in the run queue' \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a='/opt/lampp/htdocs/cacti/rra/localhost_load_1min_5.rrd':'load_1min':AVERAGE \
DEF:b='/opt/lampp/htdocs/cacti/rra/localhost_load_1min_5.rrd':'load_5min':AVERAGE \
DEF:c='/opt/lampp/htdocs/cacti/rra/localhost_load_1min_5.rrd':'load_15min':AVERAGE \
CDEF:cdefg='TIME,1464780325,GT,a,a,UN,0,a,IF,IF,TIME,1464780325,GT,b,b,UN,0,b,IF,IF,TIME,1464780325,GT,c,c,UN,0,c,IF,IF,+,+' \
AREA:a#EACC00FF:'1 Minute Average' \
GPRINT:a:LAST:' Current\:%8.2lf\n' \
AREA:b#EA8F00FF:'5 Minute Average':STACK \
GPRINT:b:LAST:' Current\:%8.2lf\n' \
AREA:c#FF0000FF:'15 Minute Average':STACK \
GPRINT:c:LAST:'Current\:%8.2lf\n' \
LINE1:cdefg#000000FF:''
RRDTool Says: OK
Its the same issue as in http://forums.cacti.net/viewtopic.php?f=21&t=55991 i guess.
The rrd files are existing. Apache is running as root right now and the cactiuser (poller user) can access the rra folder.
Thank you in advance.
Regards