PDA

View Full Version : help for web monitoring


kilicos
26-10-2009, 11:46
Hi,
My still struggling with my zabbix install...
The only issue left for me is the web monitoring.
I can't get it to work, i've tried to monitor one of my application on my server, but nothing happens:
http://images3.hiboox.com/images/4409/6eee27cb2b494b8b61f5cd7dcb1f6be7.gif (http://www.hiboox.fr/go/images/informatique/web01,6eee27cb2b494b8b61f5cd7dcb1f6be7.gif.html)

so i decided to try something basic like is yahoo.fr is up...
so more luck so i think i'm doing something wrong in the configuration, but what?

here's what i've done:
http://images3.hiboox.com/images/4409/91bbe2cf6e1796e815b0be6d8f3e8446.gif (http://www.hiboox.fr/go/images/informatique/web-yahoo01,91bbe2cf6e1796e815b0be6d8f3e8446.gif.html)

for the agent part, am i supposed to select ie because i'm monitoring windows server or linux beacuse the zabbix is on ubuntu?

http://images3.hiboox.com/images/4409/c4a08ac113e1a84c6430fcf0c012f47e.gif (http://www.hiboox.fr/go/images/informatique/web-yahoo02,c4a08ac113e1a84c6430fcf0c012f47e.gif.html)

looks like nothing happens :(
thanks for help

kilicos
29-10-2009, 15:34
nobody? :(

richlv
31-10-2009, 21:39
is the server compiled with web monitoring support ?

kilicos
02-11-2009, 09:56
:confused:
good question how do I know that????

richlv
02-11-2009, 15:51
look in the server logfile. what does it say next to "WEB monitoring:" ?

kilicos
02-11-2009, 16:45
<dummy mode on>
where are supposed to be all the log files???
<dummy mode off>
i try to find and i tell you :D

richlv
02-11-2009, 16:49
by default, /tmp/zabbix_server.log - or whereever you have set it to log in zabbix_server.conf

kilicos
02-11-2009, 17:23
arf
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 **************************

so as you guess my next question is how do I enabled it?
thanks for your help :)

richlv
02-11-2009, 17:29
depends on how you installed zabbix.
if you compiled it yourself, recompile and enable web monitoring (curl support) in configure.
if you installed from packages, figure out why is it disabled (poke package manager, that is)

kilicos
02-11-2009, 17:48
noooooooo
I'm a total noob on linux :( I remenber that i did compil the code before install but I was doing step by step install.
What I'm supposed to changed i I redo it? I'm i going to lose all i already done ? (i mean configuration etc)
I downloaded the source from http://zabbix.com/download.php

kilicos
02-11-2009, 17:50
is it when i do :
./configure --enable-server --enable-agent --with-mysql --with-net-snmp
sudo make install

richlv
02-11-2009, 18:03
no, you are not losing anything.
this is a different problem, so i'd suggest you start a new thread :)

kilicos
02-11-2009, 18:15
thanks for the help
I'll try to re install all ...