summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/templates/targets/blackbox-https.yml.j2
blob: b1a33df3c6018a76e7cada169cb6e80644f8e65e (plain) (blame)
1
2
3
4
- targets: [ '{{ hostvars[target.config.exporter_hostname].prometheus_scrape_endpoint }}' ]
  labels:
    instance: '{{ target.instance }}'
    __param_target: {{ target.config.address }}