<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>De procesnaam mag een of meer voorkomens van <tt>%s</tt> bevatten. Als u dit doet, dan moet het patroon een reguliere expressie zijn en voorafgegaan worden door ~. Voor elke <tt>%s</tt> in de beschrijving moet de expressie één "group" bevatten. Een groep is een subexpressie tussen haakjes, bijvoorbeeld <tt>(.*)</tt> of <tt>([a-zA-Z]+)</tt> of <tt>(...)</tt>. Wanneer de inventaris een proces vindt dat overeenkomt met het patroon, zal het al deze groepen vervangen door de werkelijke waarden bij het aanmaken van de controle. Op die manier kan één regel meerdere controles op een host aanmaken.</p><p>Als het patroon meer groepen bevat dan voorkomen van <tt>%s</tt> in de service beschrijving dan worden alleen de eerste overeenkomende subexpressies gebruikt voor de service beschrijvingen. De gematchte substrings die overeenkomen met de overige groepen worden in de reguliere expressie gekopieerd, niettemin.</p><p>Als alternatief voor <tt>%s</tt> kunt u ook <tt>%1</tt>, <tt>%2</tt>, enz. gebruiken.Deze zullen worden vervangen door de eerste, tweede, ... overeenkomstige groep. Dit staat u toe om dingen te herschikken