From 267aaa0c5920675b927bf4653369872d039dc1ad Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Fri, 6 Mar 2026 12:08:00 +0100 Subject: [PATCH] OP#436 chanhe check for nagios --- manifests/server/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/server/service.pp b/manifests/server/service.pp index 5a43979..b116666 100644 --- a/manifests/server/service.pp +++ b/manifests/server/service.pp @@ -44,7 +44,7 @@ class confdroid_nagios::server::service ( } @@nagios_service { 'check_nagios_localhost': - check_command => 'check-nagios', + check_command => 'check_nagios', use => 'generic-service', host_name => 'localhost', notification_period => '24x7',