aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/appc-health.json
blob: 86f2ce8da079250667b9913cd5109e8433ba7c2c (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/scripts/appc-dbhost-script.sh",
        "interval": "10s",
        "timeout": "1s"
      }
    ]
  }
}