Hi,
I try to get Jabber notifications to work, but always get this error under Monitoring => Action:
Output of debug log:
Then i tried a bit to execute iksroster directly on command line.
Without encryption / sasl:
Seems to work, no error.
With encryption / without sasl:
Works too, no error.
With sasl / without encryption:
Does not work. Error:
Same error as seen in the debug log of zabbix_server.
Turning both on returns the same error.
I know that the admins of the jabber server i use have turned off sasl authentication because of some problems they have with it.
I saw a post of Alexei where it wrote that it should not use sasl if it is not available. But i think it still tries to use it and fails. So i need a way to turn sasl of. Can that be done in the configuration somehow or is a change i the source necessary to turn it off?
Thanks a lot
Urs
I try to get Jabber notifications to work, but always get this error under Monitoring => Action:
Code:
receiving error [6][101]
Code:
JABBER: sending message JABBER: connecting as [email protected] JABBER: stream error JABBER: server disconnected JABBER: disconnecting JABBER: receiving error [6][101] End execute_action() Error sending alert ID [12]
Without encryption / sasl:
Code:
/usr/bin/iksroster [email protected]
With encryption / without sasl:
Code:
/usr/bin/iksroster [email protected] --secure
With sasl / without encryption:
Code:
/usr/bin/iksroster [email protected] --sasl
Code:
iksroster: stream error
Turning both on returns the same error.
I know that the admins of the jabber server i use have turned off sasl authentication because of some problems they have with it.
I saw a post of Alexei where it wrote that it should not use sasl if it is not available. But i think it still tries to use it and fails. So i need a way to turn sasl of. Can that be done in the configuration somehow or is a change i the source necessary to turn it off?
Thanks a lot
Urs
Comment