Hi All,
I am very new to Zabbix. This is my first ever install.
I have rolled out the Zabbix appliance virtual, added my host to the web interface and installed the agent on a Redhat Server.
The service starts fine, I have a response from the server when i use the 'zabbix_get -k system.uname -s 192.168.75.10' (and also with the 127.0.0.1 address).
I have tried to telnet from another machine on the same network. The telnet session is started but does not hold.
[root@dssystem2 ~]# telnet 192.168.75.10 10050
Trying 192.168.75.10...
Connected to dssystem1.oglcomputer.co.uk (192.168.75.10).
Escape character is '^]'.
Connection closed by foreign host.
The Zabbix Server Web portal shows the connection error as being: "Received empty response from Zabbix Agent at [192.168.75.10]. Assuming that agent dropped connection because of access permission"
Now, I am pretty sure that this is related to a permission problems and my Zabbix Server (192.168.75.190) not being allowed to access the agent, but I cannot find, for the life of me, where to change the permissions to allow remote access from specific IP addresses. It's only local monitoring required, so i don't even mind if access is full opened.
Any help would be appreciated.
Many thanks for your help in advance. I know this is probably a very common query from Zabbix n00bs, but I have been looking for days and trying many different things without being able to finally nail this problem.
I am very new to Zabbix. This is my first ever install.
I have rolled out the Zabbix appliance virtual, added my host to the web interface and installed the agent on a Redhat Server.
The service starts fine, I have a response from the server when i use the 'zabbix_get -k system.uname -s 192.168.75.10' (and also with the 127.0.0.1 address).
I have tried to telnet from another machine on the same network. The telnet session is started but does not hold.
[root@dssystem2 ~]# telnet 192.168.75.10 10050
Trying 192.168.75.10...
Connected to dssystem1.oglcomputer.co.uk (192.168.75.10).
Escape character is '^]'.
Connection closed by foreign host.
The Zabbix Server Web portal shows the connection error as being: "Received empty response from Zabbix Agent at [192.168.75.10]. Assuming that agent dropped connection because of access permission"
Now, I am pretty sure that this is related to a permission problems and my Zabbix Server (192.168.75.190) not being allowed to access the agent, but I cannot find, for the life of me, where to change the permissions to allow remote access from specific IP addresses. It's only local monitoring required, so i don't even mind if access is full opened.
Any help would be appreciated.
Many thanks for your help in advance. I know this is probably a very common query from Zabbix n00bs, but I have been looking for days and trying many different things without being able to finally nail this problem.
Comment