Ad Widget

Collapse

1.8.5 and Jabber

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zaniwoop
    Senior Member
    • Jan 2010
    • 232

    #1

    1.8.5 and Jabber

    I have just upgraded to verson 1.8.5, and the notifications sent out via jabber no longer work.

    where can I find error log information about jabber?
  • tberton
    Junior Member
    Zabbix Certified Specialist
    • Jan 2008
    • 15

    #2
    I'm having the same issue using 1.8.5

    Comment

    • tberton
      Junior Member
      Zabbix Certified Specialist
      • Jan 2008
      • 15

      #3
      1.8.5 jabber gtalk

      I've found the cause of my problem.
      I was testing the Jabber notification with an Android device, using a gmail account through Gtalk. Seems like the Gtalk version that was installed on the device caused the problems. Using a different IM application, all Jabber notifications were sent and received successfully from the Zabbix server using a jabber.org account to the Android device using a gmail account.

      Comment

      • Zaniwoop
        Senior Member
        • Jan 2010
        • 232

        #4
        Ok, I am using jabber.org, gTalk and openfire (Internal) and none of them work

        If your's works, then it is not a 1.8.5 problem.

        Comment

        • tberton
          Junior Member
          Zabbix Certified Specialist
          • Jan 2008
          • 15

          #5
          Btw, if I set my debug level value to 4 I was getting some Jabber information:
          Code:
           5901:20110427:132449.247 JABBER: In send_jabber()
            5901:20110427:132449.247 JABBER: In connect_jabber('[email protected]')
            5901:20110427:132449.516 JABBER: In on_stream()
            5901:20110427:132449.516 JABBER: End of on_stream()
            5901:20110427:132449.516 JABBER: In on_stream()
            5901:20110427:132449.517 JABBER: End of on_stream()
            5901:20110427:132450.327 JABBER: In on_stream()
            5901:20110427:132450.327 JABBER: End of on_stream()
            5901:20110427:132450.327 JABBER: In on_stream()
            5901:20110427:132450.327 JABBER: End of on_stream()
          ...
            5901:20110427:132450.573 JABBER: In on_stream()
            5901:20110427:132450.573 JABBER: authorized
            5901:20110427:132450.573 JABBER: End of on_stream()
          ...
            5901:20110427:132450.694 JABBER: In on_stream()
            5901:20110427:132450.694 JABBER: End of on_stream()
            5901:20110427:132450.694 JABBER: In on_stream()
            5901:20110427:132450.695 JABBER: End of on_stream()
            5901:20110427:132450.816 JABBER: In on_stream()
            5901:20110427:132450.816 JABBER: End of on_stream()
            5901:20110427:132450.938 JABBER: In on_stream()
            5901:20110427:132450.938 JABBER: In on_result()
            5901:20110427:132450.938 JABBER: End of on_result()
            5901:20110427:132450.938 JABBER: End of on_stream()
            5901:20110427:132450.938 JABBER: End of connect_jabber():SUCCEED
            5901:20110427:132450.938 JABBER: sending
            5901:20110427:132450.938 JABBER: message sent
            5901:20110427:132450.938 JABBER: In disconnect_jabber()
            5901:20110427:132450.938 JABBER: End of disconnect_jabber()
            5901:20110427:132450.939 JABBER: End of send_jabber():SUCCEED
          So you could try and change the DebugLevel value in zabbix_server.conf to 4...

          Comment

          • Zaniwoop
            Senior Member
            • Jan 2010
            • 232

            #6
            Thanks, I will try that.

            Comment

            • Zaniwoop
              Senior Member
              • Jan 2010
              • 232

              #7
              I get this:

              Code:
               16940:20110428:132841.048 JABBER: In send_jabber()
               16940:20110428:132841.048 JABBER: In connect_jabber('[email protected]')
               16940:20110428:132841.053 JABBER: In on_stream()
               16940:20110428:132841.053 JABBER: End of on_stream()
               16940:20110428:132841.053 JABBER: In on_stream()
               16940:20110428:132841.053 JABBER: End of on_stream()
               16940:20110428:132909.053 JABBER: End of connect_jabber():FAIL
               16940:20110428:132909.053 JABBER: End of send_jabber():FAIL
              Which doesn't tell me much other then it is not working.

              Comment

              • Zaniwoop
                Senior Member
                • Jan 2010
                • 232

                #8
                ok, it seems the version of iksemel-devel I had installed was the problem.

                I downgraded, recompiled at it works again.

                Comment

                Working...