OP#436 add full service details
This commit is contained in:
@@ -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}":
|
||||
|
||||
Reference in New Issue
Block a user