Skip to content

Commit 41aa612

Browse files
committed
Add pipe
1 parent dcbbe2e commit 41aa612

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

monitoring/prometheus/config/prometheus.yml

+12
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ scrape_configs:
4040
- imgs.sh
4141
- pgs.sh
4242
- feeds.pico.sh
43+
- pipe.pico.sh
4344
- job_name: tuns
4445
tls_config:
4546
insecure_skip_verify: true
@@ -71,6 +72,7 @@ scrape_configs:
7172
- monitoring.pico.sh
7273
- minio.pico.sh
7374
- auth.pico.sh
75+
- pipe.pico.sh
7476
- job_name: minio
7577
tls_config:
7678
insecure_skip_verify: true
@@ -113,6 +115,7 @@ scrape_configs:
113115
- chat.pico.sh
114116
- auth.pico.sh
115117
- imgproxy.pico.sh
118+
- pipe.pico.sh
116119
- job_name: blackbox_exporter_ping_ip6
117120
metrics_path: "/probe"
118121
params:
@@ -140,6 +143,7 @@ scrape_configs:
140143
- chat.pico.sh
141144
- auth.pico.sh
142145
- imgproxy.pico.sh
146+
- pipe.pico.sh
143147
- job_name: blackbox_exporter_ssh
144148
metrics_path: "/probe"
145149
params:
@@ -161,6 +165,7 @@ scrape_configs:
161165
- imgs.sh:22
162166
- pgs.sh:22
163167
- feeds.pico.sh:22
168+
- pipe.pico.sh:22
164169
- tuns.sh:22
165170
- prose.sh:650
166171
- pastes.sh:650
@@ -171,6 +176,7 @@ scrape_configs:
171176
- minio.pico.sh:650
172177
- chat.pico.sh:650
173178
- auth.pico.sh:650
179+
- pipe.pico.sh:650
174180
- job_name: blackbox_exporter_ssh_ip6
175181
metrics_path: "/probe"
176182
params:
@@ -192,6 +198,7 @@ scrape_configs:
192198
- imgs.sh:22
193199
- pgs.sh:22
194200
- feeds.pico.sh:22
201+
- pipe.pico.sh:22
195202
- tuns.sh:22
196203
- prose.sh:650
197204
- pastes.sh:650
@@ -202,6 +209,7 @@ scrape_configs:
202209
- minio.pico.sh:650
203210
- chat.pico.sh:650
204211
- auth.pico.sh:650
212+
- pipe.pico.sh:650
205213
- job_name: blackbox_exporter_https_2xx
206214
metrics_path: "/probe"
207215
params:
@@ -224,6 +232,7 @@ scrape_configs:
224232
- https://feeds.pico.sh
225233
- https://monitoring.pico.sh
226234
- https://chat.pico.sh
235+
- https://pipe.pico.sh
227236
- job_name: blackbox_exporter_https_2xx_ip6
228237
metrics_path: "/probe"
229238
params:
@@ -246,6 +255,7 @@ scrape_configs:
246255
- https://feeds.pico.sh
247256
- https://monitoring.pico.sh
248257
- https://chat.pico.sh
258+
- https://pipe.pico.sh
249259
- job_name: blackbox_exporter_https_3xx
250260
metrics_path: "/probe"
251261
params:
@@ -345,6 +355,7 @@ scrape_configs:
345355
- http://chat.pico.sh
346356
- http://auth.pico.sh
347357
- http://imgproxy.pico.sh
358+
- http://pipe.pico.sh
348359
- job_name: blackbox_exporter_http_3xx_ip6
349360
metrics_path: "/probe"
350361
params:
@@ -372,6 +383,7 @@ scrape_configs:
372383
- http://chat.pico.sh
373384
- http://auth.pico.sh
374385
- http://imgproxy.pico.sh
386+
- http://pipe.pico.sh
375387
- job_name: blackbox_exporter_tls
376388
metrics_path: "/probe"
377389
params:

0 commit comments

Comments
 (0)