diff --git a/manifests/server/nagios.pp b/manifests/server/nagios.pp index 925c5ce..db372eb 100644 --- a/manifests/server/nagios.pp +++ b/manifests/server/nagios.pp @@ -29,7 +29,7 @@ class confdroid_nagios::server::nagios ( alias => $hostname, address => $fqdn, use => 'linux-server', - target => $ng_target_host, + target => $ng_target_localhost, hostgroups => 'linux-servers', contacts => $ng_contact_name, max_check_attempts => $ng_max_check_attempts,