mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add alert_ngi_trust_event alerts
This commit is contained in:
parent
d20b1e4739
commit
c5ca72c6ba
6 changed files with 91 additions and 6 deletions
|
|
@ -79,6 +79,7 @@ local other_alert_keys = {
|
|||
alert_active_flows_anomaly_client = OTHER_BASE_KEY + 66, -- scripts/plugins/alerts/security/unexpected_host_behaviour/modules/active_flows_behaviour
|
||||
alert_active_flows_anomaly_server = OTHER_BASE_KEY + 67, -- scripts/plugins/alerts/security/unexpected_host_behaviour/modules/active_flows_behaviour
|
||||
alert_broadcast_domain_too_large = OTHER_BASE_KEY + 68,
|
||||
alert_ngi_trust_event = OTHER_BASE_KEY + 69,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue