blob: 565c4a4a7af62030a0b7f36b6c0fa62fd061cb7d [file] [log] [blame]
Priyanka Jainc07e1d12018-05-03 12:52:04 +00001{
2 "service": {
3 "name": "Health Check: SO",
4 "checks": [
5 {
6 "id": "so-api-healthcheck",
7 "name": "SO API Health Check",
8 "script": "/consul/scripts/so-api-script.sh",
9 "interval": "10s",
10 "timeout": "1s"
11 },
12 {
13 "id": "so-camunda-healthcheck",
14 "name": "SO Camunda Health Check",
15 "script": "/consul/scripts/so-camunda-script.sh",
16 "interval": "10s",
17 "timeout": "1s"
18 },
19 {
20 "id": "so-jra-healthcheck",
21 "name": "SO JRA Health Check",
22 "script": "/consul/scripts/so-jra-script.sh",
23 "interval": "10s",
24 "timeout": "1s"
25 }
26 ]
27 }
28}