We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c2412 commit e1733ceCopy full SHA for e1733ce
provision-contest/ansible/roles/grafana/templates/prometheus.yml.j2
@@ -25,7 +25,7 @@ scrape_configs:
25
{% endfor %}
26
{% endif %}
27
{% if groups[group_prefix+"domserver"][0] is defined %}
28
- - job_name: {{ group_prefix ~ 'domjudge' }}
+ - job_name: {{ group_prefix ~ 'domserver' }}
29
basic_auth:
30
username: admin
31
password: {{ ADMIN_PASSWORD }}
0 commit comments