summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2014-02-11 16:44:59 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2014-02-11 16:44:59 +0100
commit5c4d3eca4da61bcf81ed79a4d7d58521b5306cb9 (patch)
treeeff9ca2ce693ecccdf7562974d1e992580a7a948 /conf
parent85be3bb60387a8e584acc99780e6d0ba36007f61 (diff)
Manage args between all module
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index dee997cf..ba8a92ef 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -52,6 +52,10 @@ careful=50
warning=70
critical=90
+[network]
+# Define the list of hidden network interfaces (comma separeted)
+#hide=lo
+
[temperature]
# Temperatures in °C for sensors
# Default values if not defined: 60/70/80
@@ -89,10 +93,6 @@ mem_critical=90
# Define the list of hidden disks (comma separeted)
#hide=sda2,sda5
-[network]
-# Define the list of hidden network interfaces (comma separeted)
-#hide=lo
-
[monitor]
# Define the list of processes to monitor
# *** This section is optional ***