added sc 1 and 2 to the check_pods check

This commit is contained in:
Rasmus Thorslund 2025-04-07 09:49:54 +02:00
parent f5404ec114
commit a092cefca6
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -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',
}