Priyanka Jain | c07e1d1 | 2018-05-03 12:52:04 +0000 | [diff] [blame] | 1 | { |
| 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 | } |