aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/sdnc-cluster-health.json
blob: 86a76303925b2519d99e6e3f8e8e811cff2b3bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "service": {
    "name": "Health Check: SDNC ODL Cluster",
    "checks": [
      {
        "id": "sdnc-odl-cluster-healthcheck",
        "name": "SDNC ODL Cluster Health Check",
        "script": "/consul/scripts/sdnc-cluster-health.sh",
        "interval": "15s",
        "timeout": "10s"
      }
    ]
  }
}