mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add the blackhole contacts alerts and update the scan detection alert. (#8290)
This commit is contained in:
parent
16caab403e
commit
2deb42a7a2
11 changed files with 202 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue