Ad Widget

Collapse

Web Monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xaviercardoza
    Junior Member
    • Oct 2010
    • 29

    #1

    Web Monitoring

    "To use HTTP proxy, set environment variable http_proxy for Zabbix server user. For example, http_proxy=http://proxy_iproxy_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
    Senior Member
    • Jul 2009
    • 426

    #2
    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

    Comment

    • xaviercardoza
      Junior Member
      • Oct 2010
      • 29

      #3
      Thank-you very much will give it a go.

      Comment

      Working...