Hi,
I have an question regarding Zabbix Proxy.
We have a slow link between Server and Proxy where we need to keep an eye on the traffic (Satellite).
Everything works perfect, but the Proxy is talking to much to the server.
Proxy is "Zabbix 6.2.3 (revision 98ee88fc19d)"
Proxy is active mode.
With tcpdump i could see, that the proxy is talking every second to the server (Heartbeat)?
i have set
however, HeartbeatFrequency seems to have no effect, if i set it to 0,10 or 100. TCP packets are send every second from Proxy to Server.
I found something on github
https://github.com/zabbix/zabbix/blo..._proxy/proxy.c
in line 515 is mentioned
however, there is nothing in the logs.
How can i change the heartbeat interval and stop communication every second?
Many thanks and best regards
Thomas
I have an question regarding Zabbix Proxy.
We have a slow link between Server and Proxy where we need to keep an eye on the traffic (Satellite).
Everything works perfect, but the Proxy is talking to much to the server.
Proxy is "Zabbix 6.2.3 (revision 98ee88fc19d)"
Proxy is active mode.
With tcpdump i could see, that the proxy is talking every second to the server (Heartbeat)?
i have set
Code:
ConfigFrequency=300 DataSenderFrequency=60 HeartbeatFrequency=10
I found something on github
https://github.com/zabbix/zabbix/blo..._proxy/proxy.c
in line 515 is mentioned
Code:
zabbix_log(LOG_LEVEL_WARNING, "HeartbeatFrequency parameter is deprecated, and has no effect");
How can i change the heartbeat interval and stop communication every second?
Many thanks and best regards
Thomas

Comment