Hi all,
mail notifications work fine here, but as soon as I add a Jabber media type and assign it to a user, I experience problems.
I get one more mail notification, but after that the whole notification system seems to be stuck. Neither mails nor Jabber messages are sent, even though they get displayed in the notification report.
If I remove the Jabber media type and restart the Zabbix server the queued(?) mails get sent, but the Jabber notifications are lost.
An ngrep shows that there is communication between zabbix and the Jabber server, but it somehow hangs directly after the first line:
The same output from tcpdump:
Installed is zabbix-1.6.2 from scratch, using ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl, libiksemel-dev is 1.2-4.
Any hints on what I am doing wrong here or how I can debug that in more detail?
Balu
mail notifications work fine here, but as soon as I add a Jabber media type and assign it to a user, I experience problems.
I get one more mail notification, but after that the whole notification system seems to be stuck. Neither mails nor Jabber messages are sent, even though they get displayed in the notification report.
If I remove the Jabber media type and restart the Zabbix server the queued(?) mails get sent, but the Jabber notifications are lost.
An ngrep shows that there is communication between zabbix and the Jabber server, but it somehow hangs directly after the first line:
Code:
T ZABBIX:55873 -> JABBER:5222 [AP] <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='JABBER' version='1.0'> ## T JABBER:5222 -> ZABBIX:55873 [AP] <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='498C5CDD' xmlns='jabber:client' from='JABBER'>
The same output from tcpdump:
Code:
16:53:01.406983 IP ZABBIX.55873 > JABBER.xmpp-client: S 1739354961:1739354961(0) win 5840 <mss 1460,sackOK,timestamp 305450122 0,nop,wscale 6> 16:53:01.427054 IP JABBER.xmpp-client > ZABBIX.55873: S 3780564056:3780564056(0) ack 1739354962 win 5792 <mss 1460,sackOK,timestamp 1306305125 305450122,nop,wscale 0> 16:53:01.427092 IP ZABBIX.55873 > JABBER.xmpp-client: . ack 1 win 92 <nop,nop,timestamp 305450128 1306305125> 16:53:01.427130 IP ZABBIX.55873 > JABBER.xmpp-client: P 1:150(149) ack 1 win 92 <nop,nop,timestamp 305450128 1306305125> 16:53:01.448258 IP JABBER.xmpp-client > ZABBIX.55873: . ack 150 win 5792 <nop,nop,timestamp 1306305127 305450128> 16:53:01.452939 IP JABBER.xmpp-client > ZABBIX.55873: P 1:152(151) ack 150 win 5792 <nop,nop,timestamp 1306305127 305450128> 16:53:01.452952 IP ZABBIX.55873 > JABBER.xmpp-client: . ack 152 win 108 <nop,nop,timestamp 305450134 1306305127>
Any hints on what I am doing wrong here or how I can debug that in more detail?
Balu
Comment