Ad Widget

Collapse

web checks from client

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zdenek
    Junior Member
    • Aug 2017
    • 2

    #1

    web checks from client

    Hi,
    is there a way to setup Zabbix to check availability of a web service from agent installed on a client? I have a server (with agent installed) that depends on a certain webservice published in the Internet and I want to check if the service is available from that server/agent. Not from the zabbix server itself...

    Thanks for the info

    Zdenek
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    Just install proxy in any point in network from where you want to probe over web checks.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    • LenR
      Senior Member
      • Sep 2009
      • 1005

      #3
      I experimented with an apache proxy on a cloud vendor, configure zabbix to check the proxy, configure the proxy to forward to what you want tested. It worked, but I didn't need it in production.

      You could use a userparameter that calls a script

      You could use a script and zabbix_sender

      Like others have said, you could use zabbix sender.

      Comment

      • kloczek
        Senior Member
        • Jun 2006
        • 1771

        #4
        Originally posted by LenR
        I experimented with an apache proxy on a cloud vendor, configure zabbix to check the proxy, configure the proxy to forward to what you want tested. It worked, but I didn't need it in production.

        You could use a userparameter that calls a script

        You could use a script and zabbix_sender

        Like others have said, you could use zabbix sender.
        BTW proxy. Do you know that in each web check item you can enter proxy details?
        http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
        https://kloczek.wordpress.com/
        zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
        My zabbix templates https://github.com/kloczek/zabbix-templates

        Comment

        • zdenek
          Junior Member
          • Aug 2017
          • 2

          #5
          thank you for you replies. I will try to install proxy on the host

          Comment

          Working...