File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ groups:
42
42
roles_cfg :
43
43
roles.httpd :
44
44
default :
45
- - listen : ' 127.0.0.1:8083'
45
+ listen : ' 127.0.0.1:8083'
46
46
additional :
47
- - listen : 8084
47
+ listen : 8084
48
48
roles.metrics-export :
49
49
http :
50
50
- endpoints :
@@ -131,9 +131,9 @@ section:
131
131
roles_cfg:
132
132
roles.httpd:
133
133
default:
134
- - listen: 8081
134
+ listen: 8081
135
135
additional:
136
- - listen: '127.0.0.1:8082'
136
+ listen: '127.0.0.1:8082'
137
137
` ` `
138
138
139
139
After it you can use `server` name in `roles.metrics-export` block. If `server` and `listen` names
@@ -157,9 +157,9 @@ Let's put it all together now:
157
157
roles_cfg:
158
158
roles.httpd:
159
159
default:
160
- - listen: 8081
160
+ listen: 8081
161
161
additional:
162
- - listen: '127.0.0.1:8082'
162
+ listen: '127.0.0.1:8082'
163
163
roles.metrics-export:
164
164
http:
165
165
- listen: 8081
You can’t perform that action at this time.
0 commit comments