For all thx replying me.
I am really thanks.
After repeating install cacti for 5th time, all looks good and rrdtool say :
RRDTool Command:
C:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="4507 - Traffic - Gi5/17" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit="0" \
--vertical-label="bits per second" \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a="E\:/webroot/cacti/rra/4507_traffic_in_8.rrd":"traffic_in":AVERAGE \
DEF:b="E\:/webroot/cacti/rra/4507_traffic_in_8.rrd":"traffic_out":AVERAGE \
CDEF:cdefa="a,8,*" \
CDEF:cdefe="b,8,*" \
AREA:cdefa#00CF00FF:"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#002A97FF:"Outbound" \
GPRINT:cdefe:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
RRDTool Says:
OK
And I check for log file. Is this look normal?
06/12/2013 05:46:23 PM - AUTH LOGIN: User 'admin' Authenticated
06/12/2013 05:46:23 PM - POLLER: Poller[0] NOTE: Poller Int: '300', Scheduled Task Int: '300', Time Since Last: '303', Max Runtime '298', Poller Runs: '1'
06/12/2013 05:46:28 PM - CMDPHP: Poller[0] Host[2] RECACHE DQ[1] OID: .1.3.6.1.2.1.1.3.0, output: 1193774741
06/12/2013 05:46:28 PM - CMDPHP: Poller[0] Host[2] DS[8] SNMP: v1: 172.16.63.154, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.22, output: 4238317300
06/12/2013 05:46:28 PM - CMDPHP: Poller[0] Host[2] DS[8] SNMP: v1: 172.16.63.154, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.22, output: 827265960
06/12/2013 05:46:28 PM - CMDPHP: Poller[0] Host[2] DS[9] SNMP: v1: 172.16.63.154, dsname: 5min_cpu, oid: .1.3.6.1.4.1.9.2.1.58.0, output: 36
06/12/2013 05:46:28 PM - CMDPHP: Poller[0] Time: 0.3438 s, Theads: N/A, Hosts: 1
06/12/2013 05:46:28 PM - SYSTEM STATS: Time:5.0938 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:3 RRDsProcessed:2
06/12/2013 05:51:05 PM - POLLER: Poller[0] NOTE: Poller Int: '300', Scheduled Task Int: '300', Time Since Last: '282', Max Runtime '298', Poller Runs: '1'
06/12/2013 05:51:10 PM - CMDPHP: Poller[0] Host[2] RECACHE DQ[1] OID: .1.3.6.1.2.1.1.3.0, output: 1193803004
06/12/2013 05:51:10 PM - CMDPHP: Poller[0] Host[2] DS[8] SNMP: v1: 172.16.63.154, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.22, output: 4263655480
06/12/2013 05:51:10 PM - CMDPHP: Poller[0] Host[2] DS[8] SNMP: v1: 172.16.63.154, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.22, output: 1009859235
06/12/2013 05:51:10 PM - CMDPHP: Poller[0] Host[2] DS[9] SNMP: v1: 172.16.63.154, dsname: 5min_cpu, oid: .1.3.6.1.4.1.9.2.1.58.0, output: 36
06/12/2013 05:51:10 PM - CMDPHP: Poller[0] Time: 0.3125 s, Theads: N/A, Hosts: 1
06/12/2013 05:51:10 PM - SYSTEM STATS: Time:5.0469 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:3 RRDsProcessed:2
But I didn't see any graph. Anyone have idea?