From e96d41c899c99d60fa2fe401c5796717cd3dc0ac Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Tue, 1 Apr 2025 15:29:28 +0200 Subject: [PATCH] first test adding microk8s checks for thruk --- .../etc/puppet/modules/rut/manifests/controller_checks.pp | 1 + 1 file changed, 1 insertion(+) 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 f7e8d20..3700293 100644 --- a/global/overlay/etc/puppet/modules/rut/manifests/controller_checks.pp +++ b/global/overlay/etc/puppet/modules/rut/manifests/controller_checks.pp @@ -4,4 +4,5 @@ class rut::controller_checks { hostgroup_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se'], check_command => 'check_nrpe!check_rut_pods', description => 'Microk8s cluster health', + } }