Added StartODBCPollers parameter for proxy and server

This commit is contained in:
Alexey Pustovalov
2022-04-15 16:51:26 +03:00
parent 4fc949c915
commit 59bc46ebdb
38 changed files with 38 additions and 0 deletions

View File

@ -170,6 +170,7 @@ update_zbx_config() {
update_config_var $ZBX_CONFIG "StartDiscoverers" "${ZBX_STARTDISCOVERERS}"
update_config_var $ZBX_CONFIG "StartHistoryPollers" "${ZBX_STARTHISTORYPOLLERS}"
update_config_var $ZBX_CONFIG "StartHTTPPollers" "${ZBX_STARTHTTPPOLLERS}"
update_config_var $ZBX_CONFIG "StartODBCPollers" "${ZBX_STARTODBCPOLLERS}"
: ${ZBX_JAVAGATEWAY_ENABLE:="false"}
if [ "${ZBX_JAVAGATEWAY_ENABLE,,}" == "true" ]; then