mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Reworks and simplifies engaged alert counters
This commit is contained in:
parent
228c85d850
commit
721fa2680f
4 changed files with 16 additions and 29 deletions
|
|
@ -147,7 +147,6 @@ function cpu_utils.systemHostStats()
|
|||
|
||||
local system_host_stats = ntop.systemHostStat()
|
||||
system_host_stats["cpu_states"] = cpu_utils.get_cpu_states()
|
||||
system_host_stats["engaged_alerts"] = alert_utils.getNumAlerts("engaged", {})
|
||||
|
||||
interface.select(tostring(cur_id))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue