Add the blackhole contacts alerts and update the scan detection alert. (#8290)

This commit is contained in:
Nicolò Maio 2024-03-28 08:55:45 +01:00 committed by GitHub
parent 16caab403e
commit 2deb42a7a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 202 additions and 11 deletions

View file

@ -34,6 +34,7 @@ local host_alert_keys = {
host_alert_rst_scan = 25,
host_alert_traffic_volume = 26,
host_alert_external_script = 27,
host_alert_black_hole_contacts = 28,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}