File tree Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,9 @@ definitions:
170
170
- enabled
171
171
- disabled
172
172
type : string
173
+ external_check :
174
+ type : boolean
175
+ x-display-name : External Check
173
176
master-worker :
174
177
type : boolean
175
178
x-display-name : Master Worker Mode
@@ -270,6 +273,17 @@ definitions:
270
273
$ref : ' #/definitions/errorfile'
271
274
type : array
272
275
x-go-name : ErrorFiles
276
+ external_check :
277
+ type : boolean
278
+ x-display-name : External Check
279
+ external_check_command :
280
+ pattern : ^[^\s]+$
281
+ type : string
282
+ x-display-name : External Check Command
283
+ external_check_path :
284
+ pattern : ^[^\s]+$
285
+ type : string
286
+ x-display-name : External Check Path
273
287
forwardfor :
274
288
$ref : ' #/definitions/forwardfor'
275
289
http-use-htx :
@@ -493,6 +507,17 @@ definitions:
493
507
value : http
494
508
default_server :
495
509
$ref : ' #/definitions/default_server'
510
+ external_check :
511
+ type : boolean
512
+ x-display-name : External Check
513
+ external_check_command :
514
+ pattern : ^[^\s]+$
515
+ type : string
516
+ x-display-name : External Check Command
517
+ external_check_path :
518
+ pattern : ^[^\s]+$
519
+ type : string
520
+ x-display-name : External Check Path
496
521
forwardfor :
497
522
$ref : ' #/definitions/forwardfor'
498
523
x-dependency :
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ global:
15
15
master-worker :
16
16
type : boolean
17
17
x-display-name : Master Worker Mode
18
+ external_check :
19
+ type : boolean
20
+ x-display-name : External Check
18
21
pidfile :
19
22
type : string
20
23
x-display-name : PID File
@@ -134,6 +137,17 @@ defaults:
134
137
queue_timeout :
135
138
type : integer
136
139
x-nullable : true
140
+ external_check :
141
+ type : boolean
142
+ x-display-name : External Check
143
+ external_check_path :
144
+ type : string
145
+ pattern : ' ^[^\s]+$'
146
+ x-display-name : External Check Path
147
+ external_check_command :
148
+ type : string
149
+ pattern : ' ^[^\s]+$'
150
+ x-display-name : External Check Command
137
151
default_backend :
138
152
type : string
139
153
pattern : ' ^[A-Za-z0-9-_.:]+$'
@@ -318,6 +332,17 @@ backend:
318
332
version :
319
333
type : string
320
334
pattern : ' ^[^\s]+$'
335
+ external_check :
336
+ type : boolean
337
+ x-display-name : External Check
338
+ external_check_path :
339
+ type : string
340
+ pattern : ' ^[^\s]+$'
341
+ x-display-name : External Check Path
342
+ external_check_command :
343
+ type : string
344
+ pattern : ' ^[^\s]+$'
345
+ x-display-name : External Check Command
321
346
queue_timeout :
322
347
type : integer
323
348
x-nullable : true
@@ -1283,7 +1308,7 @@ forwardfor:
1283
1308
type : string
1284
1309
pattern : ' ^[^\s]+$'
1285
1310
ifnone :
1286
- type : boolean
1311
+ type : boolean
1287
1312
balance :
1288
1313
type : object
1289
1314
properties :
You can’t perform that action at this time.
0 commit comments