Implements in-memory counters for alert queues and shows them in the UI

This commit is contained in:
Simone Mainardi 2020-09-01 17:42:03 +02:00
parent 056f0747c6
commit 5fbe012134
13 changed files with 272 additions and 7 deletions

View file

@ -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"},