There are sessions and traffic of pool Big IP F5 traffic balancer.
Fragment of code:
Code: Select all
NODE node_f5_PAC_traffic
LABEL PAC {node:this:bandwidth_in:%d}MB
LABELOUTLINECOLOR none
INFOURL /cacti/graph.php?rra_id=all&local_graph_id=9287
NOTES Pool_PAC Traffic
OVERLIBGRAPH /cacti/graph_image.php?rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300&local_graph_id=9287
TARGET gauge:/usr/share/cacti/rra/f5_x_pool_traffic_in_9805.rrd:pool_traffic_out:-
POSITION x 80 -50
NODE node_f5_PAC_sessions
LABEL PAC {node:this:bandwidth_in:%k}
LABELOUTLINECOLOR none
INFOURL /cacti/graph.php?rra_id=all&local_graph_id=9159
NOTES Pool_PAC Sessions
OVERLIBGRAPH /cacti/graph_image.php?rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300&local_graph_id=9159
TARGET gauge:/usr/share/cacti/rra/f5_x_poolconnections_9677.rrd:PoolConnections:-
POSITION x 80 -30
MAXVALUE 1000
What is the correct syntax of:
Code: Select all
LABEL PAC {node:this:bandwidth_in:%d}MB
I had tried few bandwidth_in: possibilities and no results.
Data source debug of incorrect node
Code: Select all
Data Source Debug
/usr/bin/rrdtool create \
/usr/share/cacti/rra/f5_x_pool_traffic_in_9805.rrd \
--step 300 \
DS:pool_traffic_in:COUNTER:600:0:1000000000 \
DS:pool_traffic_out:COUNTER:600:0:1000000000 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:600 \
RRA:MIN:0.5:6:700 \
RRA:MIN:0.5:24:775 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \