From 05897a61dd0a1da366e2f27231cbf0df19bebfb2 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 21 Jul 2020 10:26:40 +0200 Subject: Enhancement Request: .conf parameter for AMP #1690 --- conf/glances.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/glances.conf') diff --git a/conf/glances.conf b/conf/glances.conf index 7ed466ae..50e4f425 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -572,8 +572,9 @@ countmax=20 [amp_conntrack] # Use comma separated for multiple commands (no space around the comma) +# If the regex key is not defined, the AMP will be executed every refresh second +# and the process count will not be displayed (countmin and countmax will be ignore) enable=false -regex=\/sbin\/init refresh=30 one_line=false command=sysctl net.netfilter.nf_conntrack_count;sysctl net.netfilter.nf_conntrack_max -- cgit v1.2.3