Ad Widget

Collapse

Assuming that agent dropped connection because of access permissions.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vitS
    Member
    • Apr 2021
    • 43

    #1

    Assuming that agent dropped connection because of access permissions.

    Hi,

    On some items in several servers I get (as example Heartbeat):

    Assuming that agent dropped connection because of access permissions.

    From zabbix:

    root@zabbix:~# telnet ip 10050
    Trying ip...
    Connected to ip.
    Escape character is '^]'.
    Connection closed by foreign host.

    From agent:

    [root@server /etc/_firewall]# telnet zabbix 10051
    Trying zabbix IP...
    Connected to zabbix.
    Escape character is '^]'.

    Agent config:
    Server=zabbix
    ServerActive=zabbix:10051
    StartAgents=6
    AllowRoot=1

    And I can't understand what is wrong.

    Could someone help me?

    Thanks,
  • vitS
    Member
    • Apr 2021
    • 43

    #2
    Hi,

    More to add on server I can see

    [root@srv39 /etc/]# zabbix_agentd -t proc.num[heartbeat]
    proc.num[heartbeat] [u|0]

    I guess should be 1 - running and actually

    [root@server /etc/]# service heartbeat status
    heartbeat is running as pid 32637.

    Comment

    Working...