Ad Widget

Collapse

Zabbix agent on **Agent** is unreachable for 5 minutes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jonh123
    Junior Member
    • Jul 2018
    • 6

    #1

    Zabbix agent on **Agent** is unreachable for 5 minutes

    Hi,

    I Have a problem with connection to my agents. As a first, I Made a clean install of Zabbix 3.4 and everything was working right.

    Now the problem. I Have my installation on local computer, which have local address a 192.*.*.3, public is 78.*.*.*. When I tried to connect to my agent, i create a proxy:

    Code:
    ServerProxy
    213.*.*.* ( Adress of agent site )   localhost   IP   10051
    Then I create host monitored by this proxy:

    Code:
    ServerName
    192.*.*.40 ( Local adress of agent computer )   --No DNS--   IP-Select   10050
    After that, I connect cross SSH to this agent/computer and I change this settings:

    Code:
    Server=127.0.0.1,231.*.*.*( Proxy address )
    ServerActive=127.0.0.1,231.*.*.*( Proxy address )
    Hostname=ServerName
    But my connection still not working. Zabbix message: Zabbix agent on **Agent** is unreachable for 5 minutes, but it is been there since I added it to Zabbix.

    Can somebody help me ? I Think that I will be crazy soon cause of this.

    Thanks




  • ElProfesor
    Junior Member
    • Jul 2018
    • 6

    #2
    Hi,

    You proxy zabbix has the same version that server zabbix ? When you added the host, you tried to restart the proxy service ?

    Thanks

    Comment

    • Jonh123
      Junior Member
      • Jul 2018
      • 6

      #3
      Hi,

      These services was installed at same time, so yes they has the same version. After I added host I restart server and proxy.

      Thanks

      Comment

      Working...