Hello! Im new here in the forums, but we've been using Zabbix for a while now and I'm loving the amount of different settings and customisations it has, however I have run into a wall and am hoping that some of you might be able to help me.
I need to setup zabbix to check a specific website. From what I understand, I need to do this via the Web Scenarios tab and zabbix then uses curl to connect to the website in question. Right?
So here is my question:
I've setup the web scenario and everything, but I need to be able to override the IP address of the host.
I mean the zabbix host should run a command similar to this one to satisfy my needs:
curl -H "www.domain.com" 123.123.123.123
Where I could specify both the domain and the destination IP address. I'm able to specify the target URL in Web Scenarios, but not the IP address. Or am I just not seeing it? I need this because the website I am checking can be loaded from a bunch of different locations and I need to make sure that they are all working fine.
I hope its clear what I'm looking for and that some of you know the answer!
I need to setup zabbix to check a specific website. From what I understand, I need to do this via the Web Scenarios tab and zabbix then uses curl to connect to the website in question. Right?

So here is my question:
I've setup the web scenario and everything, but I need to be able to override the IP address of the host.
I mean the zabbix host should run a command similar to this one to satisfy my needs:
curl -H "www.domain.com" 123.123.123.123
Where I could specify both the domain and the destination IP address. I'm able to specify the target URL in Web Scenarios, but not the IP address. Or am I just not seeing it? I need this because the website I am checking can be loaded from a bunch of different locations and I need to make sure that they are all working fine.
I hope its clear what I'm looking for and that some of you know the answer!
Comment