Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-9892

web.page.get inserts incorrect data in webpage content

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 3.0.0alpha2
    • 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">
      

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

              Created:
              Updated: