summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-09-25 10:13:57 +0200
committernicolargo <nicolas@nicolargo.com>2022-09-25 10:13:57 +0200
commit28c65892809cfa75891a22e73c8ff53467892aa6 (patch)
treeb7475298ee3ec9851f9a1ee2ff15a7df3b13ab8c /conf
parent068a7daac91bd24cff29bca59a8ea3238be4bc41 (diff)
Correct issue with the regexp filter (use fullmatch instead of match)
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 8619de03..5f3b128d 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -220,9 +220,9 @@ hide=loop.*,/dev/loop*
[fs]
disable=False
-# Define the list of hidden file system (comma-separated regexp)
+# Define the list of file system to hide (comma-separated regexp)
hide=/boot.*,/snap.*
-# Define the list of file system to be show (comma-separated)
+# Define the list of file system to show (comma-separated regexp)
#show=/,/srv
# Define filesystem space thresholds in %
# Default values if not defined: 50/70/90