blob: 1df7714a065c715b4b2f80973d0c6177c768ec76 [file] [log] [blame]
{
"service": {
"name": "Health Check: MSO",
"checks": [
{
"id": "mso-api-healthcheck",
"name": "MSO API Health Check",
"script": "/consul/scripts/mso-api-script.sh",
"interval": "10s",
"timeout": "1s"
},
{
"id": "mso-camunda-healthcheck",
"name": "MSO Camunda Health Check",
"script": "/consul/scripts/mso-camunda-script.sh",
"interval": "10s",
"timeout": "1s"
},
{
"id": "mso-jra-healthcheck",
"name": "MSO JRA Health Check",
"script": "/consul/scripts/mso-jra-script.sh",
"interval": "10s",
"timeout": "1s"
}
]
}
}