@@ -40,6 +40,7 @@ scrape_configs:
40
40
- imgs.sh
41
41
- pgs.sh
42
42
- feeds.pico.sh
43
+ - pipe.pico.sh
43
44
- job_name : tuns
44
45
tls_config :
45
46
insecure_skip_verify : true
@@ -71,6 +72,7 @@ scrape_configs:
71
72
- monitoring.pico.sh
72
73
- minio.pico.sh
73
74
- auth.pico.sh
75
+ - pipe.pico.sh
74
76
- job_name : minio
75
77
tls_config :
76
78
insecure_skip_verify : true
@@ -113,6 +115,7 @@ scrape_configs:
113
115
- chat.pico.sh
114
116
- auth.pico.sh
115
117
- imgproxy.pico.sh
118
+ - pipe.pico.sh
116
119
- job_name : blackbox_exporter_ping_ip6
117
120
metrics_path : " /probe"
118
121
params :
@@ -140,6 +143,7 @@ scrape_configs:
140
143
- chat.pico.sh
141
144
- auth.pico.sh
142
145
- imgproxy.pico.sh
146
+ - pipe.pico.sh
143
147
- job_name : blackbox_exporter_ssh
144
148
metrics_path : " /probe"
145
149
params :
@@ -161,6 +165,7 @@ scrape_configs:
161
165
- imgs.sh:22
162
166
- pgs.sh:22
163
167
- feeds.pico.sh:22
168
+ - pipe.pico.sh:22
164
169
- tuns.sh:22
165
170
- prose.sh:650
166
171
- pastes.sh:650
@@ -171,6 +176,7 @@ scrape_configs:
171
176
- minio.pico.sh:650
172
177
- chat.pico.sh:650
173
178
- auth.pico.sh:650
179
+ - pipe.pico.sh:650
174
180
- job_name : blackbox_exporter_ssh_ip6
175
181
metrics_path : " /probe"
176
182
params :
@@ -192,6 +198,7 @@ scrape_configs:
192
198
- imgs.sh:22
193
199
- pgs.sh:22
194
200
- feeds.pico.sh:22
201
+ - pipe.pico.sh:22
195
202
- tuns.sh:22
196
203
- prose.sh:650
197
204
- pastes.sh:650
@@ -202,6 +209,7 @@ scrape_configs:
202
209
- minio.pico.sh:650
203
210
- chat.pico.sh:650
204
211
- auth.pico.sh:650
212
+ - pipe.pico.sh:650
205
213
- job_name : blackbox_exporter_https_2xx
206
214
metrics_path : " /probe"
207
215
params :
@@ -224,6 +232,7 @@ scrape_configs:
224
232
- https://feeds.pico.sh
225
233
- https://monitoring.pico.sh
226
234
- https://chat.pico.sh
235
+ - https://pipe.pico.sh
227
236
- job_name : blackbox_exporter_https_2xx_ip6
228
237
metrics_path : " /probe"
229
238
params :
@@ -246,6 +255,7 @@ scrape_configs:
246
255
- https://feeds.pico.sh
247
256
- https://monitoring.pico.sh
248
257
- https://chat.pico.sh
258
+ - https://pipe.pico.sh
249
259
- job_name : blackbox_exporter_https_3xx
250
260
metrics_path : " /probe"
251
261
params :
@@ -345,6 +355,7 @@ scrape_configs:
345
355
- http://chat.pico.sh
346
356
- http://auth.pico.sh
347
357
- http://imgproxy.pico.sh
358
+ - http://pipe.pico.sh
348
359
- job_name : blackbox_exporter_http_3xx_ip6
349
360
metrics_path : " /probe"
350
361
params :
@@ -372,6 +383,7 @@ scrape_configs:
372
383
- http://chat.pico.sh
373
384
- http://auth.pico.sh
374
385
- http://imgproxy.pico.sh
386
+ - http://pipe.pico.sh
375
387
- job_name : blackbox_exporter_tls
376
388
metrics_path : " /probe"
377
389
params :
0 commit comments