Is there a way we can add multiple mysql database hosts to DBHost for the Zabbix server configuration?
I don't mind if it is loadbalancing (each request to a different server) or just failover (fail to the second node if the first stops responding).
Alternatively a not as good, but OK solution might be to intercept the event Zabbix throws when it can't connect to the database and cause that to rewrite the connection to the second database. Maybe we can do that with monit. Has anyone tried?
I don't mind if it is loadbalancing (each request to a different server) or just failover (fail to the second node if the first stops responding).
Alternatively a not as good, but OK solution might be to intercept the event Zabbix throws when it can't connect to the database and cause that to rewrite the connection to the second database. Maybe we can do that with monit. Has anyone tried?
Comment