mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
removed semi-colon from too-many-flows notification
This commit is contained in:
parent
df363548ca
commit
a54f67756c
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ function defined_alert_notifications.too_many_flows(container)
|
|||
local flows_pctg = math.floor(1 + ((flows * 100) / prefs.max_num_flows))
|
||||
|
||||
local ALARM_THRESHOLD_LOW = 60
|
||||
local ALARM_THRESHOLD_HIGH = 90;
|
||||
local ALARM_THRESHOLD_HIGH = 90
|
||||
|
||||
if (flows_pctg >= ALARM_THRESHOLD_LOW and flows_pctg <= ALARM_THRESHOLD_HIGH) then
|
||||
level = "warning"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue