When adding new hosts on the Zabbix server and assigning them to the active proxy from drop down, does the server push these changes to monitor the new hosts to the active proxy via port 10050 or the proxy will pick up these new hosts when it next connects to the server via port TCP10051 ?
Ad Widget
Collapse
Active zabbix proxy - inbound port TCP 10050
Collapse
X
-
Active proxy:
Configuration renewal connections Proxy -> Server (10051)
Data sending connections Proxy -> Server (10051)
# Config update once per hour or with zabbix_proxy -R config_cache_reload
Passive proxy:
Configuration renewal connections Proxy (10051) <- Server
Data sending connections Proxy (10051) <- Server
# Config update once per hour
Comment