repos / ops

infra for pico services
git clone https://github.com/picosh/ops.git

commit
0a9a530
parent
994c61b
author
Antonio Mika
date
2023-11-05 17:55:35 +0000 UTC
Auth check should be 4xx
1 files changed,  +2, -2
M monitoring/prometheus/config/prometheus.yml
+2, -2
 1@@ -206,7 +206,6 @@ scrape_configs:
 2           - https://feeds.sh
 3           - https://monitoring.pico.sh
 4           - https://chat.pico.sh
 5-          - https://auth.pico.sh
 6   - job_name: blackbox_exporter_https_2xx_ip6
 7     metrics_path: "/probe"
 8     params:
 9@@ -231,7 +230,6 @@ scrape_configs:
10           - https://feeds.sh
11           - https://monitoring.pico.sh
12           - https://chat.pico.sh
13-          - https://auth.pico.sh
14   - job_name: blackbox_exporter_https_4xx
15     metrics_path: "/probe"
16     params:
17@@ -249,6 +247,7 @@ scrape_configs:
18     static_configs:
19       - targets:
20           - https://minio.pico.sh
21+          - https://auth.pico.sh
22   - job_name: blackbox_exporter_https_4xx_ip6
23     metrics_path: "/probe"
24     params:
25@@ -266,6 +265,7 @@ scrape_configs:
26     static_configs:
27       - targets:
28           - https://minio.pico.sh
29+          - https://auth.pico.sh
30   - job_name: blackbox_exporter_http_3xx
31     metrics_path: "/probe"
32     params: