How can I setup failover for zabbix polling service without virtual IP.
So I have 2 zabbix servers (along with frontend) connected to the same database.
Zabbix 1: 10.10.10.10 -> Connect to Database 1. Current polling.
Zabbix 2: 20.20.20.20 -> Connect to Database 1. (Zabbix service is stopped to prevent polling and duplicate data in DB - It can't be idle right ??)
Database 1: 30.30.30.30
Agents have been configured to listen from Zabbix 1 and Zabbix 2.
I want setup failover in such a way that if zabbix 1 is down, zabbix 2 should start polling (temporarily).
If zabbix 1 is back online, zabbix 2 should stop and zabbix 1 should take over and start polling.
Any suggestions?
If Zabbix 2 could be idle then instant polling (or send signal to start polling after few minutes) could be possible I guess? if Not, a tool is needed for service to be started if Zabbix 1 is down for 5 minutes.
similar question but different: https://www.zabbix.com/forum/showthread.php?t=16744
Frontend failover isn't necessary because both zabbix frontend has been configured to use the same Database to retrieve data.
So I have 2 zabbix servers (along with frontend) connected to the same database.
Zabbix 1: 10.10.10.10 -> Connect to Database 1. Current polling.
Zabbix 2: 20.20.20.20 -> Connect to Database 1. (Zabbix service is stopped to prevent polling and duplicate data in DB - It can't be idle right ??)
Database 1: 30.30.30.30
Agents have been configured to listen from Zabbix 1 and Zabbix 2.
I want setup failover in such a way that if zabbix 1 is down, zabbix 2 should start polling (temporarily).
If zabbix 1 is back online, zabbix 2 should stop and zabbix 1 should take over and start polling.
Any suggestions?
If Zabbix 2 could be idle then instant polling (or send signal to start polling after few minutes) could be possible I guess? if Not, a tool is needed for service to be started if Zabbix 1 is down for 5 minutes.
similar question but different: https://www.zabbix.com/forum/showthread.php?t=16744
Frontend failover isn't necessary because both zabbix frontend has been configured to use the same Database to retrieve data.
Comment