web.page.get inserts incorrect data in webpage content

XMLWordPrintable

    • Type: Incident report
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 3.0.0alpha2
    • Component/s: Agent (G)

      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">
      

            Assignee:
            Unassigned
            Reporter:
            richlv
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: