Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I'm sorta mirroring two web servers, using windows 2003 distrubuted file system. Anyways, I've got everything up and working (finally..yay for corrupt file system) but the graphs are not showing up. I see the following when I turn on debugging:
RRDTool Says:
Warning: popen(c:/rrdtool/rrdtool.exe graph - --imgformat=PNG --start=-86400 --end=-300 --title="Ares - CPU Utilization" --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --vertical-label="percent" DEF:a="C\:\efeigner\cacti/rra/ares_snmp_oid_13.rrd":snmp_oid:AVERAGE AREA:a#F5F800:"CPU Utilization" GPRINT:a:LAST:"Current\:%8.0lf" GPRINT:a:AVERAGE:"Average\:%8.0lf" GPRINT:a:MAX:"Maximum\:%8.0lf" 2>&1,rb): No error in C:\efeigner\cacti\lib\rrd.php on line 89
Warning: fgets(): supplied argument is not a valid stream resource in C:\efeigner\cacti\lib\rrd.php on line 112
After spending some time with sysinternals filemon, I found the problem! Seems I forgot to give the Windows user for the Cacti webpage Execute rights to cmd.exe. Woops.