Skip to content

Commit 168ba15

Browse files
committed
Align docker Glances.conf with devel one
1 parent 5f48d5c commit 168ba15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose/glances.conf

+2-4
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,8 @@ nice_warning=-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2
359359
#nice_critical=15,16,17,18,19
360360
#
361361
# Define the list of processes to export using:
362-
# a comma-separated list of regular expression (apply on name and cmdline)
363-
#export=.*firefox.*
364-
# or an uniq key:value filter
365-
#export=pid:1234
362+
# a comma-separated list of Glances filter
363+
#export=.*firefox.*,pid:1234
366364

367365
[ports]
368366
disable=False

0 commit comments

Comments
 (0)