I installed
Ubuntu Server 8.04 LTS 64bit.
Cacti Version 0.8.7b .
Everything was oki
I have Cpu , ( Multi CPU Utilization on 2 Processor Box ) , Cpu Usage , Load Average , Memory Usage , Available Disk Space Graphs, ...
But Traffic (bits/sec) & co are empty .
I try a lot of things , i import template from another server ( gentoo + cacti ) , i made some modif ,but still empty .
In debug Mode :
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Traffic - eth0" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bytes per second" \
--slope-mode \
--font TITLE:12: \
--font AXIS:7: \
--font LEGEND:7: \
--font UNIT:7: \
DEF:a="/var/lib/cacti/rra/localhost_traffic_in_47.rrd":traffic_in:AVERAGE \
DEF:b="/var/lib/cacti/rra/localhost_traffic_in_47.rrd":traffic_in:MAX \
DEF:c="/var/lib/cacti/rra/localhost_traffic_in_47.rrd":traffic_out:AVERAGE \
DEF:d="/var/lib/cacti/rra/localhost_traffic_in_47.rrd":traffic_out:MAX \
AREA:a#00CF00FF:"Inbound" \
GPRINT:a:LAST:" Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total In\: 0 bytes\n" \
LINE1:c#002A97FF:"Outbound" \
GPRINT:c:LAST:"Current\:%8.2lf %s" \
GPRINT:c:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:d:MAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total Out\: 0 bytes"
RRDTool Says:
OK
Someone to help me ?
thanks