You can add
to curl command to add 10 seconds timeout, but essentially communication is not happening and you would need to check the routing/firewalls that might be preventing communication from Zabbix to your web server.
Edit: As you added info that ping works, means routing is fine. So that leaves firewalls either on web server or in between.
Code:
-m 10
Edit: As you added info that ping works, means routing is fine. So that leaves firewalls either on web server or in between.
Comment