Ad Widget

Collapse

Web monitoring virtual host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mlabelle
    Junior Member
    • Dec 2013
    • 8

    #1

    Web monitoring virtual host

    Hi,

    I try to do many search to find an article without success.

    I have a Web server farm with many applications running. Naturally, the DNS name is map to Virtual IP on the loadbalancer. Now I want to test the each member of the server farm.

    I know with curl i can make my own script like:

    Code:
    curl -H 'Host: www.myOwnApplication.com' http://172.16.x.x/something
    Can i do the same in the web scenario?
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    No, you are not able to use custom headers in web scenario in official version of Zabbix.
    But search on this forum, someone made a patch for supporting custom headers in Zabbix. Or you can made a custom scripts with using of curl.
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    Working...