repos / ops

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

commit
994c61b
parent
d018ba7
author
Antonio Mika
date
2023-11-05 17:42:17 +0000 UTC
Added chat and auth monitoring
1 files changed,  +18, -0
M monitoring/prometheus/config/prometheus.yml
+18, -0
 1@@ -56,6 +56,8 @@ scrape_configs:
 2           - feeds.sh
 3           - monitoring.pico.sh
 4           - minio.pico.sh
 5+          - chat.pico.sh
 6+          - auth.pico.sh
 7   - job_name: minio
 8     tls_config:
 9       insecure_skip_verify: true
10@@ -88,6 +90,8 @@ scrape_configs:
11           - feeds.sh
12           - monitoring.pico.sh
13           - minio.pico.sh
14+          - chat.pico.sh
15+          - auth.pico.sh
16   - job_name: blackbox_exporter_ping_ip6
17     metrics_path: "/probe"
18     params:
19@@ -112,6 +116,8 @@ scrape_configs:
20           - feeds.sh
21           - monitoring.pico.sh
22           - minio.pico.sh
23+          - chat.pico.sh
24+          - auth.pico.sh
25   - job_name: blackbox_exporter_ssh
26     metrics_path: "/probe"
27     params:
28@@ -142,6 +148,8 @@ scrape_configs:
29           - feeds.sh:650
30           - monitoring.pico.sh:650
31           - minio.pico.sh:650
32+          - chat.pico.sh:650
33+          - auth.pico.sh:650
34   - job_name: blackbox_exporter_ssh_ip6
35     metrics_path: "/probe"
36     params:
37@@ -172,6 +180,8 @@ scrape_configs:
38           - feeds.sh:650
39           - monitoring.pico.sh:650
40           - minio.pico.sh:650
41+          - chat.pico.sh:650
42+          - auth.pico.sh:650
43   - job_name: blackbox_exporter_https_2xx
44     metrics_path: "/probe"
45     params:
46@@ -195,6 +205,8 @@ scrape_configs:
47           - https://pgs.sh
48           - https://feeds.sh
49           - https://monitoring.pico.sh
50+          - https://chat.pico.sh
51+          - https://auth.pico.sh
52   - job_name: blackbox_exporter_https_2xx_ip6
53     metrics_path: "/probe"
54     params:
55@@ -218,6 +230,8 @@ scrape_configs:
56           - https://pgs.sh
57           - https://feeds.sh
58           - https://monitoring.pico.sh
59+          - https://chat.pico.sh
60+          - https://auth.pico.sh
61   - job_name: blackbox_exporter_https_4xx
62     metrics_path: "/probe"
63     params:
64@@ -276,6 +290,8 @@ scrape_configs:
65           - http://feeds.sh
66           - http://monitoring.pico.sh
67           - http://minio.pico.sh
68+          - http://chat.pico.sh
69+          - http://auth.pico.sh
70   - job_name: blackbox_exporter_http_3xx_ip6
71     metrics_path: "/probe"
72     params:
73@@ -300,3 +316,5 @@ scrape_configs:
74           - http://feeds.sh
75           - http://monitoring.pico.sh
76           - http://minio.pico.sh
77+          - http://chat.pico.sh
78+          - http://auth.pico.sh