mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implement Device Protocols Alerts
This commit is contained in:
parent
35b555fea5
commit
457dcb3457
18 changed files with 171 additions and 29 deletions
|
|
@ -1024,6 +1024,7 @@ local known_parameters = {
|
|||
["toggle_remote_to_remote_alerts"] = validateBool,
|
||||
["toggle_dropped_flows_alerts"] = validateBool,
|
||||
["toggle_malware_probing"] = validateBool,
|
||||
["toggle_device_protocols_alerts"] = validateBool,
|
||||
["toggle_ip_reassignment_alerts"] = validateBool,
|
||||
["toggle_flow_db_dump_export"] = validateBool,
|
||||
["toggle_alert_syslog"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue