mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
parent
285a7c5d97
commit
5a0855bd7c
6 changed files with 61 additions and 49 deletions
|
|
@ -865,7 +865,7 @@ local known_parameters = {
|
|||
["redirection_url"] = validateEmptyOr(validateSingleWord),
|
||||
|
||||
-- Multiple Choice
|
||||
["multiple_flow_collection"] = validateChoiceInline({"none","probe_ip","ingress_iface_idx", "ingress_vrf_id"}),
|
||||
["disaggregation_criterion"] = validateChoiceInline({"none", "vlan", "probe_ip", "ingress_iface_idx", "ingress_vrf_id"}),
|
||||
["slack_notification_severity_preference"] = validateChoiceInline({"only_errors","errors_and_warnings","all_alerts"}),
|
||||
["multiple_ldap_authentication"] = validateChoiceInline({"local","ldap","ldap_local"}),
|
||||
["multiple_ldap_account_type"] = validateChoiceInline({"posix","samaccount"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue