Hi,
I've been using Web scenario step for some time now with no issues, suddenly today for some reason, most of the web checks are coming back with:
and sometimes I found this in the logs:
When I restart the zabbix process (
), all web scenario running successfully again, but shortly after (~ 24 hours later), they fall back again with the same errors.
I tried to increase the "Timeout" variable in the /etc/zabbix/zabbix_server.conf file (Default Timeout=3 by Timeout=20), but this does not solve the problem!
I've checked and the server can both look up the IP address from the name, and i can use curl to get the webpage, both using http:// and not using http://. However in the web checks i'm getting the errors!
Nothing has changed on the server, so I'm pretty confused as to where the error is coming from!
OS Configuration:
Ubuntu Server 10.04.3 LTS (Virtual machine ESXi 4.1.0)
Zabbix 1.8.5
8 GB RAM
Virtuals processors: 4
mysql-server 5.1.41
Thanks in advance for your help!
I've been using Web scenario step for some time now with no issues, suddenly today for some reason, most of the web checks are coming back with:
Web scenario step [1 of 1] error: error doing curl_easy_perform: Couldn't resolve host name
Web scenario step [1 of 1] error: error doing curl_easy_perform: Timeout was reached
/etc/init.d/zabbix_server stop; /etc/init.d/zabbix_agent stop; sleep 2; /etc/init.d/zabbix_server start; /etc/init.d/zabbix_agent start
I tried to increase the "Timeout" variable in the /etc/zabbix/zabbix_server.conf file (Default Timeout=3 by Timeout=20), but this does not solve the problem!
I've checked and the server can both look up the IP address from the name, and i can use curl to get the webpage, both using http:// and not using http://. However in the web checks i'm getting the errors!
Nothing has changed on the server, so I'm pretty confused as to where the error is coming from!
OS Configuration:
Ubuntu Server 10.04.3 LTS (Virtual machine ESXi 4.1.0)
Zabbix 1.8.5
8 GB RAM
Virtuals processors: 4
mysql-server 5.1.41
Thanks in advance for your help!

Comment