summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-06-16 11:55:25 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2014-06-16 18:14:51 +0200
commit790357d46e7d968f5be99907e64cd5c75fb29751 (patch)
tree1a217e4f338ed41d290b5e7cc99d57a17ba97400 /conf
parent4b82e4ad2722cc585e20141959a6ddeb859c4a04 (diff)
Do not provide custom values by default in config file
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf20
-rw-r--r--conf/glances.conf20
2 files changed, 20 insertions, 20 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index 450e6810..0d901739 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -48,20 +48,20 @@ careful=50
warning=70
critical=90
-[network]
+# [network]
# Define the list of hidden network interfaces (comma separeted)
-hide=lo
+# hide=lo
# Default limits (in bits per second aka bps) for interface bitrate
-wlan0_rx_careful=4000000
-wlan0_rx_warning=5000000
-wlan0_rx_critical=6000000
-wlan0_tx_careful=700000
-wlan0_tx_warning=900000
-wlan0_tx_critical=1000000
+# wlan0_rx_careful=4000000
+# wlan0_rx_warning=5000000
+# wlan0_rx_critical=6000000
+# wlan0_tx_careful=700000
+# wlan0_tx_warning=900000
+# wlan0_tx_critical=1000000
-[diskio]
+# [diskio]
# Define the list of hidden disks (comma separeted)
-hide=sda2,sda5
+# hide=sda2,sda5
[fs]
# Default limits for free filesytem space in %
diff --git a/conf/glances.conf b/conf/glances.conf
index c315e7fc..2b844c99 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -48,20 +48,20 @@ careful=50
warning=70
critical=90
-[network]
+# [network]
# Define the list of hidden network interfaces (comma separeted)
-hide=lo
+# hide=lo
# Default limits (in bits per second aka bps) for interface bitrate
-wlan0_rx_careful=4000000
-wlan0_rx_warning=5000000
-wlan0_rx_critical=6000000
-wlan0_tx_careful=700000
-wlan0_tx_warning=900000
-wlan0_tx_critical=1000000
+# wlan0_rx_careful=4000000
+# wlan0_rx_warning=5000000
+# wlan0_rx_critical=6000000
+# wlan0_tx_careful=700000
+# wlan0_tx_warning=900000
+# wlan0_tx_critical=1000000
-[diskio]
+# [diskio]
# Define the list of hidden disks (comma separeted)
-hide=sda2,sda5
+# hide=sda2,sda5
[fs]
# Default limits for free filesytem space in %