Recommit for updates in build 158

This commit is contained in:
Jenkins Server
2026-03-07 15:50:04 +01:00
parent 540366a09b
commit 39cbd2b370
2 changed files with 4 additions and 15 deletions

View File

@@ -583,12 +583,14 @@ inherited by all classes except defines.
<li> <li>
<span class='name'>ng_procs_tot_ens</span> <span class='name'>ng_procs_tot_ensure</span>
<span class='type'>(<tt>String</tt>)</span> <span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;present&#39;</tt>)</em>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
@@ -3377,19 +3379,6 @@ inherited by all classes except defines.
</li> </li>
<li>
<span class='name'>ng_procs_tot_ensure</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;present&#39;</tt>)</em>
</li>
</ul> </ul>

View File

@@ -385,7 +385,7 @@ class confdroid_nagios::server::service (
} }
@@nagios_service { &#39;Total_Processes_localhost&#39;: @@nagios_service { &#39;Total_Processes_localhost&#39;:
ensure =&gt; $ng_procs_tot_ens, ensure =&gt; $ng_procs_tot_ensure,
check_command =&gt; &quot;check_nrpe!check_procs!${ng_procs_tot_warn}!${ng_procs_tot_crit}!${ng_procs_tot_param}&quot;, check_command =&gt; &quot;check_nrpe!check_procs!${ng_procs_tot_warn}!${ng_procs_tot_crit}!${ng_procs_tot_param}&quot;,
use =&gt; &#39;generic-service&#39;, use =&gt; &#39;generic-service&#39;,
host_name =&gt; &#39;localhost&#39;, host_name =&gt; &#39;localhost&#39;,