From 12d9ac1dff05ac74ba304cbf9186aa159fde1d61 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 31 Mar 2024 12:21:01 +0200 Subject: First try, stdout JSON work ok but not the CSV export --- conf/glances.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3