Skip to content

Commit 588e3e6

Browse files
committed
Ensure imgs redirect to prose works
1 parent df047f8 commit 588e3e6

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

monitoring/prometheus/config/prometheus.yml

+34-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ scrape_configs:
217217
- https://prose.sh
218218
- https://pastes.sh
219219
- https://lists.sh
220-
- https://imgs.sh
221220
- https://pgs.sh
222221
- https://feeds.sh
223222
- https://monitoring.pico.sh
@@ -241,11 +240,44 @@ scrape_configs:
241240
- https://prose.sh
242241
- https://pastes.sh
243242
- https://lists.sh
244-
- https://imgs.sh
245243
- https://pgs.sh
246244
- https://feeds.sh
247245
- https://monitoring.pico.sh
248246
- 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
249281
- job_name: blackbox_exporter_https_4xx
250282
metrics_path: "/probe"
251283
params:

0 commit comments

Comments
 (0)