mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +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
|
|
@ -20,7 +20,7 @@ local function check_periodic_activity_not_executed(params)
|
|||
ps_stats["last_queued_time"] or 0
|
||||
)
|
||||
|
||||
alert:set_score_warning()
|
||||
alert:set_score_error()
|
||||
alert:set_granularity(params.granularity)
|
||||
alert:set_subtype(ps_name)
|
||||
if delta > 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue