Configure automated failover between Zabbix server nodes with the native Zabbix server HA cluster. Preventing downtimes is as vital for a monitoring solution as it is for any other component of an organization’s IT infrastructure. High availability and automated failover can help you prevent unwanted downtimes by supporting multiple application nodes and failing over between […]
Please login to comment
Login
Hi Arturs,
thank you for this blog article.
The question is: what’s about cluster awareness in zabbix_sender utility?
What is the best practice when a “Zabbix trapper” item type is used?
Currently you may run into a connection error whenever you explicitly specify a standby node as the Zabbix sender destination (-z option)
I would instead suggest pointing the Zabbix sender to a Zabbix agent configuration file instead ( -c option)
Note that the Zabbix agent ServerActive parameter syntax now supports specifying multiple cluster nodes:
https://www.zabbix.com/documentation/6.0/en/manual/appendix/config/zabbix_agentd
Once you prepare the configuration file, Zabbix sender should be able to pick out the active node from the node list in the Zabbix agent configuration file.
Hi Arthurs,
Thank you for video. Lets assume we have 3 node in HA. Two of in private network , one of in public provider.
In case of network connectivity problem between onprem – cloud service, how cluster will act?
I assume, onprem nodes are still keep working and stay as Active (Cause they have no problem with local server monitoring.)
And also Public Node will be become a active node for itself, cause it wouldn’t connect Active nodes in private.
How cluster desicion work for this situation?