File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
icpc-wf/ansible/roles/grafana/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,25 +64,25 @@ scrape_configs:
64
64
{% for host in groups ["domserver" ] %}
65
65
- {{ hostvars[host] .ansible_host }}
66
66
{% endfor %}
67
- - job_name: 'nginx_cds '
67
+ - job_name: 'web_nginx_cds '
68
68
static_configs:
69
69
- targets:
70
70
{% for host in groups ["cds" ] %}
71
71
- {{ hostvars[host] .ansible_host }}:9113
72
72
{% endfor %}
73
- - job_name: 'nginx_scoreboard '
73
+ - job_name: 'web_nginx_scoreboard '
74
74
static_configs:
75
75
- targets:
76
76
{% for host in groups ["scoreboard" ] %}
77
77
- {{ hostvars[host] .ansible_host }}:9113
78
78
{% endfor %}
79
- - job_name: 'nginx_domjudge '
79
+ - job_name: 'web_nginx_domserver '
80
80
static_configs:
81
81
- targets:
82
82
{% for host in groups ["domserver" ] %}
83
83
- {{ hostvars[host] .ansible_host }}:9113
84
84
{% endfor %}
85
- - job_name: 'fpm_domjudge '
85
+ - job_name: 'web_fpm_domserver '
86
86
static_configs:
87
87
- targets:
88
88
{% for host in groups ["domserver" ] %}
You can’t perform that action at this time.
0 commit comments