2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

if1sec_: adding a proper label

This commit is contained in:
Steve Schnepp 2013-02-04 10:52:02 +01:00
parent 63d61bc52e
commit 2fd52dfb38

View File

@ -39,9 +39,12 @@ then
graph_title Interface 1sec stats for ${IFACE}
graph_category 1sec::network
graph_data_size custom 1d, 10s for 1w, 1m for 1t, 5m for 1y
graph_vlabel Bytes
update_rate 1
${IFACE}_tx.label ${IFACE} TX bytes
${IFACE}_tx.type DERIVE
${IFACE}_tx.min 0
${IFACE}_rx.label ${IFACE} RX bytes
${IFACE}_rx.type DERIVE
${IFACE}_rx.min 0
EOF