mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added SNMP flood check (#5905)
This commit is contained in:
parent
d9d7363844
commit
2e27e21cc8
13 changed files with 174 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ local host_alert_keys = {
|
|||
host_alert_scan_detected = 20,
|
||||
host_alert_fin_scan = 21,
|
||||
host_alert_dns_flood = 22,
|
||||
host_alert_snmp_flood = 23,
|
||||
|
||||
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue