I have an issue with my graphs:
When I look at my graps (Devices > Server > Is Being Graphed (Edit)) and I click on this edit (and turn on debugging), I get this:
Code: Select all
RRDTool Command:
/usr/local/rrdtool-1.2.27/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="SERVER - Logged in Users" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="users" \
DEF:a="/var/www/html/cacti/rra/server_users_26.rrd":users:AVERAGE \
DEF:b="/var/www/html/cacti/rra/server_users_26.rrd":users:MAX \
AREA:a#4668E4:"Users" \
GPRINT:a:LAST:"Current\:%8.0lf" \
GPRINT:a:AVERAGE:"Average\:%8.0lf" \
GPRINT:b:MAX:"Maximum\:%8.0lf"
RRDTool Says:
OK
When I click on detail, however, it displays the nan again...
OS: Centos 5.1
Cacti: cacti-0.8.7b
Rrdtool: 1.2.27
I have full debug logging activated, and all runs ok (my .rrd files get created correctly)
Anyone knows what I can check?
Thanks a Lot