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

Non-English Characters in perf_counter[]

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5
    • Frontend (F)
    • None
    • Linux, Apache, PHP

      I use a german version of windows 2000 for testing.

      perf_counter[\Speicher\Verfügbare Bytes]

      will not be accepted in the webinterface. If you insert it into the database directly everything works fine.

      A quickfix would be turning input validation off, which is NOT the fix for the future ,)

      see defines.inc.php
      change from:
      define('ZBX_EREG_PARAMS', '([[:print:]]+)

      {0,1}');

      to:
      define('ZBX_EREG_PARAMS', '(.+){0,1}

      ');

            alexei Alexei Vladishev
            torti- Torsten Sorger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: