summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-04-05 19:39:12 +0200
committernicolargo <nicolas@nicolargo.com>2024-04-05 19:39:12 +0200
commit6fc0814a320e4deb8299da635fb862518a3053a2 (patch)
tree303e2e4505af86b372449be41a91469106f9eae9 /docker-compose
parent4a5dfe7584610d1f263959b9c8a29d73c25f3fa6 (diff)
Add optino to set export process filter from the command lineissue794
Diffstat (limited to 'docker-compose')
-rwxr-xr-xdocker-compose/glances.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 50ca289d..4cfe67ea 100755
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -357,6 +357,12 @@ nice_warning=-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2
#nice_careful=1,2,3,4,5,6,7,8,9
#nice_warning=10,11,12,13,14
#nice_critical=15,16,17,18,19
+#
+# Define the list of processes to export using:
+# a comma-separated list of regular expression (apply on name and cmdline)
+#export=.*firefox.*
+# or an uniq key:value filter
+#export=pid:1234
[ports]
disable=False