summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/templates/targets/ssl/probe.yml.j2
blob: 4e33687341992aa4e2a145f4bb0c1c93a732925b (plain) (blame)
1
2
3
4
5
- targets: [ '{{ hostvars[target.exporter_hostname].prometheus_scrape_endpoint }}' ]
  labels:
    instance: '{{ target.instance }}'
    __param_target: '{{ target.config.target }}'
    __param_module: '{{ target.config.module }}'