Ad Widget

Collapse

PATCH: zabbix 1.4.2 fix jabber sender

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sauron
    Senior Member
    • Jan 2005
    • 215

    #1

    PATCH: zabbix 1.4.2 fix jabber sender

    Some jabber server close client connection by timeout (openfire for example), and massage send after this disappear Patch fix this issue.
    Attached Files
  • kempkep
    Junior Member
    • Feb 2006
    • 18

    #2
    PATCH: zabbix 1.4.2 fix jabber sender

    The patch works fine. Without it zabbix_server only connects to the jabber server at startup. If the jabber server disconnects zabbix or a firewall drops the connection any further messages are lost as zabbix_server tries to send over the dead connection.
    It would be nice if the zabbix_server could test the connection and use it if it is still valid it would save the reconnect, however ideally we don't send lots of messages anyhow ;-)
    I'm using zabbix 1.4.2 with openfire 3.3.3 - it now works well (except I sometimes get the same message sent multiple times).

    Thanks sauron.

    Comment

    • trauma
      Junior Member
      • Mar 2007
      • 5

      #3
      works with 1.4.4

      I just used this patch against 1.4.4 and it solved my problem using Zabbix with Openfire.

      Thanks!

      btw any chance of this patch making it into the official src?

      Comment

      • SharkCZ
        Member
        • Apr 2006
        • 39

        #4
        The presented patch is a hack, opening and closing the connection for each message is not a solution. I don't want to be a server with more of such clients ;-)

        Comment

        Working...