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

different newline handling in global regexp testing and server

XMLWordPrintable

    • Team A
    • Sprint 49 (Feb 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019), Sprint 52 (May 2019)
    • 0.25

      create two global regexps :

      • paramtest1, ^param, result is true
      • paramtest2, [^#]param, result is true

      create a text item and two triggers against it :
      t1 - host:item.regexp(@paramtest1)
      t2 - host:item.regexp(@paramtest2)

      test global regexps in the frontend with 2 lines of data :

      line
      param

      notice how paramtest1 does not match but paramtest2 matches.
      now send same two lines to the item.
      notice how first trigger matches but the second does not - this is the opposite what the testing in the frontend indicated

            vso Vladislavs Sokurenko
            richlv richlv
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: