Ad Widget

Collapse

Monitor network performance between Zabbix Proxy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • undying
    Junior Member
    • Apr 2017
    • 7

    #1

    Monitor network performance between Zabbix Proxy

    Hello everyone.
    Maybe I'm trying to implement strange thing but I will appreciate for any advice.
    We have a Zabbix server in one DC (Data Center) and three Zabbix Proxy servers in three another different DC.

    What I need is to check communication and packet loss between all those DC.
    Every Zabbix Proxy server should check connectivity to all other Zabbix Proxy servers. How can I implement this?

    There is the simple way is to install agent on every proxy and create by hand item and trigger. But I think that there should be more handy way. For example auto discover proxy servers and create items from prototypes.

    Thanks a lot for any help!
  • kfadia
    Junior Member
    • Jul 2016
    • 14

    #2
    Originally posted by undying
    Hello everyone.
    Maybe I'm trying to implement strange thing but I will appreciate for any advice.
    We have a Zabbix server in one DC (Data Center) and three Zabbix Proxy servers in three another different DC.

    What I need is to check communication and packet loss between all those DC.
    Every Zabbix Proxy server should check connectivity to all other Zabbix Proxy servers. How can I implement this?

    There is the simple way is to install agent on every proxy and create by hand item and trigger. But I think that there should be more handy way. For example auto discover proxy servers and create items from prototypes.

    Thanks a lot for any help!
    as far as i know we can't auto discover zabbix-proxies... the other part is you can automate zabbix-agent installation and auto-register those with zabbix server and apply templates with prototype items. <<-- this is exactly what I'm doing with all my DCs. plus for network monitoring/packet loss you can rig a py/perl/shell script and wire up in zabbix.

    Comment

    Working...