Hello guys,
I'm new to Zabbix (I'm using 4.0) and I'm self training across the web.
I have a web farm with some servers, let's say SERVER01, SERVER02 and SERVER03 behind a F5 load balancer, each one hosting a web application, let's say mypp.com.
I created a Host on Zabbix for each server, and a template to "group" them.
I'm interested in monitoring the status of myapp.com for each separate server. I thought that a Web Scenario created in the template would have done the job, but it just makes the HTTP calls not targeting each single machine, but simply passing through the balancer like every normal user would. In this case, even if one or two of the servers go down, the WebScenario is always OK, due to the load balancer action, which routes the traffic only to the working servers.
What I want instead is that each test call is performed on each separate server, so that I can monitor the internal health of the farm.
Is there a way to achieve this task? And if WebScenario is not the right tools, which one is it among those available in Zabbix?
Thanks a lot.
I'm new to Zabbix (I'm using 4.0) and I'm self training across the web.
I have a web farm with some servers, let's say SERVER01, SERVER02 and SERVER03 behind a F5 load balancer, each one hosting a web application, let's say mypp.com.
I created a Host on Zabbix for each server, and a template to "group" them.
I'm interested in monitoring the status of myapp.com for each separate server. I thought that a Web Scenario created in the template would have done the job, but it just makes the HTTP calls not targeting each single machine, but simply passing through the balancer like every normal user would. In this case, even if one or two of the servers go down, the WebScenario is always OK, due to the load balancer action, which routes the traffic only to the working servers.
What I want instead is that each test call is performed on each separate server, so that I can monitor the internal health of the farm.
Is there a way to achieve this task? And if WebScenario is not the right tools, which one is it among those available in Zabbix?
Thanks a lot.
Comment