blob: c86361743ae2e8cab08c0bac2128e492af2f253b [file] [log] [blame]
{
"service": {
"name": "Health Check: APPC - Dgbuilder",
"checks": [
{
"id": "appc-dgbuilder",
"name": "APPC-Dgbuilder Server Health Check",
"http": "http://appc-dgbuilder:3000/",
"method": "HEAD",
"header": {
"Authorization": ["Basic ZGd1c2VyOnRlc3QxMjM="],
"Cache-Control": ["no-cache"],
"Content-Type": ["application/json"],
"Accept": ["application/json"]
},
"tls_skip_verify": true,
"interval": "15s",
"timeout": "1s"
}
]
}
}