I'm running a Windows Cacti install, with the following vitals:
OS: Windows 7 x64
Cacti: 0.8.8a
rrdtool: 1.4.4
Everything was working fine with rrdtool 1.2.15, and I thought I'd give 1.4 a go on a test setup. I switched to 1.4.4, and had to upgrade my rrd files too.
Now, when I view a graph on the web, I get a broken image. If I run the same command from the command-line, a chart is generated.
Here's an example command as shown by a graph "debug" screen:
Code: Select all
c:/cacti/rrdtool-1.4.4/rrdtool.exe graph - \
--imgformat=PNG \
--start=1343120587 \
--end=1343142187 \
--title="SQL Data Size" \
--base=1024 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit="0" \
COMMENT:"From 2012/07/24 11\:03\:07 To 2012/07/24 17\:03\:07\c" \
COMMENT:" \n" \
--vertical-label="" \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a="C\:/Cacti/cacti-0.8.8a/rra/2/22.rrd":"datasize":AVERAGE \
LINE1:a#1F497DFF:"Data size" \
GPRINT:a:LAST:"Current%8.2lf%s\n"
Code: Select all
07/24/2012 05:17:05 PM - WEBLOG: Poller[0] CACTI2RRD: c:/cacti/rrdtool-1.4.4/rrdtool.exe graph - --imgformat=PNG --start=1343120587 --end=1343142187 --title="SQL Data Size" --base=1024 --height=120 --width=500 --alt-autoscale-max --lower-limit="0" COMMENT:"From 2012/07/24 11\:03\:07 To 2012/07/24 17\:03\:07\c" COMMENT:" \n" --vertical-label="" --slope-mode --font TITLE:10: --font AXIS:7: --font LEGEND:8: --font UNIT:7: DEF:a="C\:/Cacti/cacti-0.8.8a/rra/2/22.rrd":"datasize":AVERAGE LINE1:a#1F497DFF:"Data size" GPRINT:a:LAST:"Current%8.2lf%s\n"
Anyone had any luck with 1.4.4 on Windows?