mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fixes clickhouse health page not found (#9087)
This commit is contained in:
parent
425796a065
commit
cd210b3d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ local health_entries = {
|
|||
hidden = false -- TODO: add a check for redis monitoring status
|
||||
}, {
|
||||
entry = page_utils.menu_entries.clickhouse_status,
|
||||
url = '/lua/enterprise/monitor/clickhouse_monitor.lua',
|
||||
url = '/lua/pro/enterprise/monitor/clickhouse_monitor.lua',
|
||||
hidden = not is_clickhouse_enabled
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue