Ad Widget

Collapse

Active agent check proplem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fatih
    Junior Member
    • Apr 2013
    • 3

    #1

    Active agent check proplem

    Hi,

    I use it active agent. But I have a question for agent configuration.

    So I receive "cannot send list of active checks to [x.x.x.x]: host [evim] not found" from zabbix_server.log
    And I see attached screen.

    Below you can see the agent configuration file.

    How can I solve this problem?

    Thanks.

    DebugLevel=4
    EnableRemoteCommands=1
    HostnameItem=system.hostname[host]
    LogFileSize=1
    LogFile=D:\zabbix\agentd.log
    LogRemoteCommands=1
    RefreshActiveChecks=60
    ServerActive=x.x.x.x
    StartAgents=0
    Attached Files
  • steveboyson
    Senior Member
    • Jul 2013
    • 582

    #2
    I'm not sure if
    Code:
    HostnameItem=system.hostname[host]
    is correct ...

    Comment

    • SpiraL
      Junior Member
      • Feb 2014
      • 4

      #3
      Yeah you need to make sure the hostname you have configured in your agent file matches the hostname configured in server GUI. I don't use the hostname.item field for my active agents, just hostname.

      Comment

      • aib
        Senior Member
        • Jan 2014
        • 1615

        #4
        for experiment try to use keyword

        Code:
        hostname=evim
        and restart agent after that.
        Sincerely yours,
        Aleksey

        Comment

        Working...