summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2
blob: 47e6dcebd4d4a18fd2f23a61dae50e6f4400987b (plain) (blame)
1
2
3
4
5
- targets: [ '{{ (target.exporter_hostname == prometheus_server) | ternary('127.0.0.1:9999', hostvars[target.exporter_hostname].prometheus_scrape_endpoint) }}' ]
  labels:
    instance: '{{ target.instance }}'
    __param_target: '{{ target.config.target }}'
    __param_module: '{{ target.config.module }}'