<p>The process name may contain one or more occurrences of <tt>%s</tt>. If you do this, then the pattern must be a regular expression and be prefixed with ~. For each <tt>%s</tt> in the description, the expression has to contain one "group". A group is a subexpression enclosed in brackets, for example <tt>(.*)</tt> or <tt>([a-zA-Z]+)</tt> or <tt>(...)</tt>. When the inventory finds a process matching the pattern, it will substitute all such groups with the actual values when creating the check. That way one rule can create several checks on a host.</p><p>If the pattern contains more groups then occurrences of <tt>%s</tt> in the service description then only the first matching subexpressions are used for the service descriptions. The matched substrings corresponding to the remaining groups are copied into the regular expression, nevertheless.</p><p>As an alternative to <tt>%s</tt> you may also use <tt>%1</tt>, <tt>%2</tt>, etc. These will be replaced by the first, second, ... matching group. This allows you to reorder things.
<p>El nom del procés pot contenir una o més ocurrències de <tt>%s</tt>. Si feu això, el patró ha de ser una expressió regular i tenir prefix amb . Per cada <tt>%s</tt> a la descripció, l'expressió ha de contenir un "grup". Un grup és una subexpressió tancada entre parèntesis, per exemple <tt>(.*)</tt> o <tt>([a-zA-Z]+)</tt> o <tt>(...)</tt>. Quan l'inventari trobi un procés que coincideixi amb el patró, substituirà tots aquests grups amb els valors reals en crear el xec. D'aquesta manera, una regla pot crear diverses comprovacions en un amfitrió.</p><p>Si el patró conté més grups, llavors les ocurrències de <tt>%s</tt> a la descripció del servei, només s'utilitzen les primeres subexpressions coincidents per a les descripcions del servei. Les subcadenes coincidents corresponents als grups restants es copien a l'expressió regular, no obstant això.</p><p>Com a alternativa a <tt>%s</tt> també podeu utilitzar <tt>%1</tt>, <tt>%2</tt>, etc. Aquestes seran substituïdes pel primer, segon, ... grup coincident. Això permet reordenar la cosa