Ad Widget

Collapse

Problem with passive agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gryf
    Junior Member
    • Apr 2021
    • 1

    #1

    Problem with passive agent

    Hi!

    I'm having some issue with my passive agents.
    After a reboot my Zabbix server, which is running in a VM, suddenly no longer connects to the agents on my 2 linux server and my pfsense server, also running in a VM. My active agents works fine, 192.168.1.000 have them running without problems.

    Zabbix server: 192.168.1.175
    Proxmox server: 192.168.1.100
    pfsense: 192.168.1.1
    Proxmox2, running over VPN: 192.168.0.100

    I'm running Zabbix 4.4.7 and all agents are the same version.

    I have a agent running in a Windows VM which works without any problems.

    When I check my hosts in Zabbix, one of the servers have this error: Get value from agent failed: cannot connect to [[192.168.1.100]:10050]: [111] Connection refused

    The two others have this: Get value from agent failed: cannot connect to [[192.168.0.100]:10050]: [4] Interrupted system call and Get value from agent failed: cannot connect to [[192.168.1.1]:10050]: [4] Interrupted system call

    I can connect to the agent from the Zabbix server:
    root@zabbix:~# zabbix_get -s 192.168.1.100 -k "system.uptime"
    1213686
    root@zabbix:~# zabbix_get -s 192.168.0.100 -k "system.uptime"
    23923694
    root@zabbix:~# zabbix_get -s 192.168.1.1 -k "system.uptime"
    1213594

    There should be no firewall running that blocks this.

    Looking though the zabbix_server.log I dont see any issues at all.
    Any idea as to why some of the passive agents fails?
Working...