Added new parameters for server and proxy

This commit is contained in:
Alexey Pustovalov
2024-05-21 21:19:12 +09:00
parent 4762f84020
commit 31f62e2c61
30 changed files with 134 additions and 0 deletions

View File

@ -254,6 +254,9 @@ update_zbx_config() {
else
update_config_var $ZBX_CONFIG "AllowRoot" "1"
fi
update_config_var $ZBX_CONFIG "WebDriverURL" "${ZBX_WEBDRIVERURL}"
update_config_var $ZBX_CONFIG "StartBrowserPollers" "${ZBX_STARTBROWSERPOLLERS}"
}
prepare_proxy() {