Hello guys.
I have an item in my template with a next parameters
desc: code version
item type: zabbix agent
item key:
web.page.get[localhost,version.phtml?code=1,80]
when i tried to get this page via wget for example it returns me next:
2707
but zabbix returns full servers answer such as:
HTTP/1.1 200 OK
Server: nginx/0.6.26
Date: Fri, 14 Nov 2008 15:17:46 GMT
Content-Type: text/html; charset=utf8
Transfer-Encoding: chunked
Connection: close
4
2707
0
how can i get only a page content? not a full server answer?
I have an item in my template with a next parameters
desc: code version
item type: zabbix agent
item key:
web.page.get[localhost,version.phtml?code=1,80]
when i tried to get this page via wget for example it returns me next:
2707
but zabbix returns full servers answer such as:
HTTP/1.1 200 OK
Server: nginx/0.6.26
Date: Fri, 14 Nov 2008 15:17:46 GMT
Content-Type: text/html; charset=utf8
Transfer-Encoding: chunked
Connection: close
4
2707
0
how can i get only a page content? not a full server answer?