Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / sdnc-cluster-health.json
1 {
2   "service": {
3     "name": "Health Check: SDNC ODL Cluster",
4     "checks": [
5       {
6         "id": "sdnc-odl-cluster-healthcheck",
7         "name": "SDNC ODL Cluster Health Check",
8         "script": "/consul/scripts/sdnc-cluster-health.sh",
9         "interval": "15s",
10         "timeout": "10s"
11       }
12     ]
13   }
14 }