Ad Widget

Collapse

Zabbix Proxy - cannot send list of active cecks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ltv
    Junior Member
    • Oct 2015
    • 4

    #1

    Zabbix Proxy - cannot send list of active cecks

    Hi,

    I read up on the forums but I can't seem to find a solution anywhere (they all say that the hostname should be the same on the agent and the server itself).

    My (active) agent can connect to the zabbix server just fine. But if I put an active zabbix proxy between them I get the following error:

    cannot send list of active checks to [10.10.200.64]: host [test] not found

    Any help would be appreciated
  • C2c
    Junior Member
    • Sep 2015
    • 12

    #2
    Make sure the followings in Zabbix agent config file

    1. Server= IP of Zabbix Proxy
    2. Hostname=test < Host name of zaabix agent> This hostname (test in your case) should match exactly (upper case/lower case) with the Host Name you entered in Zabbix Web UI Server (configuration-Host)

    And in Zabbix Proxy conf file

    1. Make sure Proxy is in active mode

    ProxyMode=0

    Restart service after making changes to conf files

    Hope it helps

    Comment

    • C2c
      Junior Member
      • Sep 2015
      • 12

      #3
      Also check firewall on proxy server. Check open ports with telnet or for testing firewall can be disabled

      Comment

      • ltv
        Junior Member
        • Oct 2015
        • 4

        #4
        Thanks for the reply,

        I'm using active agents, so I guess I need to use the ServerActive parameter?( I also tried the Server parameter didn't work either...).

        Actually I just have the exact same configuration as I have on an virtual machine, which works as expected. This install is on a raspberry PI with pidora installed. I even compiled the same version as the one use on the virtual machine (v2.2.10).

        Comment

        Working...