I setup a Data source and data template to plot a graph
I ran the poller here
Code: Select all
07/12/2013 01:28:11 PM - POLLER: Poller[0] CACTI2RRD: C:/rrdtool/rrdtool.exe upd
ate C:\Apache2\htdocs\cacti\rra\3\22.rrd --template cbHeading 1373650091:10000
07/12/2013 01:28:11 PM - POLLER: Poller[0] CACTI2RRD: C:/rrdtool/rrdtool.exe upd
ate C:\Apache2\htdocs\cacti\rra\3\21.rrd --template cbHeading 1373650091:10000
07/12/2013 01:28:11 PM - SYSTEM STATS: Time:3.3055 Method:cmd.php Processes:8 Th
reads:N/A Hosts:3 HostsPerProcess:1 DataSources:2 RRDsProcessed:2
ERROR: C:\Apache2\htdocs\cacti\rra\3\22.rrd: illegal attempt to update using tim
e 1373650091 when last update time is 1373659381 (minimum one second step)
ERROR: C:\Apache2\htdocs\cacti\rra\3\21.rrd: illegal attempt to update using tim
e 1373650091 when last update time is 1373658503 (minimum one second step)
Loop Time is: 3.35
Sleep Time is: 296.61
Total Time is: 3.39
I am recieving a value of 10000 as requested on SNMP for heading.
And i just put a general SNMP OID Template graph i just want to see the value over time. So it should just say 10000 all the time with a line there ofcourse but i get nothing on my graph and it just goes upto 1.0
Code: Select all
C:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="cbHeading" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit="0" \
--vertical-label="Heading" \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
AREA:#FFD660FF:"cbHeading" \
GPRINT::LAST:"Current\:%8.0lf"
the RRD is obviously getting my value but its not plotting it? Why? Help is really appreciated!