mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added critical and emergency status to alerts
This commit is contained in:
parent
fb7da8667e
commit
692ae0bfcc
27 changed files with 178 additions and 76 deletions
|
|
@ -21,7 +21,7 @@ local function check_interface_activity(params)
|
|||
|
||||
local no_if_activity_type = alert_consts.alert_types.alert_no_if_activity.new(params.entity_info.name)
|
||||
|
||||
no_if_activity_type:set_score_error()
|
||||
no_if_activity_type:set_score_critical()
|
||||
no_if_activity_type:set_subtype(params.entity_info.name)
|
||||
no_if_activity_type:set_granularity(params.granularity)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue