Hi all, I've installed Zabbix on CentOS 6.2 and for the most part it works; however, I am unable to get Web Monitoring running.
I've installed curl, libcurl, and libcurl-devel and all seem to be working fine from the console. I configured Zabbix like this:
Configure worked fine and gave me this output:
Looking through the configure.log file all of the lines where it checks for various libcurl components the result is yes.
When I restart the server, this is what I see in the zabbix_server.log file
What's going wrong here and how do I resolve the issue?
I've installed curl, libcurl, and libcurl-devel and all seem to be working fine from the console. I configured Zabbix like this:
Code:
./configure --enable-server --with-mysql --with-net-snmp --with-ssh2 --with-openipmi --with-ldap --with-libcurl=/usr/bin/curl-config
Code:
Enable server: yes
Server details:
With database: MySQL
WEB Monitoring via: cURL
Native Jabber: no
SNMP: net-snmp
IPMI: openipmi
SSH: yes
Linker flags: -rdynamic -L/usr/lib64/mysql -L/usr/lib64 -L/usr/lib64 -L/usr/lib -L/usr/lib -L/ sr/lib
Libraries: -lm -lrt -lresolv -lmysqlclient -lcurl -lnetsnmp -lcrypto -lnetsnmp -lcrypto -ls h2 -lOpenIPMI -lOpenIPMIposix -lldap -llber
Enable proxy: no
Enable agent: no
Enable Java gateway: no
LDAP support: yes
IPv6 support: no
When I restart the server, this is what I see in the zabbix_server.log file
Code:
15283:20120622:143647.085 ****** Enabled features ****** 15283:20120622:143647.085 SNMP monitoring: YES 15283:20120622:143647.085 IPMI monitoring: YES 15283:20120622:143647.085 WEB monitoring: NO 15283:20120622:143647.085 Jabber notifications: NO 15283:20120622:143647.085 Ez Texting notifications: NO 15283:20120622:143647.085 ODBC: NO 15283:20120622:143647.085 SSH2 support: YES 15283:20120622:143647.085 IPv6 support: NO 15283:20120622:143647.085 ******************************
Comment