PDA

View Full Version : Web Monitoring


xaviercardoza
08-11-2010, 18:03
"To use HTTP proxy, set environment variable http_proxy for Zabbix server user. For example, http_proxy=http://proxy_ip:proxy_port. "

I don't know where to physically add the entry 'http_proxy'. I am trying to do web monitoring and it is not working.

zabbix_zen
09-11-2010, 15:49
That's an OS environment level variable.

On Linux, you can add it for instance to ~/.bash_profile

export http_proxy=http://your_proxy_address:your_proxy_port

Bear in mind that if you need to schedule a custom script by cron you do need to also set it inside your user crontab

xaviercardoza
09-11-2010, 16:29
Thank-you very much will give it a go. :)