Hi everybody,
I have the following problem with zabbix: I installed on a CentOS 5 machine a zabbix-agent in version 1.8.10 by compiling it. I compiled it using
everything worked fine. I copied a working zabbix_agentd.conf to the server and adapted it for the machine. The zabbix_agent is running and listening on the default port. I can connect to the machine using
netstat -a is showing me that the connection is established when I do the telneting. The problem is I don't get a return value. In zabbix_agentd.log (on the client side) I get the following error:
And on the server side
When I do a
on the client I get a valid return value so the client is working correctly. (I added 'localhost' as server for this). Does anybody know the reason for this and maybe a solution.
Cheers
Tobias
I have the following problem with zabbix: I installed on a CentOS 5 machine a zabbix-agent in version 1.8.10 by compiling it. I compiled it using
Code:
./configure --enable-agent; make; make check; sudo make install
Code:
telnet xxx.xxx.xxx.xxx 10050
Code:
Process listener error: ZBX_TCP_WRITE() failed: [104] Connection reset by peer.
Code:
Get value error: ZBX_TCP_READ() failed: [104] Connection reset by peer
Code:
zabbix_get -s localhost -k "agent.version"
Cheers
Tobias
Once the hole was punchend, everything worked like a charm and I got my discovery and active checks working.
Comment