Recommit for updates in build 64

This commit is contained in:
Jenkins Server
2026-09-07 16:34:29 +02:00
parent 77cac961f8
commit abdefc0c6b

View File

@@ -191,7 +191,12 @@
87 87
88 88
89 89
90</pre> 90
91
92
93
94
95</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span> <pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
@@ -273,6 +278,11 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd =&gt; &#39;check_procs&#39;, ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;, ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
} }
confdroid_nrpe::commands::definitions { &#39;check_puppet&#39;:
ne_check_name =&gt; &#39;check_puppet&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
} }
}</pre> }</pre>
</td> </td>