BEFORE, it would show this output:
http://webpages.charter.net/jaredguess/cactierror.jpg
However -- CURRENTLY, this is the output it gives when I click on the properties of the graph in question.
Code: Select all
c:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="localhost - Used Space - C: Label: Seria" \
--rigid \
--base=1024 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bytes" \
--slope-mode \
--font TITLE:10: \
--font AXIS:8: \
--font LEGEND:8: \
--font UNIT:8: \
DEF:a="C\:/Inetpub/wwwroot/cacti/rra/localhost_hdd_total_8.rrd":hdd_total:AVERAGE \
DEF:b="C\:/Inetpub/wwwroot/cacti/rra/localhost_hdd_total_8.rrd":hdd_used:AVERAGE \
AREA:a#002A97FF:"Total" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
AREA:b#F51D30FF:"Used" \
GPRINT:b:LAST:" Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s\n"
*also*
With this fresh install - Localhost remains 'down' in red.
So that would indicate that the graph should not be present.
Also, when I add graphs from my router, and attach them to the default tree... or if I create a new branch for them. It will NOT list them under the graphs. I don't get it.
Unless if localhost is down, anything added doesn't get processed until localhost is fixed?
Why would my localhost now not be operational? (Remember this is a complete clean install, cacti is the only program installed on windows XP)
Thanks,