summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-04-30 19:10:25 +0200
committernicolargo <nicolashennion@gmail.com>2016-04-30 19:10:25 +0200
commit3203d84bc80624e99389b95e19487397de23a98b (patch)
treecdb4efa546162d9514077f3f1a2304118cd442fb /conf
parenteb5ea5d37b1ca3e9834ec01e419ed68ed90d4a9c (diff)
Default AMP manage default message
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index f0184bdf..7c090651 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -256,6 +256,7 @@ queue=glances_queue
######
[amp_dropbox]
+# Use the default AMP which execute the command
enable=true
regex=.*dropbox.*
refresh=3
@@ -286,3 +287,9 @@ 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