We had to reinstall our Cacti server, we updated the server to Windows 2003 Standard Edition. After the installation I installed PHP, RRD, Apache en MySQL. I imported my database dump into the new installation of MySQL, this didn't cause any problems. After I confirmed that PHP en Apache where both working I copied the old cacti folder back into the \Apache2\htdocs folder.
I installed the new version of Cacti and it asked me if I would like to upgrade my existing installation and so I did. But after installing Cacti won't show graphs. I see *.rrd files in the RRA directory but Cacti won't show the old graphs. And it doesn't create new graphs.
I know I'm missing something here but can't seem to find out what I did wrong, can somebody help me with this?
OS:
Windows 2003 Standard Edition
Cacti version:
0.8.6f
Apache version:
Apache 2.0.54
PHP version:
PHP 5.0.4
MySQL version:
MySQL 4.1
When I take a look at my graphs I can see:
Code: Select all
D:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=1124717618 \
--end=1124804018 \
--title="balbilpix01 - CPU Usage" \
--rigid \
--base=1000 \
--height=90 \
--width=370 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2005/08/22 15:33:38 To 2005/08/23 15:33:38\c" \
COMMENT:" \n" \
--vertical-label="percent" \
DEF:a="D\:\Apache2\htdocs/rra/balbilpix01_5min_cpu_545.rrd":5min_cpu:AVERAGE \
AREA:a#FF0000:"CPU Usage" \
GPRINT:a:LAST:"Current\:%8.0lf" \
GPRINT:a:AVERAGE:"Average\:%8.0lf" \
GPRINT:a:MAX:"Maximum\:%8.0lf"
Grtz Kc