blob: c86361743ae2e8cab08c0bac2128e492af2f253b [file] [log] [blame]
kiranyac10c3f22017-12-19 11:01:37 +00001{
2 "service": {
3 "name": "Health Check: APPC - Dgbuilder",
4 "checks": [
5 {
6 "id": "appc-dgbuilder",
7 "name": "APPC-Dgbuilder Server Health Check",
Priyanka Jainc07e1d12018-05-03 12:52:04 +00008 "http": "http://appc-dgbuilder:3000/",
kiranyac10c3f22017-12-19 11:01:37 +00009 "method": "HEAD",
10 "header": {
11 "Authorization": ["Basic ZGd1c2VyOnRlc3QxMjM="],
12 "Cache-Control": ["no-cache"],
13 "Content-Type": ["application/json"],
14 "Accept": ["application/json"]
15 },
16 "tls_skip_verify": true,
17 "interval": "15s",
18 "timeout": "1s"
19 }
20 ]
21 }
22}