mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add Emit Host Alerts pref (fix #5154)
This commit is contained in:
parent
d06577665a
commit
9ed3afd918
4 changed files with 21 additions and 7 deletions
|
|
@ -1770,6 +1770,7 @@ local known_parameters = {
|
|||
["lbd_hosts_as_macs"] = validateBool,
|
||||
["toggle_send_telemetry_data"] = validateBool,
|
||||
["toggle_emit_flow_alerts"] = validateBool,
|
||||
["toggle_emit_host_alerts"] = validateBool,
|
||||
["telemetry_email"] = validateSingleWord,
|
||||
|
||||
-- Other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue