blob: 8d0abd7303ddac51b42dc331d4f7654d20cb5198 [file] [log] [blame]
{
"service": {
"name": "A&AI HBase Health Check",
"checks": [
{
"id": "hbase-aai",
"name": "HBase Health Check",
"http": "http://hbase: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"
}
]
}
}