summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-31 12:21:01 +0200
committernicolargo <nicolas@nicolargo.com>2024-03-31 12:21:01 +0200
commit12d9ac1dff05ac74ba304cbf9186aa159fde1d61 (patch)
tree0da40e8f644f5a96eeb14894974644c83f937ca7 /conf
parent24a3aead9d8caca7ed83d40478b12d6818049682 (diff)
First try, stdout JSON work ok but not the CSV export
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index a9986280..bfdd9c4a 100644
--- a/conf/glances.conf
+++ b/conf/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.*,.*python.*
+# or an uniq key:value filter
+#export=pid:1234
[ports]
disable=False