blob: d03ce9082059caf7bc9b0746ac1eae279ef32b75 [file] [log] [blame]
{
"service": {
"name": "Health Check: SDNC Portal",
"checks": [
{
"id": "sdnc-portal",
"name": "SDNC Portal Health Check",
"http": "http://sdnc-portal:8843/login",
"method": "HEAD",
"header": {
"Cache-Control": ["no-cache"],
"Content-Type": ["application/json"],
"Accept": ["application/json"]
},
"tls_skip_verify": true,
"interval": "15s",
"timeout": "1s"
}
]
}
}