Skip to content

Commit e1733ce

Browse files
committed
Fix non existing group/misspelling
1 parent a1c2412 commit e1733ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: provision-contest/ansible/roles/grafana/templates/prometheus.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ scrape_configs:
2525
{% endfor %}
2626
{% endif %}
2727
{% if groups[group_prefix+"domserver"][0] is defined %}
28-
- job_name: {{ group_prefix ~ 'domjudge' }}
28+
- job_name: {{ group_prefix ~ 'domserver' }}
2929
basic_auth:
3030
username: admin
3131
password: {{ ADMIN_PASSWORD }}

0 commit comments

Comments
 (0)