mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes a minor bug in interface alert re-arm
This commit is contained in:
parent
4cd1387155
commit
e6a8396795
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ function check_interface_alert(ifname, mode, old_table, new_table)
|
|||
|
||||
if not is_alert_re_arming(ifname_clean, mode, t[1]) then
|
||||
if verbose then io.write("queuing alert\n") end
|
||||
re_arm_alert(network_name, mode, t[1])
|
||||
re_arm_alert(ifname_clean, mode, t[1])
|
||||
ntop.queueAlert(alert_level, alert_type, alert_msg)
|
||||
if ntop.isPro() then
|
||||
-- possibly send the alert to nagios as well
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue