sorry, I'd missed the page 2 of the post ;-(
I have now the classical issue : no graph...
Here is my log
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="NEOMAIL - E-Mail Statistics" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="# of Messages" \
--slope-mode \
DEF:a="/var/www/htdocs/cacti/rra/neomail_mess_recv_146.rrd":mess_recv:AVERAGE \
DEF:b="/var/www/htdocs/cacti/rra/neomail_viruses_145.rrd":viruses:AVERAGE \
DEF:c="/var/www/htdocs/cacti/rra/neomail_viruses_145.rrd":spam:AVERAGE \
DEF:d="/var/www/htdocs/cacti/rra/neomail_mess_recv_146.rrd":mess_sent:AVERAGE \
CDEF:cdefbd=d,-1,* \
AREA:a#00CF00:"Messages Recieved" \
GPRINT
LAST:"Current\:%8.0lf" \
GPRINT
AVERAGE:"Average\:%8.0lf" \
GPRINT
MAX:"Maximum\:%8.0lf\n" \
AREA:b#FF0000:"Viruses" \
GPRINT
LAST:" Current\:%8.0lf" \
GPRINT
AVERAGE:"Average\:%8.0lf" \
GPRINT
MAX:"Maximum\:%8.0lf\n" \
AREA:c#EA8F00:"SPAM":STACK \
GPRINT:c:LAST:" Current\:%8.0lf" \
GPRINT:c:AVERAGE:"Average\:%8.0lf" \
GPRINT:c:MAX:"Maximum\:%8.0lf\n" \
COMMENT:"\n" \
AREA:cdefbd#7CB3F1:"Messages Sent" \
GPRINT:d:LAST:" Current\:%8.0lf" \
GPRINT:d:AVERAGE:"Average\:%8.0lf" \
GPRINT:d:MAX:"Maximum\:%8.0lf"
RRDTool Says:
ERROR: opening '/var/www/htdocs/cacti/rra/neomail_mess_recv_146.rrd': No such file or directory