Ad Widget

Collapse

Multiple HTTP(S) checks on a single host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mbaybarsk
    Junior Member
    • Jan 2013
    • 4

    #1

    Multiple HTTP(S) checks on a single host

    Hi guys,


    This one is fairly simple: I have some hosts with multiple IP addresses serving different pages. I want to do HTTPS checks on them but my understanding is, even if I add multiple interfaces for zabbix agent, it will use whichever is the default one is. How can I do that?

    And HTTP checks does not require agent being installed am I right?


    Thanks,
    Baybars
  • Stephen Wood
    Member
    • Feb 2012
    • 43

    #2
    What exactly do you mean by https checks? Are you checking to see if apache is running on 443, or checking to see if your https website is available?

    Comment

    • mbaybarsk
      Junior Member
      • Jan 2013
      • 4

      #3
      Originally posted by Stephen Wood
      What exactly do you mean by https checks? Are you checking to see if apache is running on 443, or checking to see if your https website is available?
      I want to see if port 80 and 443 are responding and it works perfectly fine for servers with single IP addresses.

      The problem is: I have some servers with multiple IP addresses that listen to those ports but when I configure a host, it only does the checks for one IP address. I want to make zabbix perform the checks for all the Ip addresses on the server, not just one.

      Comment

      • m_gularte
        Member
        Zabbix Certified Specialist
        • Jul 2012
        • 85

        #4
        Hi,

        You can try this:


        Or this (the idea is the same...):


        =]

        Comment

        Working...