So I find something, at least the block who give me error from my config:
Code: Select all
LINK SE-DC-1-lsa01-Extranet
ZORDER 350
BWSTYLE Angled
INFOURL /cacti/graph.php?rra_id=all&local_graph_id=8653
NOTES FW Extranet
OVERLIBGRAPH /cacti/graph_image.php?local_graph_id=8653&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300
INBWFORMAT {link:this:bandwidth_in:%k} ({link:this:inpercent:%.1f}%)
OUTBWFORMAT {link:this:bandwidth_out:%k} ({link:this:outpercent:%.1f}%)
BWLABELPOS 75 28
TARGET /usr/share/cacti/rra/se-dpdp-61_traffic_in_8831.rrd
NODES SE-DC-1 lsa01-DC
LINK SE-DC-0-lsa02-Extranet
ZORDER 350
BWSTYLE Angled
INFOURL /cacti/graph.php?rra_id=all&local_graph_id=8640
NOTES FW Extranet
OVERLIBGRAPH /cacti/graph_image.php?local_graph_id=8640&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300
INBWFORMAT {link:this:bandwidth_in:%k} ({link:this:inpercent:%.1f}%)
OUTBWFORMAT {link:this:bandwidth_out:%k} ({link:this:outpercent:%.1f}%)
BWLABELPOS 75 30
TARGET /usr/share/cacti/rra/se-dch9-60_traffic_in_8818.rrd
NODES SE-DC-0 lsa02-DC
In my browser I can see this lines at the end of the page (it's suppose to be html coded)
Code: Select all
FW Extranet data-caption="SE-DC-1-lsa01-Extranet" shape="rect" coords="1472,217,1528,238" /> FW Extranet data-caption="SE-DC-1-lsa01-Extranet" shape="rect" coords="1472,95,1528,116" /> FW Extranet data-caption="SE-DC-1-lsa01-Extranet" shape='poly' coords='1500,40,1504,40,1504,166,1504,166,1500,170,1496,166,1496,166,1496,40,1500,40' /> FW Extranet data-caption="SE-DC-1-lsa01-Extranet" shape='poly' coords='1500,300,1496,300,1496,174,1496,174,1500,170,1504,174,1504,174,1504,300,1500,300' /> FW Extranet data-caption="SE-DC-0-lsa02-Extranet" shape="rect" coords="1472,668,1528,689" /> FW Extranet data-caption="SE-DC-0-lsa02-Extranet" shape="rect" coords="1472,785,1528,806" /> FW Extranet data-caption="SE-DC-0-lsa02-Extranet" shape='poly' coords='1500,860,1496,860,1496,734,1496,734,1500,730,1504,734,1504,734,1504,860,1500,860' /> FW Extranet data-caption="SE-DC-0-lsa02-Extranet" shape='poly' coords='1500,600,1504,600,1504,726,1504,726,1500,730,1496,726,1496,726,1496,600,1500,600' />
And after this line everything is screw up.
And the HTML code for this part is:
Code: Select all
<area id="LINK:L176:3" class="link" href="/cacti/graph.php?rra_id=all&local_graph_id=8640" data-hover="<ul class='wm_container'><li class='wm_child'><img style='width:450pxwidth:150px;' src='/cacti/graph_image.php?local_graph_id=8640&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300&random=40935'></li></ul>"<br>FW Extranet data-caption="SE-DC-0-lsa02-Extranet" shape="rect" coords="1472,668,1528,689" />
But a working line should be:
Code: Select all
<area id="LINK:L160:3" class="link" href="/cacti/graph.php?rra_id=all&local_graph_id=8445" data-hover="<ul class='wm_container'><li class='wm_child'><img style='width:450pxwidth:150px;' src='/cacti/graph_image.php?local_graph_id=8445&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300&random=18564'></li></ul>" data-caption="SR-V-30m1-SR-V-30m2" shape="rect" coords="1272,290,1328,311" />
The difference is just before the data-caption, on the wrong line it's missing a double-quote so it's taken a comment instead of command
The 'FW Extranet' you can see on the HTML code, is based on the line NOTES on the config
Maybe something wrong with how the code is treating the config line