Hi,
I've recently set up a Zabbix server for evaluation. One of the features we would like to implement is the web monitoring; however, I'm unable to get one to work. The status response that I get is:
I have installed the curl libraries and compiled zabbix (on CentOS 5.5) with --enable-curl; however it still doesn't. work. Here is the info from my config.log. When I ran ./configure, the messages all said that it succeeded with curl.
Thanks in avance!
I've recently set up a Zabbix server for evaluation. One of the features we would like to implement is the web monitoring; however, I'm unable to get one to work. The status response that I get is:
Code:
Step "The Answer" [1 of 2] failed: cURL library is required for Web monitoring support
./configure --enable-server --with-mysql --with-net-snmp --with-ssh2 --with-openipmi --with-ldap --with-libcurl
Comment