From 0307ae16ae33805eeb733240452bd7404d86febe Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Tue, 2 Jun 2026 01:09:57 -0500 Subject: [PATCH] monitoring(probe): signage/mysql/php blackbox probe / -> /healthz (K8s-target mirror) Mirrors the live noc1 podman fix + Notes scripts/monitoring/prometheus.yml. These services enforce OIDC bearer auth (FlowerCore__Auth__Enabled=true), so an anonymous probe of / returns 401 -> false TraefikServiceDown. All three expose anonymous /healthz=200. This noc-monitoring.yaml is the forward K8s-migration target (not live); brings it in sync with the live config. --- apps/monitoring/noc-monitoring.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/monitoring/noc-monitoring.yaml b/apps/monitoring/noc-monitoring.yaml index 84a3151..a8f8acb 100644 --- a/apps/monitoring/noc-monitoring.yaml +++ b/apps/monitoring/noc-monitoring.yaml @@ -479,11 +479,11 @@ data: - "https://gitea.iamworkin.lan/" - "https://argocd.iamworkin.lan/" - "https://intranet.iamworkin.lan/" - - "https://signage.iamworkin.lan/" + - "https://signage.iamworkin.lan/healthz" # root 401 auth-gated 2026-06-01; /healthz anon 200 - "https://kiosk.iamworkin.lan/" - "https://media.iamworkin.lan/" - - "https://mysql.iamworkin.lan/" - - "https://php.iamworkin.lan/" + - "https://mysql.iamworkin.lan/healthz" # root 401 auth-gated 2026-06-01; /healthz anon 200 + - "https://php.iamworkin.lan/healthz" # root 401 auth-gated 2026-06-01; /healthz anon 200 - "https://zabbix.iamworkin.lan/" - "https://desktop.iamworkin.lan/" - "https://print.iamworkin.lan/"