im quite lost right now..i did for about the 6th time an complete reinstall of cacti.
this time i installed cacti 0.8.7d manual by following this tutorial (http://www.ubuntugeek.com/networkserver ... erver.html) on an ubuntu 9.04 x64 server edition.
Everything (seems) working, i can logon to my cacti, i can create an host, etc, etc
but when i create graphs for my host i still get this error message
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="/var/www/cacti/rra/localhost_load_1min_5.rrd":load_1min:AVERAGE \
DEF:b="/var/www/cacti/rra/localhost_load_1min_5.rrd":load_5min:AVERAGE \
DEF:c="/var/www/cacti/rra/localhost_load_1min_5.rrd":load_15min:AVERAGE \
CDEF:cdefg=TIME,1244636183,GT,a,a,UN,0,a,IF,IF,TIME,1244636183,GT,b,b,UN,0,b,IF,IF,TIME,1244636183,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:
ERROR: opening '/var/www/cacti/rra/localhost_load_1min_5.rrd': No such file or directory
Code: Select all
drwxr-xr-x 2 www-data www-data 4.0K 2009-02-12 03:55 rra
drwxr-xr-x 2 www-data www-data 4.0K 2009-02-12 03:55 log
but when i click on the server i am getting the right SNMP information and the ping says that it is succesfull.
i tried many things, looked around forums, did many reinstalls, but im still stucked with the error message that RRDtool is giving me.
what can i do to get this working?
thnx in advance!