Compare commits

..

4 Commits

Author SHA1 Message Date
Jenkins Server
8ad8421af3 Recommit for updates in build 64 2026-09-07 16:34:32 +02:00
Jenkins Server
77cac961f8 Merge remote-tracking branch 'origin/master' into jenkins-build-64 2026-09-07 16:33:01 +02:00
ba26f7178f OP#672 add check_puppet command 2026-09-07 16:32:46 +02:00
Jenkins Server
ee6dced0d0 Recommit for updates in build 63 2026-09-07 15:40:50 +02:00
2 changed files with 16 additions and 1 deletions

View File

@@ -191,7 +191,12 @@
87
88
89
90</pre>
90
91
92
93
94
95</pre>
</td>
<td>
<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_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>
</td>

View File

@@ -86,5 +86,10 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_puppet':
ne_check_name => 'check_puppet',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
}
}