mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implements in-memory counters for alert queues and shows them in the UI
This commit is contained in:
parent
056f0747c6
commit
5fbe012134
13 changed files with 272 additions and 7 deletions
|
|
@ -91,6 +91,7 @@ page_utils.menu_entries = {
|
|||
-- Status (Health)
|
||||
system_status = {key = "status", i18n_title = "system_status", section = "system_health", visible_system = true},
|
||||
interfaces_status = {key = "interfaces_status", i18n_title = "system_interfaces_status", section = "system_health", visible_system = true},
|
||||
alerts_status = {key = "alerts_status", i18n_title = "system_alerts_status", section = "system_health", visible_system = true},
|
||||
|
||||
-- Exporters
|
||||
event_exporters = {key = "event_exporters", i18n_title = "event_exporters.event_exporters", section = "exporters"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue