I'm using Cacti 0.8.8a with the weathermap plugin.
The wethermap is working fine, when I hover over a link it shows the the graph. However when I click on the like I don't see any graphs. In fact I don't see any graphs even when browsing the graph tree.
But when I create a NEW link, the graph shows just fine.
A quick example when I'm browsing the graph tree is in the image attached.
If I click on graph properties I see this
Code: Select all
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=1340715595 \
--end=1340801995 \
--title='pcr1.bgt1 - eth1/2 to pcr1.the1 10Gb Abovenet Fibre' \
--rigid \
--base=1000 \
--height=120 \
--width=600 \
--alt-autoscale \
COMMENT:"From 2012/06/26 13\:59\:55 To 2012/06/27 13\:59\:55\c" \
COMMENT:" \n" \
--vertical-label='' \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/var/lib/cacti/rra/pcr1_bgt1_traffic_in_46.rrd":'traffic_in':AVERAGE \
DEF:b="/var/lib/cacti/rra/pcr1_bgt1_traffic_in_46.rrd":'traffic_out':AVERAGE \
CDEF:cdefa='a,8,*' \
CDEF:cdeff='b,8,*,-1,*' \
LINE1:cdefa#002A97FF:"" \
AREA:cdefa#002A9733:"Inbound\:" \
GPRINT:a:LAST:" Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Max\:%8.2lf %s" \
LINE1:cdeff#DE0056FF:"" \
AREA:cdeff#DE005633:"Outbound\:" \
GPRINT:b:LAST:"Current%8.2lf %s" \
GPRINT::AVERAGE:"Average\:%8.2lf %s" \
GPRINT::MAX:"Max\:%8.2lf %s"
They used to be there a while ago. I don't remember changing anything