From 3cf7cc275b483a381c2213c1b1a94b403f913e2d Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Tue, 27 May 2014 17:02:39 +0200 Subject: Update the default configuration file. No Dropbox dependant --- conf/glances-monitor.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf index 94fb17a0..450e6810 100644 --- a/conf/glances-monitor.conf +++ b/conf/glances-monitor.conf @@ -112,12 +112,12 @@ mem_critical=90 # A warning will be displayed if number of process < count # * countmax: (optional) maximum number of processes # A warning will be displayed if number of process > count -list_1_description=Dropbox -list_1_regex=.*dropbox.* -list_1_countmin=1 -list_1_command=dropbox status | head -1 -list_2_description=Python programs -list_2_regex=.*python.* -list_3_description=Famous Xeyes -list_3_regex=.*xeyes.* -list_3_countmin=1 +#list_1_description=Dropbox +#list_1_regex=.*dropbox.* +#list_1_countmin=1 +#list_1_command=dropbox status | head -1 +list_1_description=Python programs +list_1_regex=.*python.* +list_2_description=Famous Xeyes +list_2_regex=.*xeyes.* +list_2_countmin=1 -- cgit v1.2.3