summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/clamp-mariadb-health.json
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-17 13:32:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-17 13:32:26 +0000
commita795258ebee5a9fa060aa89941503af2f11ae2d5 (patch)
tree69a7cf80792895beb8874ac1844aa04dfe9042f7 /kubernetes/consul/resources/config/consul-agent-config/clamp-mariadb-health.json
parent888bb6bff8323657b4a84a7bf0bb544526e6712d (diff)
parentfa408712925a18a49614f1e4e295b49e1284cfd5 (diff)
Merge "Clamp DB Health Check"
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/clamp-mariadb-health.json')
-rw-r--r--kubernetes/consul/resources/config/consul-agent-config/clamp-mariadb-health.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/clamp-mariadb-health.json b/kubernetes/consul/resources/config/consul-agent-config/clamp-mariadb-health.json
new file mode 100644
index 0000000000..f5ae467d74
--- /dev/null
+++ b/kubernetes/consul/resources/config/consul-agent-config/clamp-mariadb-health.json
@@ -0,0 +1,16 @@
+{
+ "service": {
+ "name": "Health Check: CLAMP - MariaDb",
+ "checks": [
+ {
+ "id": "clamp-mariadb",
+ "name": "CLAMP Mariadb Health Check",
+ "script": "/consul/scripts/clamp-mariadb-script.sh",
+ "interval": "10s",
+ "timeout": "1s"
+ }
+ ]
+
+ }
+}
+