1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

[router/freebox] fix vlabel

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2020-04-16 21:53:56 +10:00 committed by Lars Kruse
parent 667ee02b67
commit 90ccaf4b06

View file

@ -254,7 +254,7 @@ graph_config() {
.adsl) .adsl)
echo "graph_title ADSL characteristics" echo "graph_title ADSL characteristics"
echo 'graph_category network' echo 'graph_category network'
echo 'graph_vlabel dB in (+) / out (-)' echo 'graph_vlabel dB in (-) / out (+)'
echo 'graph_order noise_down noise attenuation_down attenuation' echo 'graph_order noise_down noise attenuation_down attenuation'
echo 'noise_down.label Noise down' echo 'noise_down.label Noise down'
@ -270,7 +270,7 @@ graph_config() {
.adsl_errors) .adsl_errors)
echo 'graph_title ADSL error correction' echo 'graph_title ADSL error correction'
echo 'graph_category network' echo 'graph_category network'
echo 'graph_vlabel errors in (+) / out (-)' echo 'graph_vlabel errors in (-) / out (+)'
echo 'graph_order fec_down fec crc_down crc hec_down hec' echo 'graph_order fec_down fec crc_down crc hec_down hec'
echo 'fec_down.label FEC down' echo 'fec_down.label FEC down'
@ -303,7 +303,7 @@ graph_config() {
.traffic) .traffic)
echo 'graph_title Traffic' echo 'graph_title Traffic'
echo 'graph_category network' echo 'graph_category network'
echo 'graph_vlabel bits per second in (+) / out (-)' echo 'graph_vlabel bits per second in (-) / out (+)'
echo 'graph_order atm_down atm wan_down wan eth_down eth usb_down usb switch_down switch' echo 'graph_order atm_down atm wan_down wan eth_down eth usb_down usb switch_down switch'
echo 'atm_down.label ATM down' echo 'atm_down.label ATM down'
@ -366,7 +366,7 @@ graph_config() {
*) *)
echo 'graph_title Uplink traffic' echo 'graph_title Uplink traffic'
echo 'graph_category network' echo 'graph_category network'
echo 'graph_vlabel bits per second in (+) / out (-)' echo 'graph_vlabel bits per second in (-) / out (+)'
echo 'graph_order main_atm_down main_atm main_wan_down main_wan' echo 'graph_order main_atm_down main_atm main_wan_down main_wan'
# XXX: summary data similar to (more detailed) traffic # XXX: summary data similar to (more detailed) traffic