aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/consul/consul-agent-config/aai-hbase-health.json
blob: 07828431fc096ba8774e91a258533eda391396a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "service": {
    "name": "A&AI HBase Health Check",
    "checks": [
      {
        "id": "hbase-aai",
        "name": "HBase Health Check",
        "http": "http://hbase.onap-aai:8080/status/cluster",
        "method": "GET",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}