Commit: 39cf631b455b93ed49bc849142fbceef0ebc0827
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=39cf631b455b93…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: 1384340695
Comp.: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i7
When using the process inventory with regular expressions that contain
groups, like <tt>"/sbin/getty .* (tty.)"</tt>, the matched group is
inserted as
a replacement for <tt>%s</tt> in the service description. The bug resulted
in additional brackets. It was <tt>"[tty2]"</tt> instead of just
<tt>"tty2"</tt>.
This has been fixed.