From 129f538f81c04f4a9df0ffebcfd133b65f800268 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Thu, 12 Mar 2026 12:10:48 +0100 Subject: [PATCH] OP#490 edit host address --- 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 6d1ec44..71f4d63 100644 --- a/manifests/server/nagios.pp +++ b/manifests/server/nagios.pp @@ -9,7 +9,7 @@ class confdroid_nagios::server::nagios ( if $ng_nagios_server == $fqdn { @@nagios_host { $fqdn: ensure => $ng_ping_ensure, - alias => 'localhost', + alias => 'nag001', address => '127.0.0.1', use => 'linux-server', target => $ng_target_localhost,