StartHistoryPollers is not supported for proxy since 6.2

This commit is contained in:
Alexey Pustovalov
2023-03-14 22:28:35 +09:00
parent 405a3aa086
commit b90e1d427f
13 changed files with 3 additions and 12 deletions

View File

@ -163,7 +163,6 @@ update_zbx_config() {
update_config_var $ZBX_CONFIG "StartTrappers" "${ZBX_STARTTRAPPERS}"
update_config_var $ZBX_CONFIG "StartPingers" "${ZBX_STARTPINGERS}"
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}"