Ad Widget

Collapse

Dual zabbix server possible ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hgomez
    Junior Member
    • Jul 2012
    • 17

    #1

    Dual zabbix server possible ?

    Hi to all,

    I'm new to Zabbix and using 2.0.1 from OpenSuse.

    I should handle DRP problematics so I set up 2 zabbix servers on different locations.

    I set agent to know about both servers but only first one report agent / instance as monitored, second Zabbix server has still its Z in red mentioning agent closed connection ;(

    in zabbix-agentd.conf I've :

    Server=monitoring1.mycorp.com, monitoring2.mycorp.com

    No ServerActive defined.

    Did Zabbix agent could serve 2 Zabbix servers ?

    Thanks for your help
  • hgomez
    Junior Member
    • Jul 2012
    • 17

    #2
    reply to myself :


    Server=monitoring1.mycorp.com, monitoring2.mycorp.com

    didn't works

    Server=monitoring1.mycorp.com,monitoring2.mycorp.c om

    works

    Frankly in 2012, stripping spaces is a general consensus

    Documentation said :


    ### Option: Server
    # List of comma delimited IP addresses (or hostnames) of Zabbix servers.
    # No spaces allowed. If ServerActive is not specified, the first entry is used
    # for receiving list of and sending active checks.
    # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally.

    In this example, there is space after ,

    Comment

    Working...