2025-04-01 15:25:52 +02:00
|
|
|
# Everything is awesome!
|
|
|
|
class rut::controller_checks {
|
|
|
|
nagioscfg::service {'check_rut_pods':
|
2025-04-01 17:05:40 +02:00
|
|
|
host_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se'],
|
2025-04-01 15:25:52 +02:00
|
|
|
check_command => 'check_nrpe!check_rut_pods',
|
|
|
|
description => 'Microk8s cluster health',
|
2025-04-01 15:29:28 +02:00
|
|
|
}
|
2025-04-01 15:25:52 +02:00
|
|
|
}
|