From 3a047e12d6e24c642ecc4c2b08888ff7d7272b69 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Wed, 11 Mar 2026 16:16:01 +0100 Subject: [PATCH] add fqdn --- manifests/server/nagios.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,