I'm using simple check for a few servers, using templates for ssh and http works fine. (Template App SSH Service: SSH service is running - net.tcp.service[ssh] ).
However, choosing service https or ldap gives "Not supported". If I change to "net.tcp.service[tcp,,389]" it works fine.
I have read several threads about this issue, both here and in other forums, but haven't found a solution.
I compiled zabbix from source with
It clearly said " LDAP support: yes" after ./configure
I checked curl:
Maybe this is not a real problem? That is, if using "tcp" for service is really reliable?
Version: zabbix-2-2-0
OS: Ubuntu 12.04.3 LTS
Apache/2.4.6
PHP Version => 5.5.5-1
However, choosing service https or ldap gives "Not supported". If I change to "net.tcp.service[tcp,,389]" it works fine.
I have read several threads about this issue, both here and in other forums, but haven't found a solution.
I compiled zabbix from source with
Code:
./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --prefix=/od/apps/zabbix-2.2.0-ny --with-ldap
I checked curl:
Code:
ldd /od/apps/zabbix/sbin/zabbix_server |grep curl libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4 (0x00007f2143bbc000)
Version: zabbix-2-2-0
OS: Ubuntu 12.04.3 LTS
Apache/2.4.6
PHP Version => 5.5.5-1