Recommit for updates in build 32

This commit is contained in:
Jenkins Server
2026-03-11 16:37:01 +01:00
parent f431182572
commit f48c753775
3 changed files with 15 additions and 5 deletions

View File

@@ -170,7 +170,12 @@
66
67
68
69</pre>
69
70
71
72
73
74</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
@@ -231,6 +236,11 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd =&gt; &#39;check_swap&#39;,
ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_fail2ban&#39;:
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
}
}</pre>
</td>