mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
parent
fe80067f5b
commit
9e7340c16a
2 changed files with 34 additions and 6 deletions
|
|
@ -55,12 +55,7 @@ if what == "engaged" then
|
|||
engaged = true
|
||||
end
|
||||
|
||||
local alert_options = {
|
||||
epoch_begin = epoch_begin,
|
||||
epoch_end = epoch_end,
|
||||
alert_type = alert_type,
|
||||
alert_severity = alert_severity,
|
||||
}
|
||||
local alert_options = _GET
|
||||
|
||||
local alerts = alert_utils.getAlerts(what, alert_options)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue