Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins Server
25f74093a1 Recommit for updates in build 62 2026-09-07 15:33:16 +02:00
2 changed files with 1 additions and 16 deletions

View File

@@ -186,12 +186,7 @@
82
83
84
85
86
87
88
89
90</pre>
85</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
@@ -268,11 +263,6 @@ 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_haproxy&#39;:
ne_check_name =&gt; &#39;check_haproxy&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
}
}</pre>
</td>

View File

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