Non-English Characters in perf_counter[]

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Major
    • None
    • Affects Version/s: 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5
    • Component/s: Frontend (F)
    • None
    • Environment:
      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}

      ');

            Assignee:
            Alexei Vladishev
            Reporter:
            Torsten Sorger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: