|
|
|
|
@ -438,9 +438,11 @@ scrape_configs:
|
|
|
|
|
regex: (.*)!.*
|
|
|
|
|
target_label: __address__
|
|
|
|
|
replacement: $1
|
|
|
|
|
|
|
|
|
|
##############################################
|
|
|
|
|
### blackbox ####
|
|
|
|
|
##############################################
|
|
|
|
|
|
|
|
|
|
- job_name: 'blackbox_smardigo'
|
|
|
|
|
metrics_path: /probe
|
|
|
|
|
params:
|
|
|
|
|
@ -457,9 +459,11 @@ scrape_configs:
|
|
|
|
|
target_label: instance
|
|
|
|
|
- target_label: __address__
|
|
|
|
|
replacement: "{{ blackbox_exporter_fqdn }}:9115"
|
|
|
|
|
|
|
|
|
|
##############################################
|
|
|
|
|
### federation ####
|
|
|
|
|
##############################################
|
|
|
|
|
|
|
|
|
|
- job_name: 'federate - kube'
|
|
|
|
|
scheme: https
|
|
|
|
|
|
|
|
|
|
|