Moved ClickHouse monitor out of the plugins (#6224)

This commit is contained in:
Matteo Biscosi 2022-01-24 15:55:58 +01:00
parent e3b4a21a0f
commit 48ac194118
3 changed files with 21 additions and 0 deletions

View file

@ -98,6 +98,8 @@ page_utils.menu_entries = {
alerts_status = {key = "alerts_status", i18n_title = "system_alerts_status", section = "health"},
influxdb_status = {key = "influxdb", i18n_title = "InfluxDB", section = "health"},
redis_status = {key = "redis_monitor", i18n_title = "Redis", section = "health"},
clickhouse_status = {key = "clickhouse", i18n_title = "ClickHouse", section = "health"},
-- exporters
event_exporters = {key = "event_exporters", i18n_title = "event_exporters.event_exporters", section = "collection"},
sflow_exporters = {key = "sflow_exporters", i18n_title = "flows_page.sflow_devices", section = "collection"},