View Full Version : How to Activate web monitoring?
hi,
i've installed zabbix twice but i cannot get web monitoring to work. (ubuntu 9.10 and zabbix 1.6.6)
3154:20091102:170739 **** Enabled features ****
3154:20091102:170739 SNMP monitoring: YES
3154:20091102:170739 WEB monitoring: NO
3154:20091102:170739 Jabber notifications: NO
3154:20091102:170739 ODBC: NO
3154:20091102:170739 IPv6 support: NO
3154:20091102:170739 **************************
as you guess my question is how do I enabled it?
I've installed it following the tutorial
http://www.ubuntugeek.com/how-to-setup-zabbix-monitoring-application-in-ubuntu-9-04-jaunty-server.html
but changed the postgresql to mysql
why the web monitoring is no active??? anybody knows how to correct it.
You should use flag --wit-libcurl when compiling Zabbix Server and/or Proxy. This will enable WEB monitoring.
I did that:
sudo ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
:confused:
Hi kilicos,
Maybe you need to specify the path in your config, like this
--with-libcurl=/usr/bin/curl-config
MrKen
? curl is in the path i think. if i do from command :
curl http://www.google.fr
i do get the source from the page...
third time that i reinstall without any sucess => web monitoring no
I'll give a try to you fix...
1201:20091116:121822 Starting zabbix_server. ZABBIX 1.6.6 (revision 7836).
1201:20091116:121822 **** Enabled features ****
1201:20091116:121822 SNMP monitoring: YES
1201:20091116:121822 WEB monitoring: NO
1201:20091116:121822 Jabber notifications: NO
1201:20091116:121822 ODBC: NO
1201:20091116:121822 IPv6 support: NO
1201:20091116:121822 **************************
1210:20091116:121824 server #6 started [Trapper]
1212:20091116:121824 server #8 started [Trapper]
1211:20091116:121824 server #7 started [Trapper]
1215:20091116:121824 server #9 started [Trapper]
1216:20091116:121824 server #10 started [Trapper]
1217:20091116:121824 server #11 started [ICMP pinger]
1218:20091116:121824 server #12 started [Alerter]
1219:20091116:121824 server #13 started [Housekeeper]
1219:20091116:121824 Executing housekeeper
1220:20091116:121824 server #14 started [Timer]
1222:20091116:121824 server #16 started [Node watcher. Node ID:0]
1224:20091116:121824 server #18 started [Escalator]
1201:20091116:121824 server #0 started [Watchdog]
1201:20091116:121824 In main_watchdog_loop()
1206:20091116:121825 server #2 started [Poller. SNMP:YES]
1205:20091116:121825 server #1 started [Poller. SNMP:YES]
1207:20091116:121825 server #3 started [Poller. SNMP:YES]
1208:20091116:121825 server #4 started [Poller. SNMP:YES]
1221:20091116:121825 server #15 started [Poller for unreachable hosts. SNMP:YES]
1223:20091116:121825 server #17 started [Discoverer. SNMP:YES]
1209:20091116:121825 server #5 started [Poller. SNMP:YES]
why?
You did do something like this, didn't you?
sudo ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl=/usr/bin/curl-config
And you did check that the above path is correct?
MrKen
here the copy/paste of my command:
sudo ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber=/usr/ --with-libcurl=/usr/bin/curl-config
and i've checked that in usr/bin/ there's curl-config...
when it's finished it seems ok no?
http://images3.hiboox.com/images/4709/4bd11f30d1aeab0c20f01d8e615be7db.gif (http://www.hiboox.fr/go/images/informatique/zab01,4bd11f30d1aeab0c20f01d8e615be7db.gif.html)