Ad Widget

Collapse

Zabbix - alert via jabber SSL?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ufocek
    Senior Member
    • Aug 2006
    • 161

    #1

    Zabbix - alert via jabber SSL?

    Hello,
    Is it possible configure zabbix connection to jabber server is accomplished through a combination of SSL? The jabber server I have set:
    the client must connect to the server over a secure connection.
    In this configuration, the user don't receives any messages from zabbix.
  • psychomoise
    Junior Member
    • Jun 2010
    • 9

    #2
    same here, I would like to use the native jabber client used inside zabbix but unfortunately it seems not possible and I had to use an external script using sendxmpp

    Is there another solution or zabbix does not support ssl connections for jabber alerts ?

    Comment

    • untergeek
      Senior Member
      Zabbix Certified Specialist
      • Jun 2009
      • 512

      #3
      I use an external script (define media type: script) to handle that. It's a simple perl script, but it sends our data to gTalk over SSL.

      Comment

      Working...