module: http_text_html
relabel_configs:
- source_labels: [__address__]
target_label: instance
- source_labels: [__address__]
target_label: __param_target
- source_labels: [module]
target_label: __param_module
- target_label: __address__
replacement: blackbox-eu:9449 # The blackbox exporter's real hostname:port.
This lets you probe the same host with multiple modules (you need a "module" label to distinguish the timeseries), and you can have different targets with different modules all in the same job.