first test adding microk8s checks for thruk

This commit is contained in:
Rasmus Thorslund 2025-04-01 15:25:52 +02:00
parent 6ea773035e
commit c9709e1509
No known key found for this signature in database
GPG key ID: 502D33332E9E305D
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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',
}