Ad Widget

Collapse

Website monitoring on application server ( localhost:1234/status.html)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mantonik
    Junior Member
    • May 2015
    • 17

    #1

    Website monitoring on application server ( localhost:1234/status.html)

    Hi

    I am reading a documentation for web monitoring and it looks like it allows only to setup it from
    1. Server
    2. if the template is associated with a terminal which is mange by proxy scenario is executed on proxy.

    In my case, I have a server behind firewall and proxy server is before the firewall. on those servers, I have a webserver and I want to monitor if the application is running on those servers.
    I can't move proxy to that DMZ network.

    Is there any way that I can monitor web application using Zabbix-agent running on each server? that I can do a call to http://localhost:1234/status.html and see if taht page is responding?
    Thank you

  • gofree
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2017
    • 400

    #2
    check docu https://www.zabbix.com/documentation...s/zabbix_agent or you can write custom userparamter via curl or something simillar

    item web.page.get[host,<path>,<port>]

    Comment

    • mantonik
      Junior Member
      • May 2015
      • 17

      #3
      Create user parameter entry will be an option.

      The proxy server has an ssh connection to application servers, I just think about setup a ssh proxy which will create a local port which will redirect to the remote server and then use that port to monitor the remote server - just though. let see if I can make it

      Comment

      Working...