I have Zabbix 1.4 compiled and running on a RHEL4 system. I configured the "jabber" transport to connect to our local jabber server running jabberd 1.4.4. I tested the zabbix@ account in a separate IM client and verified it connects fine.. However zabbix refuses to send messages via jabber.
It attempts to connect, but doesn't actually login, and it clogs all e-mail messages going out in the process. netstat shows one connectiong that stays established until I restart th server.
wireshark shows a connection being made to the jabber server and the following negotiation going on.
zabbix->server
<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='netfor.com' version='1.0'>
server->zabbix
<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='466ED665' xmlns='jabber:client' from='ourdomain.com'>
And that is it.. no further communication is performed.
Any ideas???
It attempts to connect, but doesn't actually login, and it clogs all e-mail messages going out in the process. netstat shows one connectiong that stays established until I restart th server.
wireshark shows a connection being made to the jabber server and the following negotiation going on.
zabbix->server
<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='netfor.com' version='1.0'>
server->zabbix
<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='466ED665' xmlns='jabber:client' from='ourdomain.com'>
And that is it.. no further communication is performed.
Any ideas???
Comment