Compare commits
5 commits
cosmos-ops
...
main
Author | SHA1 | Date | |
---|---|---|---|
8b88f929dc | |||
e96d41c899 | |||
681c004a8a | |||
c9709e1509 | |||
6ea773035e |
2 changed files with 10 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
frontends:
|
||||
- sthb-lb-1.sunet.se
|
||||
- tug-lb-1.sunet.se
|
||||
port: '30443'
|
||||
port: '443'
|
||||
sunet::otel::alloy:
|
||||
otel_receiver: monitor-prod.rut.sunet.se
|
||||
sunet::fleetlock_client:
|
||||
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue