Ad Widget

Collapse

zabbix proxy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aigars
    Member
    • Apr 2010
    • 55

    #1

    zabbix proxy

    Hello,

    Installed zabbix proxy, but got some problems with monitoring. It's not showing disk space, RAM etc. Also I can not monitor external web sites using expression like this web.page.perf[www.zabbix.com,index.php,80]. It's only monitoring internal company web pages! Linux server is set with http_proxy variables and I can do succesfully "curl www.zabbix.com"

    Why proxy server is not showing results like RAM, HDD space from agent and not monitoring external web pages?
    Thanks.
    Last edited by aigars; 11-04-2013, 15:46.
  • aigars
    Member
    • Apr 2010
    • 55

    #2
    It's possible to use zabbix proxy server for monitoring web pages behind company proxy services?

    It's very strange because using standalone zabbix server all is working.

    Comment

    • sarathyme
      Member
      • Mar 2009
      • 58

      #3
      To my knowledge, zabbix does not support web monitoring through zabbix proxy.

      But other parameters like CPU, RAM should work. You have to provide additional information such as log in proxy and agent.

      If you can run one agent in debug mode you will figure out whether it is a problem with proxy-agent communication.

      In proxy log you will find if there are issues in proxy-server communication.

      Also check if your agents are configured to use zabbix proxy (IP in their conf file).

      Regards
      Vijay

      Comment

      • aigars
        Member
        • Apr 2010
        • 55

        #4
        Yes, it's not supporting web scenarios, but you can make items with these parameters web.page.perf[host,<path>,<port>] http://www.zabbix.com/documentation/...s#zabbix_agent

        It's working on local pages, but I get problems when running outside company network using web proxy. Ok, I will switch debug mode and look at log files.

        Comment

        • aigars
          Member
          • Apr 2010
          • 55

          #5
          Done same tests with Zabbix 1.8.3RC3 and same results. Zabbix proxy can not make trough company proxy services.

          Maybe Zabbix developers can confirm this??? It's possible using item "web.page.perf" monitor web page response time trough web proxy server?
          I'm using linux parameter "http_proxy=http://proxy.server.com:8080" and this method are working fine for standalone zabbix server and also in distributed node setup using web scenarios. Only run in problems with zabbix proxy server when using items!

          Can anyone help?
          Thanks

          Comment

          • aigars
            Member
            • Apr 2010
            • 55

            #6
            Boom......

            Comment

            • efrain02
              Banned
              • Apr 2011
              • 81

              #7
              Counld you explain how did you configure your proxy??
              Because i can't configure mine and i would like to know how from someone who successfully do that.

              Comment

              Working...