Compare commits

...

9 commits

6 changed files with 16 additions and 2 deletions

View file

@ -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:
@ -39,12 +39,14 @@
rut::infra_ca_rp:
sunet::microk8s::node:
channel: 1.31/stable
drain_reboot_cron: true
sunet::otel::alloy:
otel_receiver: monitor-prod.rut.sunet.se
sunet::fleetlock_client:
'^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
@ -85,6 +87,7 @@ internal-sto4-prod-satosa-1.rut.sunet.se:
rut::infra_ca_rp:
sunet::microk8s::node:
channel: 1.31/stable
drain_reboot_cron: true
sunet::otel::alloy:
otel_receiver: monitor-prod.rut.sunet.se
sunet::fleetlock_client:

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

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"