Hi,
I am fairly new to Zabbix, I used it before to monitor some home devices and to experiment with it a bit to see if it would be a usefull tool to implement at work, and it is.
It's the first time I'm trying agents though, and I can't seem to get the Availability to green. After updating from 6.0 LTS to 6.2.1 I do see Active checks green, but the second interface remains unknown.

When I try to telnet from the Zabbix server to the server I get connected, but after a few seconds it closes the connection.
On the server itself I get the error: Cannot process incoming connection: read tcp 10.155.40.174:10050->10.155.40.100:38924: i/o timeout (the port after the .100 address is dynamic so changes).
I found online some solutions like changing the zabbix_agent2.conf that server=<ip of the zabbix server>. I did that, but that didn't seem to help.
Is there anything else I can try? Or is this normal behavior?
I have this on the 2 servers where I installed agent2 on. Zabbix server itself does show green availability (on 127.0.0.1=10050).
I am fairly new to Zabbix, I used it before to monitor some home devices and to experiment with it a bit to see if it would be a usefull tool to implement at work, and it is.
It's the first time I'm trying agents though, and I can't seem to get the Availability to green. After updating from 6.0 LTS to 6.2.1 I do see Active checks green, but the second interface remains unknown.
When I try to telnet from the Zabbix server to the server I get connected, but after a few seconds it closes the connection.
Code:
telnet 10.155.40.174 10050 Trying 10.155.40.174... Connected to 10.155.40.174. Escape character is '^]'. Connection closed by foreign host.
I found online some solutions like changing the zabbix_agent2.conf that server=<ip of the zabbix server>. I did that, but that didn't seem to help.
Is there anything else I can try? Or is this normal behavior?
I have this on the 2 servers where I installed agent2 on. Zabbix server itself does show green availability (on 127.0.0.1=10050).
Comment