summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2013-12-29 22:34:37 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2013-12-29 22:34:37 +0100
commit4dd44619898596d16c7f1b3716a58456531bea6a (patch)
tree027a2692257907b680a5d5d3a154f5e8798d314b /conf
parent09079f5b12a6f71d1fb7b83880c5174cb6d122b7 (diff)
Manage disks and network interfaces hidden lists (issue #304)
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf8
-rw-r--r--conf/glances.conf8
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index 754fcb46..22b27fad 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -75,6 +75,14 @@ mem_careful=50
mem_warning=70
mem_critical=90
+[iodisk]
+# Define the list of hidden disks (comma separed)
+#hide=sda2,sda5
+
+[network]
+# Define the list of hidden network interfaces (comma separed)
+#hide=lo
+
[monitor]
# Define the list of processes to monitor
# *** This section is optionnal ***
diff --git a/conf/glances.conf b/conf/glances.conf
index 49430496..5ef649a8 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -75,6 +75,14 @@ mem_careful=50
mem_warning=70
mem_critical=90
+[iodisk]
+# Define the list of hidden disks (comma separed)
+#hide=sda2,sda5
+
+[network]
+# Define the list of hidden network interfaces (comma separed)
+#hide=lo
+
[monitor]
# Define the list of processes to monitor
# *** This section is optionnal ***