blob: 86a76303925b2519d99e6e3f8e8e811cff2b3bc5 [file] [log] [blame]
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -04001{
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}