OP#436 add full service details

This commit is contained in:
2026-03-01 18:40:19 +01:00
parent 33e27b57c5
commit 98deadc906
13 changed files with 21 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ class confdroid_nagios::client::target (
@@nagios_host { $fqdn:
ensure => $ng_ping_ensure,
alias => $fqdn,
alias => $hostname,
address => $fqdn,
use => 'linux-server',
target => $ng_target_host,
@@ -24,7 +24,7 @@ class confdroid_nagios::client::target (
group => 'nagios',
mode => '0640',
check_command => "check_ping!${ng_ping_warn}!${ng_ping_crit}",
notify => Service[$ng_nagios_service],
notify => Service[$ng_service],
}
@@nagios_service { "root_partition_${fqdn}":