State Monitoring of APPC-dbhost
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / appc-health.json
1 {
2   "service": {
3     "name": "Health Check: APPC",
4     "checks": [
5       {
6         "id": "appc-dbhost-healthcheck",
7         "name": "APPC DBHost Health Check",
8         "script": "/consul/config/scripts/appc-dbhost-script.sh",
9         "interval": "10s",
10         "timeout": "1s"
11       }
12     ]
13   }
14 }