Update database servers group in apps_groups.conf (#8004)
- added group for column oriented databases - `columndb` - added `clickhouse-server` to group `columndb` - added influxd to `timedb` group
Default committed
Feb 7, 2020 at 18:32 UTC
4dc217a48a0b337e1f0baa13faa93a12c575a500
1 file changed
+2
-1
collectors/apps.plugin/apps_groups.conf
+2
-1
@@ -109,7 +109,8 @@ puma: *puma*
109
110
sql: mysqld* mariad* postgres* postmaster* oracle_* ora_*
111
nosql: mongod redis* memcached *couchdb*
112
-timedb: prometheus *carbon-cache.py* *carbon-aggregator.py* *graphite/manage.py* *net.opentsdb.tools.TSDMain*
112
+timedb: prometheus *carbon-cache.py* *carbon-aggregator.py* *graphite/manage.py* *net.opentsdb.tools.TSDMain* influxd*
113
+columndb: clickhouse-server*
114
115
# -----------------------------------------------------------------------------
116
# email servers