|
|
| Author |
Message |
ranjeet
Joined: 03 Sep 2008 Posts: 12
|
Posted: Wed Sep 03, 2008 1:44 am Post subject: No graph displayed |
|
|
I have installed cacti0.8.7 i even installed rrdtool 1.2.28 and cygwin, however for some reason the graph is not displayed
ehen i do debug on Graph mode following is the message displayed
RRDTool Command:
c:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="SGP - Traffic - Fa0/1" \
--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\:/Inetpub/wwwroot/cacti/rra/sgp_traffic_in_28.rrd":traffic_in:AVERAGE \
DEF:b="C\:/Inetpub/wwwroot/cacti/rra/sgp_traffic_in_28.rrd":traffic_out:AVERAGE \
CDEF:cdefa=a,8,* \
CDEF:cdeff=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" \
COMMENT:"Total In\: 0 bytes\n" \
LINE1:cdeff#002A97FF:"Outbound" \
GPRINT:cdeff:LAST:"Current\:%8.2lf %s" \
GPRINT:cdeff:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdeff:MAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total Out\: 0 bytes"
RRDTool Says:
OK
Cacti log file dispays as 09/03/2008 08:37:33 AM - SYSTEM STATS: Time:19.2795 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:4 RRDsProcessed:2
09/03/2008 08:37:14 AM - POLLER: Poller[0] WARNING: Scheduled Task is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Scheduled Task, but 534 seconds have passed since the last poll!
09/03/2008 08:28:53 AM - SYSTEM STATS: Time:17.2160 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:4 RRDsProcessed:2
09/03/2008 08:28:21 AM - POLLER: Poller[0] WARNING: Scheduled Task is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Scheduled Task, but 1873 seconds have passed since the last poll!
please help!!!!!!
| Description: |
|
| Filesize: |
15.29 KB |
| Viewed: |
510 Time(s) |

|
|
|
| Back to top |
|
 |
ranjeet
Joined: 03 Sep 2008 Posts: 12
|
Posted: Wed Sep 03, 2008 3:21 am Post subject: |
|
|
The issue is that I have to manual polling for the graph to be displayed
I have scheduled the polling but for some reason its not running.
Please help the OS is windows 2000
|
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6795 Location: WA, USA
|
Posted: Wed Sep 03, 2008 4:03 am Post subject: |
|
|
1) no rrdtool default font specified.
2) you need to set up the scheduled task correctly
3) re-read my installation guide in the signature.
|
|
| Back to top |
|
 |
|