-
Incident report
-
Resolution: Unresolved
-
Trivial
-
None
-
3.0.0alpha2
a simple test against zabbix.com with web.page.get :
zabbix_get -s 127.0.0.1 -k 'web.page.get[www.zabbix.com]' > zcom_get.html
wget www.zabbix.com -O zcom_wget.html
diff zcom_wget.html zcom_get.html
ignoring the header being present in zabbix agent output, agent output also includes incorrect data in the middle of the page several times. for example,
<div class="clearfix"><div class="logo">
becomes
<div class="clearfix"> 203e <div class="logo">
- duplicates
-
ZBXNEXT-1816 Use Curl for the agent's web.page items
- Closed