Do not provide custom values by default in config file

pull/404/head
Alessio Sergi 2014-06-16 11:55:25 +02:00 committed by Nicolas Hennion
parent 4b82e4ad27
commit 790357d46e
2 changed files with 20 additions and 20 deletions

View File

@ -48,20 +48,20 @@ careful=50
warning=70 warning=70
critical=90 critical=90
[network] # [network]
# Define the list of hidden network interfaces (comma separeted) # Define the list of hidden network interfaces (comma separeted)
hide=lo # hide=lo
# Default limits (in bits per second aka bps) for interface bitrate # Default limits (in bits per second aka bps) for interface bitrate
wlan0_rx_careful=4000000 # wlan0_rx_careful=4000000
wlan0_rx_warning=5000000 # wlan0_rx_warning=5000000
wlan0_rx_critical=6000000 # wlan0_rx_critical=6000000
wlan0_tx_careful=700000 # wlan0_tx_careful=700000
wlan0_tx_warning=900000 # wlan0_tx_warning=900000
wlan0_tx_critical=1000000 # wlan0_tx_critical=1000000
[diskio] # [diskio]
# Define the list of hidden disks (comma separeted) # Define the list of hidden disks (comma separeted)
hide=sda2,sda5 # hide=sda2,sda5
[fs] [fs]
# Default limits for free filesytem space in % # Default limits for free filesytem space in %

View File

@ -48,20 +48,20 @@ careful=50
warning=70 warning=70
critical=90 critical=90
[network] # [network]
# Define the list of hidden network interfaces (comma separeted) # Define the list of hidden network interfaces (comma separeted)
hide=lo # hide=lo
# Default limits (in bits per second aka bps) for interface bitrate # Default limits (in bits per second aka bps) for interface bitrate
wlan0_rx_careful=4000000 # wlan0_rx_careful=4000000
wlan0_rx_warning=5000000 # wlan0_rx_warning=5000000
wlan0_rx_critical=6000000 # wlan0_rx_critical=6000000
wlan0_tx_careful=700000 # wlan0_tx_careful=700000
wlan0_tx_warning=900000 # wlan0_tx_warning=900000
wlan0_tx_critical=1000000 # wlan0_tx_critical=1000000
[diskio] # [diskio]
# Define the list of hidden disks (comma separeted) # Define the list of hidden disks (comma separeted)
hide=sda2,sda5 # hide=sda2,sda5
[fs] [fs]
# Default limits for free filesytem space in % # Default limits for free filesytem space in %