Hi!
Can't get zabbix proxy to enable odbc checks.
In proxy log I see:
configure string:
during configure:
What should I do to enable ODBC in Zabbix proxy?
Can't get zabbix proxy to enable odbc checks.
In proxy log I see:
Code:
2597:20130306:161142.172 Starting Zabbix Proxy (active) [zbx-prx]. Zabbix 2.0.6rc1 (revision 33712). 2597:20130306:161142.172 **** Enabled features **** 2597:20130306:161142.172 SNMP monitoring: NO 2597:20130306:161142.172 IPMI monitoring: NO 2597:20130306:161142.172 WEB monitoring: NO 2597:20130306:161142.172 ODBC: NO 2597:20130306:161142.172 SSH2 support: NO 2597:20130306:161142.172 IPv6 support: NO 2597:20130306:161142.172 **************************
Code:
./configure --enable-agent --enable-proxy --with-mysql --with-unixodbc
Code:
checking for odbc_config... /bin/odbc_config
checking for main in -lodbc... yes
checking whether unixodbc is usable... yes
Libraries: -lm -lrt -lresolv -lmysqlclient -lodbc
Comment