Improvements to official global regular expressions

XMLWordPrintable

    • Type: Change Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 4.0.0alpha1
    • Component/s: Installation (I)

      Global regexp Expression Comment
      File systems for discovery
      ^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|refs|ntfs|fat32|zfs)${noformat}|Parentheses are not necessary here.|
      |Storage devices for SNMP discovery|

      ^(Physical memory

      Virtual memory Memory buffers Cached memory Swap space)${noformat} Parentheses are not necessary. Perhaps, (Physical|Virtual) memory can be used instead of Physical memory|Virtual memory.
      Windows service names for discovery
      ^(MMCSS|gupdate|SysmonLog|clr_optimization_v2.0.50727_32|clr_optimization_v4.0.30319_32)${noformat}|Dots need to be escaped.|
      |Windows service startup states for discovery|

      ^(automatic

      automatic delayed)${noformat} Parentheses are not necessary. Perhaps, can be replaced with ^automatic( delayed)?$.

            Assignee:
            Unassigned
            Reporter:
            Glebs Ivanovskis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: