mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
c83f54dfbf
commit
fe67dc9e4f
4 changed files with 22 additions and 26 deletions
|
|
@ -882,8 +882,8 @@ local known_parameters = {
|
|||
|
||||
-- Multiple Choice
|
||||
["disaggregation_criterion"] = validateChoiceInline({"none", "vlan", "probe_ip", "ingress_iface_idx", "ingress_vrf_id"}),
|
||||
["hosts_ndpi_timeseries_creation"] = validateChoiceInline({"h_none", "h_per_protocol", "h_per_category", "h_both"}),
|
||||
["interfaces_ndpi_timeseries_creation"] = validateChoiceInline({"i_none", "i_per_protocol", "i_per_category", "i_both"}),
|
||||
["hosts_ndpi_timeseries_creation"] = validateChoiceInline({"none", "per_protocol", "per_category", "both"}),
|
||||
["interfaces_ndpi_timeseries_creation"] = validateChoiceInline({"none", "per_protocol", "per_category", "both"}),
|
||||
["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