aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/mr-health.json
blob: d8c056f006a7247e8648c2ae7d972c327af40b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "service": {
    "name": "Health Check: DMaaP",
    "checks":[
      {
      "id": "dmaap",
      "name": "Health Check: Message Router",
      "http": "http://message-router:3904/topics",
      "tls_skip_verify": true,
      "interval": "30s",
      "timeout": "1s"
      },
      {
      "id": "mr-zookeeper",
      "name": "Health Check: Message Router - ZooKeeper",
      "script": "/consul/scripts/mr-zookeeper-health.sh",
      "interval": "10s",
      "timeout": "5s"
      },
      {
      "id": "mr-kafka",
      "name": "Health Check: Message Router - Kafka",
      "script": "/consul/scripts/mr-kafka-health.sh",
      "interval": "30s",
      "timeout": "5s"
      }
    ]
  }
}