Просмотр исходного кода

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 5 лет назад
Родитель
Сommit
4dc217a48a
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      collectors/apps.plugin/apps_groups.conf

+ 2 - 1
collectors/apps.plugin/apps_groups.conf

@@ -109,7 +109,8 @@ puma: *puma*
 
 sql: mysqld* mariad* postgres* postmaster* oracle_* ora_*
 nosql: mongod redis* memcached *couchdb*
-timedb: prometheus *carbon-cache.py* *carbon-aggregator.py* *graphite/manage.py* *net.opentsdb.tools.TSDMain*
+timedb: prometheus *carbon-cache.py* *carbon-aggregator.py* *graphite/manage.py* *net.opentsdb.tools.TSDMain* influxd*
+columndb: clickhouse-server*
 
 # -----------------------------------------------------------------------------
 # email servers