aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/mr-zookeeper-health.json
blob: 36d295c1ef055a3b26e9d776c6fd4ecaab81e967 (plain)
1
2
3
4
5
6
7
8
9
10
{
 "service": {
   "name": "Health Check: Message Router - ZooKeeper",
   "check": {
     "script": "/consul/scripts/mr-zookeeper-health.sh",
     "interval": "30s",
     "timeout": "1s"
   }
 }
}