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 ?
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 ?

Comment