Ad Widget

Collapse

Zabbix MySQL HA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • onallion
    Senior Member
    • Mar 2016
    • 131

    #1

    Zabbix MySQL HA

    Hello,

    I am planning on implementing Zabbix in a production environment, around 400-450NVPS.

    I read about creating an active/passive cluster for the Zabbix Server here:

    Step 1: Configure Name Resolution We need to configure our host to know it’s counterpart quickly without DNS (we don’t want false failures). Open the following two entries to your /etc/hosts file. primary_zabbixserver_ip zabbixserver1 zabbixserver1.example.com secondary_zabbixserver_ip zabbixserver2 zabbixserver2.example.com Step 2: Install Zabbix Server Now we need to install the Zabbix Server, however there are so […]


    Seems simple enough, but I would like your advice on implementing an HA solution for the MySQL database...preferably the simplest solution possible for a noob like me

    (I am using Ubuntu 16.04)

    EDIT: It also seems like when installing from package, the MariaDB branch of MySQL is installed...is this an intended change?
    Last edited by onallion; 02-01-2017, 23:11.
Working...