mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Simplifies and keeps per-family alert counters
This commit is contained in:
parent
ae2c789984
commit
ec06e6568f
13 changed files with 50 additions and 109 deletions
|
|
@ -117,8 +117,6 @@ function dumpInterfaceStats(ifid)
|
|||
res["alerted_flows_notice"] = ifstats["num_alerted_flows_notice"] or 0
|
||||
res["alerted_flows_warning"] = ifstats["num_alerted_flows_warning"] or 0
|
||||
res["alerted_flows_error"] = ifstats["num_alerted_flows_error"] or 0
|
||||
|
||||
res["has_alerts"] = ifstats["has_alerts"]
|
||||
end
|
||||
|
||||
if periodic_activities_utils.have_degraded_performance() then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue