Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / mso-health.json
1 {
2   "service": {
3     "name": "Health Check: MSO",
4     "checks": [
5       {
6         "id": "mso-api-healthcheck",
7         "name": "MSO API Health Check",
8         "script": "/consul/config/scripts/mso-api-script.sh",
9         "interval": "10s",
10         "timeout": "1s"
11       },
12       {
13         "id": "mso-camunda-healthcheck",
14         "name": "MSO Camunda Health Check",
15         "script": "/consul/config/scripts/mso-camunda-script.sh",
16         "interval": "10s",
17         "timeout": "1s"
18       },
19       {
20         "id": "mso-jra-healthcheck",
21         "name": "MSO JRA Health Check",
22         "script": "/consul/config/scripts/mso-jra-script.sh",
23         "interval": "10s",
24         "timeout": "1s"
25       }
26     ]
27   }
28 }