Hi All,
I just installed Zabbix and all dependencies via the FreeBSD ports system, works like a charm. However, when I start Zabbix, I keep getting a message that WEB monitoring is disabled:
23497:20071204:122155 Starting zabbix_server. ZABBIX 1.4.2.
23497:20071204:122155 **** Enabled features ****
23497:20071204:122155 SNMP monitoring: YES
23497:20071204:122155 WEB monitoring: NO
23497:20071204:122155 Jabber notifications: YES
23497:20071204:122155 **************************
Even though libcurl is installed (latest version) and zabbix is compiled with the support built in, as seen in the Makefile from the port:
CONFIGURE_ARGS= --disable-agent --enable-server \
--with-net-snmp=${LOCALBASE}/bin/net-snmp-config \
--with-curl=${LOCALBASE}/bin/curl-config \
--with-jabber=${LOCALBASE}
I can add web monitors, activate them, but they do not seem to run, at all.
What am I missing here?
I just installed Zabbix and all dependencies via the FreeBSD ports system, works like a charm. However, when I start Zabbix, I keep getting a message that WEB monitoring is disabled:
23497:20071204:122155 Starting zabbix_server. ZABBIX 1.4.2.
23497:20071204:122155 **** Enabled features ****
23497:20071204:122155 SNMP monitoring: YES
23497:20071204:122155 WEB monitoring: NO
23497:20071204:122155 Jabber notifications: YES
23497:20071204:122155 **************************
Even though libcurl is installed (latest version) and zabbix is compiled with the support built in, as seen in the Makefile from the port:
CONFIGURE_ARGS= --disable-agent --enable-server \
--with-net-snmp=${LOCALBASE}/bin/net-snmp-config \
--with-curl=${LOCALBASE}/bin/curl-config \
--with-jabber=${LOCALBASE}
I can add web monitors, activate them, but they do not seem to run, at all.
What am I missing here?