Recommit for updates in build 65

This commit is contained in:
Jenkins Server
2026-09-08 13:09:01 +02:00
parent 5a2f349f3b
commit 9cdab61f8e

View File

@@ -196,7 +196,12 @@
92 92
93 93
94 94
95</pre> 95
96
97
98
99
100</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>
@@ -283,6 +288,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_server&#39;:
ne_check_name =&gt; &#39;check_puppet_server&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -a $ARG2$&#39;,
}
} }
}</pre> }</pre>
</td> </td>