-
Incident report
-
Resolution: Won't fix
-
Major
-
None
-
2.2.0
-
S.O:
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise
CURL PACKAGES:
dpkg --list |grep curl
ii curl 7.22.0-3ubuntu4.3 Get a file from an HTTP, HTTPS or FTP server
ii libcurl3 7.22.0-3ubuntu4.3 Multi-protocol file transfer library (OpenSSL)
rc libcurl3:i386 7.22.0-3ubuntu4.3 Multi-protocol file transfer library (OpenSSL)
ii libcurl3-gnutls 7.22.0-3ubuntu4.3 Multi-protocol file transfer library (GnuTLS)
ii libcurl4-gnutls-dev 7.22.0-3ubuntu4.3 Development files and documentation for libcurl (GnuTLS)
ii python-pycurl 7.19.0-4ubuntu3 Python bindings to libcurl
S.O: Distributor ID: Ubuntu Description: Ubuntu 12.04.3 LTS Release: 12.04 Codename: precise CURL PACKAGES: dpkg --list |grep curl ii curl 7.22.0-3ubuntu4.3 Get a file from an HTTP, HTTPS or FTP server ii libcurl3 7.22.0-3ubuntu4.3 Multi-protocol file transfer library (OpenSSL) rc libcurl3:i386 7.22.0-3ubuntu4.3 Multi-protocol file transfer library (OpenSSL) ii libcurl3-gnutls 7.22.0-3ubuntu4.3 Multi-protocol file transfer library (GnuTLS) ii libcurl4-gnutls-dev 7.22.0-3ubuntu4.3 Development files and documentation for libcurl (GnuTLS) ii python-pycurl 7.19.0-4ubuntu3 Python bindings to libcurl
Hi,
I'm got "cannot process step "xxxxxxx" of web scenario "yyyyyyy" on host "zzzzzzzz": Failure when receiving data from the peer". The server is allowed to access that URL, as you can see bellow:
- curl -I https://yyyyyyy
HTTP/1.1 200 OK
Date: Tue, 03 Dec 2013 10:35:04 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.8
Set-Cookie: yyyyyyySessionmdlpre=e872djm21611cdf19gdu1o1vh6; path=/
Expires: Mon, 20 Aug 1969 09:23:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: yyyyyyySessionmdlpre=nkmfohcsfdd0lg469vpt81pho2; path=/
Content-Language: pt-br
Content-Script-Type: text/javascript
Content-Style-Type: text/css
X-UA-Compatible: IE=edge
Cache-Control: post-check=0, pre-check=0
Last-Modified: Tue, 03 Dec 2013 10:35:04 GMT
Accept-Ranges: none
X-Frame-Options: sameorigin
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
I've installed Zabbix 2.2 from official Zabbix repository in another machine (my old server was a Ubuntu 10.04 with Zabbix 2.0.6). In the old server, zabbix was compiled from source and the web monitoring was executed without error.
What kind of test I can exec to validate that process in my new server? I think I'm not missing curl packages becouse I've compared those installed in my new system with the old.