diff --git a/kubernetes/apps/observability/blackbox-exporter/app/probes.yaml b/kubernetes/apps/observability/blackbox-exporter/app/probes.yaml index e41ed8508..920018510 100644 --- a/kubernetes/apps/observability/blackbox-exporter/app/probes.yaml +++ b/kubernetes/apps/observability/blackbox-exporter/app/probes.yaml @@ -12,3 +12,4 @@ spec: staticConfig: static: - pikvm.${SECRET_INTERNAL_DOMAIN} + - s3.${SECRET_INTERNAL_DOMAIN}/minio/health/ready diff --git a/kubernetes/apps/observability/kube-prometheus-stack/app/scrapeconfig.yaml b/kubernetes/apps/observability/kube-prometheus-stack/app/scrapeconfig.yaml index 09dee23eb..8c0149b5c 100644 --- a/kubernetes/apps/observability/kube-prometheus-stack/app/scrapeconfig.yaml +++ b/kubernetes/apps/observability/kube-prometheus-stack/app/scrapeconfig.yaml @@ -10,6 +10,7 @@ spec: - pikvm.${SECRET_INTERNAL_DOMAIN}:9100 - opnsense.${SECRET_INTERNAL_DOMAIN}:9273 - storage.${SECRET_INTERNAL_DOMAIN}:9100 + - storage-remote.${SECRET_INTERNAL_DOMAIN}:9100 metricsPath: /metrics relabelings: - action: replace