From 1a63b4884f53d9235a05b77bfd7ca656bbd810af Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 24 Sep 2024 17:46:50 +0200 Subject: [PATCH] Correct hostgroup name --- manifests/sitemonitornaemon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/sitemonitornaemon.pp b/manifests/sitemonitornaemon.pp index fd07491..4602549 100644 --- a/manifests/sitemonitornaemon.pp +++ b/manifests/sitemonitornaemon.pp @@ -46,7 +46,7 @@ class sunetdrive::sitemonitornaemon() { mode => '0644', } nagioscfg::service {'check_scriptherder': - hostgroup_name => ['nrpe'], + hostgroup_name => ['sunetdrive::nrpe'], check_command => 'check_nrpe_1arg_to30!check_scriptherder', description => 'Scriptherder Status', contact_groups => ['naemon-admins'],