repos / ops

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

commit
456f03d
parent
c59cd6a
author
Antonio Mika
date
2023-11-13 20:31:16 +0000 UTC
Added monitoring for imgproxy
1 files changed,  +11, -0
M monitoring/prometheus/config/prometheus.yml
+11, -0
 1@@ -65,6 +65,13 @@ scrape_configs:
 2     static_configs:
 3       - targets:
 4           - minio.pico.sh
 5+  - job_name: imgprpxy
 6+    tls_config:
 7+      insecure_skip_verify: true
 8+    scheme: https
 9+    static_configs:
10+      - targets:
11+          - imgproxy.pico.sh
12   - job_name: blackbox_exporter_ping
13     metrics_path: "/probe"
14     params:
15@@ -91,6 +98,7 @@ scrape_configs:
16           - minio.pico.sh
17           - chat.pico.sh
18           - auth.pico.sh
19+          - imgproxy.pico.sh
20   - job_name: blackbox_exporter_ping_ip6
21     metrics_path: "/probe"
22     params:
23@@ -117,6 +125,7 @@ scrape_configs:
24           - minio.pico.sh
25           - chat.pico.sh
26           - auth.pico.sh
27+          - imgproxy.pico.sh
28   - job_name: blackbox_exporter_ssh
29     metrics_path: "/probe"
30     params:
31@@ -291,6 +300,7 @@ scrape_configs:
32           - http://minio.pico.sh
33           - http://chat.pico.sh
34           - http://auth.pico.sh
35+          - http://imgproxy.pico.sh
36   - job_name: blackbox_exporter_http_3xx_ip6
37     metrics_path: "/probe"
38     params:
39@@ -317,3 +327,4 @@ scrape_configs:
40           - http://minio.pico.sh
41           - http://chat.pico.sh
42           - http://auth.pico.sh
43+          - http://imgproxy.pico.sh