summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-16 00:35:27 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-16 00:35:27 +0200
commit9ff05473bc996100456a3f38f883fa3a3bb1bbd3 (patch)
treefd90eddab3c748ebc2b5787ef0760c76fe2bb253
parent0ce5bd0cee473d101c34f936ecebc1a62658215c (diff)
added oracle database and memcached
-rw-r--r--conf.d/apps_groups.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/apps_groups.conf b/conf.d/apps_groups.conf
index 23131e3534..fa9ae8b6b1 100644
--- a/conf.d/apps_groups.conf
+++ b/conf.d/apps_groups.conf
@@ -16,7 +16,7 @@
# group_name: process1 process2 process3 ...
#
# The process names are the same to the ones returned by: ps -e
-# or /proc/PID/stat
+# or /proc/PID/stat, or in case of substring mode: /proc/PID/cmdline
#
# To add process names with spaces, enclose them in quotes (single or double)
# example: 'Plex Media Serv' "my other process"
@@ -86,8 +86,8 @@ unicorn: *unicorn*
# -----------------------------------------------------------------------------
# database servers
-sql: mysqld* mariad* postgres*
-nosql: mongod redis*
+sql: mysqld* mariad* postgres* oracle_* ora_*
+nosql: mongod redis* memcached
# -----------------------------------------------------------------------------
# email servers