OP#436 mv client installs

This commit is contained in:
2026-03-09 15:54:32 +01:00
parent a0bf926553
commit 72b2e5462c

View File

@@ -7,6 +7,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 => $ng_pkg_ensure,
}
@@nagios_host { $fqdn:
ensure => $ng_ping_ensure,
alias => $hostname,
@@ -72,7 +76,7 @@ class confdroid_nagios::client::target (
}
@@nagios_service { "Total Processes_${fqdn}":
ensure => $ng_procs_tot_ens,
ensure => $ng_procs_tot_ensure,
check_command => "check_nrpe!check_procs!${ng_procs_tot_warn}!${ng_procs_tot_crit}!${ng_procs_tot_param}",
use => 'generic-service',
host_name => $fqdn,