File tree 1 file changed +34
-2
lines changed
monitoring/prometheus/config
1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ scrape_configs:
217
217
- https://prose.sh
218
218
- https://pastes.sh
219
219
- https://lists.sh
220
- - https://imgs.sh
221
220
- https://pgs.sh
222
221
- https://feeds.sh
223
222
- https://monitoring.pico.sh
@@ -241,11 +240,44 @@ scrape_configs:
241
240
- https://prose.sh
242
241
- https://pastes.sh
243
242
- https://lists.sh
244
- - https://imgs.sh
245
243
- https://pgs.sh
246
244
- https://feeds.sh
247
245
- https://monitoring.pico.sh
248
246
- https://chat.pico.sh
247
+ - job_name : blackbox_exporter_https_3xx
248
+ metrics_path : " /probe"
249
+ params :
250
+ module :
251
+ - https_get_3xx
252
+ relabel_configs :
253
+ - source_labels :
254
+ - __address__
255
+ target_label : __param_target
256
+ - source_labels :
257
+ - __param_target
258
+ target_label : instance
259
+ - target_label : __address__
260
+ replacement : blackbox_exporter:9115
261
+ static_configs :
262
+ - targets :
263
+ - https://imgs.sh
264
+ - job_name : blackbox_exporter_https_3xx_ip6
265
+ metrics_path : " /probe"
266
+ params :
267
+ module :
268
+ - https_get_3xx_ip6
269
+ relabel_configs :
270
+ - source_labels :
271
+ - __address__
272
+ target_label : __param_target
273
+ - source_labels :
274
+ - __param_target
275
+ target_label : instance
276
+ - target_label : __address__
277
+ replacement : blackbox_exporter:9115
278
+ static_configs :
279
+ - targets :
280
+ - https://imgs.sh
249
281
- job_name : blackbox_exporter_https_4xx
250
282
metrics_path : " /probe"
251
283
params :
You can’t perform that action at this time.
0 commit comments