Recommit for updates in build 195

This commit is contained in:
Jenkins Server
2026-03-09 15:56:29 +01:00
parent 2f06c5999f
commit 50412b6853

View File

@@ -214,7 +214,11 @@
116
117
118
119</pre>
119
120
121
122
123</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/client/target.pp', line 6</span>
@@ -223,6 +227,10 @@ class confdroid_nagios::client::target (
) inherits confdroid_nagios::params {
if ($ng_nagios_server != $fqdn) and ($ng_enable_target == true) {
package { $ng_reqpackages_client:
ensure =&gt; $ng_pkg_ensure,
}
@@nagios_host { $fqdn:
ensure =&gt; $ng_ping_ensure,
alias =&gt; $hostname,
@@ -288,7 +296,7 @@ class confdroid_nagios::client::target (
}
@@nagios_service { &quot;Total Processes_${fqdn}&quot;:
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;,
use =&gt; &#39;generic-service&#39;,
host_name =&gt; $fqdn,