diff --git a/apps/monitoring/noc-monitoring.yaml b/apps/monitoring/noc-monitoring.yaml index 8ab91e1..84a3151 100644 --- a/apps/monitoring/noc-monitoring.yaml +++ b/apps/monitoring/noc-monitoring.yaml @@ -280,13 +280,14 @@ data: printer_model: "NuPrint 210" # Print.Web health (Blazor app on edge2:5200) + # Target `/health` (anonymous) — root path requires API key auth and returns 401. - job_name: "probe-printweb" metrics_path: /probe params: module: [http_2xx] scrape_interval: 30s static_configs: - - targets: ["http://10.0.57.16:5200/"] + - targets: ["http://10.0.57.16:5200/health"] labels: instance: "print-web" service: "print-web"