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

9 lines
272 B
ObjectPascal
Raw Normal View History

# Everything is awesome!
class rut::controller_checks {
nagioscfg::service {'check_rut_pods':
host_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se'],
check_command => 'check_nrpe!check_rut_pods',
description => 'Microk8s cluster health',
}
}