Cleanup system startup.lua from interfaces code

This commit is contained in:
Simone Mainardi 2021-12-03 14:30:57 +01:00
parent 266c248df8
commit 04949ea275
3 changed files with 1 additions and 19 deletions

View file

@ -1851,7 +1851,6 @@ local known_parameters = {
["toggle_theme"] = validateChoiceInline({"default", "light", "dark"}),
["toggle_host_mask"] = validateChoiceInline({"0", "1", "2"}),
["topk_heuristic_precision"] = validateChoiceInline({"disabled", "more_accurate", "accurate", "aggressive"}),
["bridging_policy_target_type"] = validateChoiceInline({"per_protocol", "per_category", "both"}),
["timeseries_driver"] = validateChoiceInline({"rrd", "influxdb", "prometheus"}),
["edition"] = validateEmptyOr(validateChoiceInline({"community", "pro", "enterprise", "enterprise_m", "enterprise_l"})),
["hosts_ts_creation"] = validateChoiceInline({"off", "light", "full"}),