blob: 8d0abd7303ddac51b42dc331d4f7654d20cb5198 [file] [log] [blame]
mayankg2703a60ad602018-01-04 18:45:37 +00001{
2 "service": {
3 "name": "A&AI HBase Health Check",
4 "checks": [
5 {
6 "id": "hbase-aai",
7 "name": "HBase Health Check",
Priyanka Jainc07e1d12018-05-03 12:52:04 +00008 "http": "http://hbase:8080/status/cluster",
mayankg2703a60ad602018-01-04 18:45:37 +00009 "method": "GET",
10 "header": {
11 "Cache-Control": ["no-cache"],
12 "Content-Type": ["application/json"],
13 "Accept": ["application/json"]
14 },
15 "tls_skip_verify": true,
16 "interval": "15s",
17 "timeout": "1s"
18 }
19 ]
20 }
21}