Ad Widget

Collapse

Zabbix monitoring latency/delay between two links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joedson
    Junior Member
    • Jul 2011
    • 19

    #1

    Zabbix monitoring latency/delay between two links

    Hello guys,

    Does somebody know how to monitor
    latency/delay between two links; for
    instance: zabbix server to monitor
    the latency/delay between the servers
    A(any server, different from zabbix
    server) e B(any server, different from
    A), in milliseconds?

    Thanks in advance!
  • mpre
    Junior Member
    • Apr 2011
    • 7

    #2
    This is how we have latency checks setup for our WAN links - I am in process of migrating them from the zabbix frontend to dedicated utility servers.
    Attached Files

    Comment

    • joedson
      Junior Member
      • Jul 2011
      • 19

      #3
      I tried this solution, but it returns the latency
      between the Zabbix Server and any other
      computer/device (passed by perameter for
      the function: icmppingsec); the intention is
      get the latency between two servers, as show
      in the imagem below:



      Thanks in advance!

      Comment

      • Zaniwoop
        Senior Member
        • Jan 2010
        • 232

        #4
        What server OS are we talking about?
        You could write a script for the Zabbix agent to ping the remote server and return the value.

        Comment

        • joedson
          Junior Member
          • Jul 2011
          • 19

          #5
          I thought that had a native
          way to solve this, but the
          script solution works.

          Thanks!

          Comment

          • eskytthe
            Senior Member
            Zabbix Certified Specialist
            • May 2011
            • 363

            #6
            Cannot see your image, but maybe you can also use:
            net.tcp.service.perf[service,<ip – Server B>,<port>]
            as a check from Server A.
            Service could be “tcp echo” - port 7, if enabled on host B.
            (Could be nice if icmppingsec was not only a simple check - maybe something for the Jira)
            BR
            Erik
            Last edited by eskytthe; 02-08-2011, 09:32.

            Comment


            • Ravikumar
              Ravikumar commented
              Editing a comment
              Is there any way in zabbix to monitor latency between 2 network device.
          Working...