Ad Widget

Collapse

One node monitored by 2 differents Zabbix servers!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saviopavwala
    Junior Member
    • May 2019
    • 1

    #1

    One node monitored by 2 differents Zabbix servers!!

    Hi,
    I have a case where an existing Zabbix monitoring server is already deployed and configured on the infrastructure. And now, there is a need to add new Zabbix Server for an other department to monitor the same infrastructure.nox vidmate mobdro

    Does Zabbix client support that?
    If no, I plan to run 2 differents instances of Zabbix client each with different port. I know how to do that on Linux, can you please guide me how to do that on Windows?
    Thanks in advance.
    Last edited by saviopavwala; 19-05-2019, 19:20.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    You can configure Zabbix agent settings to monitor from multiple Zabbix servers. Specifically, set multiple IP addresses separated by comma as Server settings in zabbix_agentd.conf.

    ex.
    Code:
    Server=192.168.1.1,192.168.2.1
    If there is an active check, you also need to set up ServerActive.

    However, when monitoring with one Zabbix agent, Hostname will be common. If you need to set up a separate Hostname for each Zabbix server, you need to start two Zabbix agents with separate port numbers. When starting multiple Zabbix agents on Windows, prepare multiple configuration files and use the --multiple-agents option.


    Comment

    Working...