mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Moved ClickHouse monitor out of the plugins (#6224)
This commit is contained in:
parent
e3b4a21a0f
commit
48ac194118
3 changed files with 21 additions and 0 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue