mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implements histogram for engaged alerts
This commit is contained in:
parent
aa5daceb7a
commit
5bd58b4109
12 changed files with 113 additions and 42 deletions
|
|
@ -24,9 +24,6 @@ local res = {}
|
|||
|
||||
interface.select(getSystemInterfaceId())
|
||||
|
||||
-- Add filters
|
||||
system_alert_store:add_request_filters()
|
||||
|
||||
local count_by_time = system_alert_store:count_by_time()
|
||||
|
||||
rest_utils.answer(rc, {series = {{ data = count_by_time, name = i18n("alerts_dashboard.alerts") }}})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue