Ad Widget

Collapse

Zabbix Database Replication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 1berto
    Senior Member
    • Sep 2018
    • 182

    #1

    Zabbix Database Replication

    I will make the replication of database in my current zabbix setup.
    I will use a master-slave configuration.
    The Master will be used for the Zabbix Server
    And the Slave would be used by the Zabbix Web frontend.
    The question are:
    1) Which tables i can/should exclude from replication?
    I think that i saw a discussion about it here, but can't find it again.
  • Markku
    Senior Member
    Zabbix Certified SpecialistZabbix Certified ProfessionalZabbix Certified Expert
    • Sep 2018
    • 1781

    #2
    Hi, I would assume that if you replicate Zabbix database, you should not exclude any tables from replication. (I don't even know how to prevent replicating a table from a database but it's just me )

    Anyway, is it even possible to use slave with frontend? Frontend needs to be able to do changes in the database, so that would be a data integrity problem (server uses master, but frontend uses slave where the changes are not replicated back to the master).

    Markku

    Comment

    Working...