Hello,
I'm a little new to Zabbix and I'm wondering if someone can help me with the following.
I have 4 web servers in a server farm and my application is host-header dependent (I cannot load the URL by typing in the IP address - it has to be the name of the site).
In Zabbix, can i monitor a specific URL against each of the servers in the farm? For example, I need to ensure a 200 response for the following:
www.mysite.com --> 192.168.0.1
www.mysite.com --> 192.168.0.2
www.mysite.com --> 192.168.0.3
www.mysite.com --> 192.168.0.4
again, it can't be a port 80 request like 192.168.0.1:80 and so on, the URL must be www.mysite.com.
Right now I have a scenario with a step that is checking for http://www.mysite.com/ but it's going to the load-balanced IP and I don't know what server it's hitting.
Any suggestions? Thanks for your time!
Mike
I'm a little new to Zabbix and I'm wondering if someone can help me with the following.
I have 4 web servers in a server farm and my application is host-header dependent (I cannot load the URL by typing in the IP address - it has to be the name of the site).
In Zabbix, can i monitor a specific URL against each of the servers in the farm? For example, I need to ensure a 200 response for the following:
www.mysite.com --> 192.168.0.1
www.mysite.com --> 192.168.0.2
www.mysite.com --> 192.168.0.3
www.mysite.com --> 192.168.0.4
again, it can't be a port 80 request like 192.168.0.1:80 and so on, the URL must be www.mysite.com.
Right now I have a scenario with a step that is checking for http://www.mysite.com/ but it's going to the load-balanced IP and I don't know what server it's hitting.
Any suggestions? Thanks for your time!
Mike
Comment