Priyanka | 9eb4adc | 2018-05-22 10:53:36 +0000 | [diff] [blame] | 1 | { |
| 2 | "service": { |
| 3 | "name": "Health Check: DMaaP", |
| 4 | "checks":[ |
| 5 | { |
| 6 | "id": "dmaap", |
| 7 | "name": "Health Check: Message Router", |
| 8 | "http": "http://message-router:3904/topics", |
| 9 | "tls_skip_verify": true, |
| 10 | "interval": "30s", |
| 11 | "timeout": "1s" |
| 12 | }, |
| 13 | { |
| 14 | "id": "mr-zookeeper", |
| 15 | "name": "Health Check: Message Router - ZooKeeper", |
| 16 | "script": "/consul/scripts/mr-zookeeper-health.sh", |
| 17 | "interval": "10s", |
| 18 | "timeout": "5s" |
| 19 | }, |
| 20 | { |
| 21 | "id": "mr-kafka", |
| 22 | "name": "Health Check: Message Router - Kafka", |
| 23 | "script": "/consul/scripts/mr-kafka-health.sh", |
| 24 | "interval": "30s", |
| 25 | "timeout": "5s" |
| 26 | } |
| 27 | ] |
| 28 | } |
| 29 | } |