MSB Health Check 01/27301/2
authorjasmineWen <jasmine.wen@amdocs.com>
Wed, 3 Jan 2018 17:06:57 +0000 (17:06 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 9 Jan 2018 13:19:06 +0000 (13:19 +0000)
Issue-ID: OOM-25

Change-Id: Ieadcfb6f0b35e8f96d59b57413406bbca13ad04f
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
kubernetes/config/docker/init/src/config/consul/consul-agent-config/msb-health.json [new file with mode: 0644]

diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/msb-health.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/msb-health.json
new file mode 100644 (file)
index 0000000..a5738b3
--- /dev/null
@@ -0,0 +1,39 @@
+{
+  "service": {
+    "name": "Health Check: MSB",
+    "checks": [
+      {
+        "id": "msb-eag.onap-msb",
+        "name": "MSB eag Health Check",
+        "http": "http://msb-eag.onap-msb:80/iui/microservices/default.html",
+        "method": "HEAD",
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "msb-iag.onap-msb",
+        "name": "MSB iag Health Check",
+        "http": "http://msb-iag.onap-msb:80/iui/microservices/default.html",
+        "method": "HEAD",
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "msb-consul.onap-msb",
+        "name": "MSB consul Health Check",
+        "tcp": "msb-consul.onap-msb:8500",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "msb-discovery.onap-msb",
+        "name": "MSB discovery Health Check",
+        "tcp": "msb-discovery.onap-msb:10081",
+        "interval": "15s",
+        "timeout": "1s"
+      }
+    ]
+  }
+}