summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-30 00:32:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-30 00:32:34 +0200
commit8ef71cb6c33a134c1565a034a39a85b0a0a6324f (patch)
tree11f660aa745ebed88e2deaa7eeb9ea6f12885da0 /roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2
parentbind/zones: add DMARC policies (diff)
parentprometheus: incooporate multitarget labelding to elevate hosts as well (diff)
Merge branch 'topic/promethues-multitarget-exporter-labels'
Diffstat (limited to 'roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2')
-rw-r--r--roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2 b/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2
index 3ecf129a..6d26e779 100644
--- a/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2
+++ b/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2
@@ -1,6 +1,8 @@
- targets: [ '{{ (target.exporter_hostname == prometheus_server) | ternary('127.0.0.1:9999', hostvars[target.exporter_hostname].prometheus_scrape_endpoint) }}' ]
labels:
instance: '{{ target.instance }}'
+ sslcert_kind: '{{ target.config.module }}'
+ sslcert_instance: '{{ target.config.sslcert_instance }}'
__param_target: '{{ target.config.target }}'
__param_module: '{{ target.config.module }}'
{% for name, value in prometheus_target_labels.items() %}