Error "Received empty response from Zabbix Agent at [IP]. Assuming that agent dropped connection because of access permissions."
Trying to get the agent to run on a PI. Seems to run for a minute or two then hang with the above error in the host page if you hover over the red ZRX
Can telnet to it so assume no FW problems (dont even have one)
Used the "Template Module Linux filesystems by Zabbix agent"
It discovers things OK then appears to stop
sudo netstat -tulpn|grep zabbix
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 3768/zabbix_agentd
tcp6 0 0 :::10050 :::* LISTEN 3768/zabbix_agentd
Server values re set in the conf file
ServerActive=127.0.0.1,192.168.1.202
Server=127.0.0.1,192.168.1.202
Hostname=storjpi4
Any clues appreciated!
Trying to get the agent to run on a PI. Seems to run for a minute or two then hang with the above error in the host page if you hover over the red ZRX
Can telnet to it so assume no FW problems (dont even have one)
Used the "Template Module Linux filesystems by Zabbix agent"
It discovers things OK then appears to stop
sudo netstat -tulpn|grep zabbix
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 3768/zabbix_agentd
tcp6 0 0 :::10050 :::* LISTEN 3768/zabbix_agentd
Server values re set in the conf file
ServerActive=127.0.0.1,192.168.1.202
Server=127.0.0.1,192.168.1.202
Hostname=storjpi4
Any clues appreciated!
Comment