mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implement periodic activities status monitor
This commit is contained in:
parent
4d07357f3c
commit
96299661b3
16 changed files with 141 additions and 31 deletions
|
|
@ -720,6 +720,18 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.periodicActivityNotExecuted(pending_since)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.periodic_activity_not_executed,
|
||||
alert_severity = alert_consts.alert_severities.warning,
|
||||
alert_type_params = {
|
||||
pending_since = pending_since,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.ipOutsideDHCPRangeType(router_info, mac, client_mac, sender_mac)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.alert_ip_outsite_dhcp_range,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue