Firstly, sorry for my english, i'm french
I try to install Cacti on my local machine for learn how it work before install it on my web's server.
But i can't...
I've one local apache/php 5/mysql servers under Windows Vista.
I've downloaded RRDTOOL zip file, extract rrdtool.exe and copy it to c:\rrdtool. It seem work.
I've installed Cacti on the Web server. It seem work correctly.
I've actived built'in Windows SNMP server (network). Cacti recognise it.
I've added one task poller.php. Work correctly evry 5 minutes.
I try to monitor my internet connexion but RRDTOOL dont generate his database files.
If i search it in my system, i don't find it.
In debug mode i have this message :
Code: Select all
RRDTool Command:
c:\rrdtool\rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Windows Localhost - Traffic - ppp_2" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="C\:/Program Files/Zend/Apache2/htdocs/test_cacti/rra/windows_localhost_traffic_in_9.rrd":traffic_in:AVERAGE \
DEF:b="C\:/Program Files/Zend/Apache2/htdocs/test_cacti/rra/windows_localhost_traffic_in_9.rrd":traffic_out:AVERAGE \
CDEF:cdefa=a,8,* \
CDEF:cdefe=b,8,* \
AREA:cdefa#00CF00:"Inbound" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefe#002A97:"Outbound" \
GPRINT:cdefe:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s"
RRDTool Says:
ERROR: opening 'C:/Program Files/Zend/Apache2/htdocs/test_cacti/rra/windows_localhost_traffic_in_9.rrd': No such file or directory
Thanks.
A+