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