mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[router/freebox] fix vlabel
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
667ee02b67
commit
90ccaf4b06
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue