Recommit for updates in build 36

This commit is contained in:
Jenkins Server
2026-03-11 17:00:13 +01:00
parent 3d0fe1becd
commit 8cfa2fdfe4
3 changed files with 21 additions and 1 deletions

View File

@@ -176,7 +176,12 @@
72
73
74
75</pre>
75
76
77
78
79
80</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
@@ -213,27 +218,32 @@ class confdroid_nrpe::commands::definition_rules (
# basic example rules
confdroid_nrpe::commands::definitions { &#39;check_users&#39;:
ne_check_name =&gt; &#39;check_users&#39;,
ne_check_cmd =&gt; &#39;check_users&#39;,
ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$&#39;,
ne_cmd_comment =&gt; &#39;check the amount of user logged in locally&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_load&#39;:
ne_check_name =&gt; &#39;check_load&#39;,
ne_check_cmd =&gt; &#39;check_load&#39;,
ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_disk&#39;:
ne_check_name =&gt; &#39;check_disk&#39;,
ne_check_cmd =&gt; &#39;check_disk&#39;,
ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$ -p $ARG3$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_procs&#39;:
ne_check_name =&gt; &#39;check_procs&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$ -s $ARG3$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_swap&#39;:
ne_check_name =&gt; &#39;check_swap&#39;,
ne_check_cmd =&gt; &#39;check_swap&#39;,
ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$&#39;,
}