PDA

View Full Version : Web monitoring


mario.almeida
15-04-2010, 09:37
Hi All,

How can I do web monitoring through a proxy?

richlv
16-04-2010, 22:52
if you mean http proxy, that is not supported currently

mario.almeida
16-04-2010, 23:39
if you mean http proxy, that is not supported currently

Yes HTTP proxy.

If any plans for the same consider as individual parameter per SCENARIOS.

Thanks for the update.

richlv
19-04-2010, 07:59
you could add that as a feature request on the tracker

tony
20-04-2010, 18:14
Hi,

If your behind a proxy you could try running NTLMAPS on the zabbix server, I have used it on various types of Unix to get out past windows ISA / Proxy servers.

Regards

Tony

hsoussou
21-04-2010, 15:17
On linux, you can configure proxy network system (System > Preferences) and restart zabbix_server and zabbix_agent. It works

richlv
21-04-2010, 15:55
On linux, you can configure proxy network system (System > Preferences) and restart zabbix_server and zabbix_agent. It works

hmm. i think this is the best hint i've seen on zabbix in quite some time. excellent, thank you :)

erm, to expand a bit more... looks like libcurl obeys environment variable http_proxy. so for your zabbix server environment, set something like :
http_proxy=http://ip:port

restart zabbix server and it seems to use the proxy indeed.

r0k5t4r
21-02-2011, 15:06
doesn't work here. Zabbix 1.8.3 and Zabbix 1.8.4.

I set the env via /etc/profile and it is indeed but the web monitoring fails. To me it looks like it is not using the proxy server at all.:(

mario.almeida
22-02-2011, 08:14
Hi,

It worked for me in 1.8.3

Hope you have put the env variable in the zabbix startup script