Werk #3: ps: Remove exceeding [ and ] in service description when using process inventory
Component | Checks & agents | ||
Title | ps: Remove exceeding [ and ] in service description when using process inventory | ||
Date | Nov 13, 2013 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
When using the process inventory with regular expressions that contain groups, like "/sbin/getty .* (tty.)", the matched group is inserted as a replacement for %s in the service description. The bug resulted in additional brackets. It was "[tty2]" instead of just "tty2". This has been fixed.