summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/consul/consul-agent-config/appc-health.json
blob: 9d09a599828bf548b29190a3a033c19419f3e7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "service": {
    "name": "Health Check: APPC",
    "checks": [
      {
        "id": "appc-dbhost-healthcheck",
        "name": "APPC DBHost Health Check",
        "script": "/consul/config/scripts/appc-dbhost-script.sh",
        "interval": "10s",
        "timeout": "1s"
      }
    ]
  }
}