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
|
|
@ -32,9 +32,6 @@ end
|
|||
|
||||
interface.select(ifid)
|
||||
|
||||
-- Add filters
|
||||
mac_alert_store:add_request_filters()
|
||||
|
||||
local count_by_time = mac_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