Ad Widget

Collapse

Zabbix Native HA mode using Docker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kashifhafeez
    Junior Member
    • Mar 2022
    • 3

    #1

    Zabbix Native HA mode using Docker

    I am using Docker Container for Zabbix 6.0. i have two zabbix servers running the same version of Zabbix server, front end, and DB. basically a clone. im trying to set up the HA mode, and have the following premasters in the zabbix_config file changed HANodeName= zabbix-ha
    NodeAddress=node01;node02

    i do not see a place to change the following setting which are needed in HA mode, but comment them out if are being used.
    #$zbx_server = '';
    #$zbx_SERVER_PORT = '';

    with the setting i do have, the server is not running. when i revert the changes back it starts to run back as normal.


    what could i be doing wrong in the docker set up?
Working...