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