From a092cefca6fc1ce2b225f68f4411eda95751deb6 Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Mon, 7 Apr 2025 09:49:54 +0200 Subject: [PATCH] added sc 1 and 2 to the check_pods check --- global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp b/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp index 62bc054..5d8fdaa 100644 --- a/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp +++ b/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp @@ -1,6 +1,6 @@ class rut::rut_mon { nagioscfg::service {'check_rut_pods': - host_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se'], + host_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se', 'internal-sto4-prod-k8sc-1.rut.sunet.se', 'internal-sto4-prod-k8sc-2.rut.sunet.se'], check_command => 'check_nrpe!check_rut_pods', description => 'Microk8s cluster health', }