mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added
- alert_unexpected_dns_server = {NO_PEN, 63},
- alert_unexpected_smtp_server = {NO_PEN, 64},
- alert_unexpected_dhcp_server = {NO_PEN, 65},
alert keys
This commit is contained in:
parent
3002dd9f50
commit
6190b1e351
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ local alert_keys = {
|
|||
alert_attack_mitigation_via_snmp = {NO_PEN, 60},
|
||||
alert_iec104_error = {NO_PEN, 61},
|
||||
alert_flow_risk = {NO_PEN, 62},
|
||||
alert_unexpected_dns_server = {NO_PEN, 63},
|
||||
alert_unexpected_smtp_server = {NO_PEN, 64},
|
||||
alert_unexpected_dhcp_server = {NO_PEN, 65},
|
||||
|
||||
-- Add here additional keys for alerts generated
|
||||
-- by ntopng plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue