From 8b88f929dccdbab69cd4bd145ab6ab19c1737ff6 Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Tue, 1 Apr 2025 17:05:40 +0200 Subject: [PATCH] first test adding microk8s checks for thruk --- .../etc/puppet/modules/rut/manifests/controller_checks.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/rut/manifests/controller_checks.pp b/global/overlay/etc/puppet/modules/rut/manifests/controller_checks.pp index 3700293..718c22d 100644 --- a/global/overlay/etc/puppet/modules/rut/manifests/controller_checks.pp +++ b/global/overlay/etc/puppet/modules/rut/manifests/controller_checks.pp @@ -1,7 +1,7 @@ # Everything is awesome! class rut::controller_checks { nagioscfg::service {'check_rut_pods': - hostgroup_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se'], + host_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se'], check_command => 'check_nrpe!check_rut_pods', description => 'Microk8s cluster health', }