summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/templates/prometheus.yml.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-23 17:03:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-23 17:03:06 +0200
commit2e2087393521703bbe1394afc6c0dcc4943e2b35 (patch)
tree295d897b3f16dbb8dbdc20c17c7c4f103d680548 /roles/monitoring/prometheus/server/templates/prometheus.yml.j2
parentuse / as spereator for jobs formerly known as special (diff)
rename prometheus job-snippets to jobs
Diffstat (limited to 'roles/monitoring/prometheus/server/templates/prometheus.yml.j2')
-rw-r--r--roles/monitoring/prometheus/server/templates/prometheus.yml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/monitoring/prometheus/server/templates/prometheus.yml.j2 b/roles/monitoring/prometheus/server/templates/prometheus.yml.j2
index 8156341d..e73ca354 100644
--- a/roles/monitoring/prometheus/server/templates/prometheus.yml.j2
+++ b/roles/monitoring/prometheus/server/templates/prometheus.yml.j2
@@ -40,7 +40,7 @@ scrape_configs:
{% endif %}
{% for job in (prometheus_server_jobs) %}
-{% include lookup('first_found', {'paths': ['templates/job-snippets'], 'files': [job + '.j2', 'generic.j2']}) | relpath(template_fullpath | dirname) %}{{ '' }}
+{% include lookup('first_found', {'paths': ['templates/jobs'], 'files': [job + '.j2', 'generic.j2']}) | relpath(template_fullpath | dirname) %}{{ '' }}
{% endfor %}
{% if prometheus_server_jobs_extra is defined %}