mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements flow alerts cap and fixes several issues with counters
This commit is contained in:
parent
84fe1e4f5f
commit
a6d914d7ad
12 changed files with 92 additions and 48 deletions
|
|
@ -223,6 +223,7 @@ function delete_alert_configuration(alert_source, ifname)
|
|||
end
|
||||
ntop.delHashCache(get_re_arm_alerts_hash_name(), get_re_arm_alerts_hash_key(ifid, alert_source))
|
||||
end
|
||||
interface.refreshAlertCounters()
|
||||
end
|
||||
|
||||
function refresh_alert_configuration(alert_source, ifname, timespan, alerts_string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue