Ad Widget

Collapse

Zabbix jabber & ejabberd server doesn't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vano_oa
    Junior Member
    • Aug 2017
    • 2

    #1

    Zabbix jabber & ejabberd server doesn't work

    Good day!
    When i'm trying to use jabber client in my zabbix server 3.2.7, but i'm getting error from ejabberd server: Missing attribute 'id' in tag iq qualified by namespace
    Is there any idea how to solve it?
  • ovidiu.calbajos
    Junior Member
    • Sep 2017
    • 2

    #2
    Hi vano_oa, were you able to fix the issue? I'm facing the same problem, but couldn't find a solution yet.

    Comment

    • vano_oa
      Junior Member
      • Aug 2017
      • 2

      #3
      Not yet

      Comment

      • ovidiu.calbajos
        Junior Member
        • Sep 2017
        • 2

        #4
        vano_oa, I found a way but instead of using ejabberd I've used prosody.

        The steps I took:
        1. Install epel on my zabbix server
        2. Install prosody
        3. Create a file inside /etc/prosody/conf.d/domain.tld.cfg.lua with content:
        VirtualHost "domain.tld"
        4. Edited /etc/prosody/prosody.cfg.lua and disabled:
        "tls" under modules_enabled
        5. I've added my user and zabbix's user as admin
        6. Started and enabled prosody
        7. Installed on my phone Xabber, configure it with my user/pass
        8. Configured Zabbix to use the new jabber configuration for media/actions

        The final step was to stop an zabbix agent and wait for the message to appear

        Some links you might need:


        Comment

        Working...