Ad Widget

Collapse

Can't get Zabbix working with Jabber

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sheen
    Junior Member
    • Apr 2009
    • 24

    #1

    Can't get Zabbix working with Jabber

    Hi all

    I'm trying to use zabbix with our internal Jabber server (Openfire + Spark) but it does not work

    I compile Zabbix with :
    ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-jabber

    Then "make install"

    You can see here all the compilation : http://pastebin.com/NtyHJnNQ



    All seems to works flawlessly, but I have no Jabber support yet.

    When I restart Zabbix-server, I can see into /tmp/zabbix_server.log :

    19948:20100420:142303.099 Starting zabbix_server. Zabbix 1.8 (revision 8565).
    19948:20100420:142303.100 **** Enabled features ****
    19948:20100420:142303.100 SNMP monitoring: YES
    19948:20100420:142303.100 IPMI monitoring: NO
    19948:20100420:142303.100 WEB monitoring: NO
    19948:20100420:142303.100 Jabber notifications: NO
    19948:20100420:142303.100 ODBC: NO
    19948:20100420:142303.100 SSH2 support: NO
    19948:20100420:142303.100 IPv6 support: NO
    19948:20100420:142303.100 **************************


    * zabbix-server -V show me that the version used is the latest one compiled

    * /etc/init.d/zabbix-server point to /usr/sbin/zabbix_server

    * and "whereis zabbix_server" show me "/usr/sbin/zabbix_server", so it's the good one



    I don't understand what is the problem, any ideas please ?
    Last edited by sheen; 20-04-2010, 15:08.
  • ufocek
    Senior Member
    • Aug 2006
    • 161

    #2
    Hi,

    What distro do you have where zabbix is installed?
    I have the similar problem with debian:
    change this:
    ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-jabber
    to:
    Code:
    ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-jabber=/usr/

    Comment

    • sheen
      Junior Member
      • Apr 2009
      • 24

      #3
      Thanks for your reply

      I'm on Debian too
      But I've tried --with-jabber=/usr/ parameter and it does not change anything : /

      Comment

      • sheen
        Junior Member
        • Apr 2009
        • 24

        #4
        I've looked up the compilation to check if there was a problem
        And I've seen that it compile zabbix binary into /usr/local/sbin.....

        My init script launch /usr/sbin.....

        I've just changed the init script and it works


        Sorry for this weird topic guys, you can close it

        Comment

        Working...