first test adding microk8s checks for thruk
This commit is contained in:
parent
6ea773035e
commit
c9709e1509
2 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
loki_tag: latest
|
||||
grafana_tag: latest
|
||||
receive_otel: true
|
||||
rut::controller_checks:
|
||||
resolvers:
|
||||
- 89.46.20.75
|
||||
- 89.46.21.29
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# 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',
|
||||
}
|
Loading…
Add table
Reference in a new issue