Hi,
I am having a problem in getting the data from discovery rule's items, both mounted file systems and network. When I checked on Monitoring > Latest Data, under the 'Latest Check' is listed with 'Never'. The availability status of the agent host is in red. When I hover my mouse onto the icon, it says "Received empty response from Zabbix Agent at [172.16.x.x]. Assuming that agent dropped connection because of access permissions."
I have checked on the ports(10050,10051) between the server and client, and nothing is blocking them. I tried to clone another client that is working fine, but the cloned server availability is greyed out. I have not figured out how to fix that.
My colleague was the one who configured all of the clients(including the faulty one), but he has just resigned and things are pretty much new to me.
Following are the necessary information:
Zabbix Server: 172.16.y.y
Zabbix Client: 172.16.x.x (both proxy and agent are running on this server)
Content of /etc/zabbix/zabbix_proxy.conf:
Content of /etc/zabbix/zabbix_agentd.conf:
Appreciate any help to point me in the right direction.
Thanks.
I am having a problem in getting the data from discovery rule's items, both mounted file systems and network. When I checked on Monitoring > Latest Data, under the 'Latest Check' is listed with 'Never'. The availability status of the agent host is in red. When I hover my mouse onto the icon, it says "Received empty response from Zabbix Agent at [172.16.x.x]. Assuming that agent dropped connection because of access permissions."
I have checked on the ports(10050,10051) between the server and client, and nothing is blocking them. I tried to clone another client that is working fine, but the cloned server availability is greyed out. I have not figured out how to fix that.
My colleague was the one who configured all of the clients(including the faulty one), but he has just resigned and things are pretty much new to me.
Following are the necessary information:
Zabbix Server: 172.16.y.y
Zabbix Client: 172.16.x.x (both proxy and agent are running on this server)
Content of /etc/zabbix/zabbix_proxy.conf:
Code:
ProxyMode=0 Server=172.16.y.y Hostname=zabbixclient LogFile=/var/log/zabbix/zabbix_proxy.log DebugLevel=4 DBName=zabbix_proxy DBUser=mysql DBPassword=xxxx
Content of /etc/zabbix/zabbix_agentd.conf:
Code:
LogFile=/var/log/zabbix/zabbix_agentd.log DebugLevel=4 Server=172.16.x.x ServerActive=172.16.x.x Hostname=zabbixclient
Appreciate any help to point me in the right direction.
Thanks.