rut-prod-ops/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp

8 lines
321 B
ObjectPascal
Raw Normal View History

2025-04-07 09:38:56 +02:00
class rut::rut_mon {
nagioscfg::service {'check_rut_pods':
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',
}
}