Compare commits

..

4 commits

2 changed files with 9 additions and 0 deletions

View file

@ -46,6 +46,7 @@
'^internal-sto4-prod-monitor-[0-9].rut.sunet.se$':
sunet::dockerhost2:
rut::controller_checks:
sunet::naemon_monitor:
domain: monitor-prod.rut.sunet.se
naemon_tag: latest

View file

@ -0,0 +1,8 @@
# 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',
}
}