Ad Widget

Collapse

Zabbix Jabber notifications

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tdomhan
    Junior Member
    • Jul 2009
    • 24

    #1

    Zabbix Jabber notifications

    Hi folks,
    I compiled zabbix with Jabber support. Added a new jabber media via the web gui and added a jabber address to my media.

    According to the events zabbix is trying to send notifications via jabber. Though it fails after 2 retries. ("not sent", retries: 0)

    The log doesn't show anything.

    How could I get more information, like: why didn't it work?
  • troffasky
    Senior Member
    • Jul 2008
    • 567

    #2
    Turn up the log level so Zabbix logs more about what it's trying/failing to do.
    Last edited by troffasky; 24-08-2009, 15:34. Reason: clarify

    Comment

    • tdomhan
      Junior Member
      • Jul 2009
      • 24

      #3
      that's kind of too much information. the log file gets overwritten every few seconds.

      Comment

      • tdomhan
        Junior Member
        • Jul 2009
        • 24

        #4
        ok I changed to log file size.
        this is what "grep JABBER logfile" says:
        Code:
        19517:20090825:095004 JABBER: In send_jabber()
         19517:20090825:095004 JABBER: In connect_jabber('zabbix@jabberserver')
         19517:20090825:095004 JABBER: In on_stream()
         19517:20090825:095004 JABBER: End of on_stream()
         19517:20090825:095004 JABBER: In on_stream()
         19517:20090825:095004 JABBER: End of on_stream()
         19517:20090825:095033 JABBER: End of connect_jabber():FAIL
         19517:20090825:095033 JABBER: End of send_jabber():FAIL
         19517:20090825:095103 JABBER: In send_jabber()
         19517:20090825:095103 JABBER: In connect_jabber('zabbix@jabberserver')
         19517:20090825:095103 JABBER: In on_stream()
         19517:20090825:095103 JABBER: End of on_stream()
         19517:20090825:095103 JABBER: In on_stream()
         19517:20090825:095103 JABBER: End of on_stream()
         19517:20090825:095131 JABBER: End of connect_jabber():FAIL
         19517:20090825:095131 JABBER: End of send_jabber():FAIL
         19517:20090825:095201 JABBER: In send_jabber()
         19517:20090825:095201 JABBER: In connect_jabber('zabbix@jabberserver')
         19517:20090825:095201 JABBER: In on_stream()
         19517:20090825:095201 JABBER: End of on_stream()
         19517:20090825:095201 JABBER: In on_stream()
         19517:20090825:095201 JABBER: End of on_stream()
         19517:20090825:095230 JABBER: End of connect_jabber():FAIL
         19517:20090825:095230 JABBER: End of send_jabber():FAIL
        the server is running openfire. I have no problem connection to it via spark(xmpp client).

        Comment

        Working...