summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-05-02 10:32:46 +0200
committernicolargo <nicolashennion@gmail.com>2016-05-02 10:32:46 +0200
commit9c609ffdfdf751200c20e076374c38adf03ecbe0 (patch)
tree94eb85cb4fbcb75d087e215f4c55f887b5fe104b /conf
parent1621832567ff096b7407626b27f52b6563de3c1c (diff)
Update doc for AMP
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf17
1 files changed, 5 insertions, 12 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 9fa40ce3..d0b2893d 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -253,19 +253,18 @@ queue=glances_queue
[amp_dropbox]
# Use the default AMP (no dedicated AMP Python script)
-enable=true
+enable=false
regex=.*dropbox.*
refresh=3
one_line=false
command=dropbox status
countmin=1
-[amp_xeyes]
-# Use the default AMP (no dedicated AMP Python script)
-enable=true
-regex=.*xeyes.*
+[amp_python]
+# Monitor all Python scripts
+enable=false
+regex=.*python.*
refresh=3
-countmin=1
countmax=2
[amp_nginx]
@@ -291,9 +290,3 @@ regex=\/sbin\/init
refresh=30
one_line=true
service_cmd=/usr/bin/service --status-all
-
-[amp_python]
-# Monitor all Python scripts
-enable=true
-regex=.*python.*
-refresh=3