mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add missing alert type
This commit is contained in:
parent
f8b17578e7
commit
8edee160ed
4 changed files with 23 additions and 2 deletions
|
|
@ -722,7 +722,7 @@ end
|
|||
|
||||
function alerts_api.periodicActivityNotExecuted(pending_since)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.periodic_activity_not_executed,
|
||||
alert_type = alert_consts.alert_types.alert_periodic_activity_not_executed,
|
||||
alert_severity = alert_consts.alert_severities.warning,
|
||||
alert_type_params = {
|
||||
pending_since = pending_since,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue