From 3be31336e2324772c13856da50f4ffd610f4e3cc Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Tue, 17 Oct 2017 12:03:49 -0400 Subject: Add health check script Change-Id: I0e51de51b4c205b60e5dc8286be8bc4217e5d5db Issue-Id: DCAEGEN2-142 Signed-off-by: Michael Hwang --- resources/health.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 resources/health.sh (limited to 'resources/health.sh') diff --git a/resources/health.sh b/resources/health.sh new file mode 100755 index 0000000..5fe8236 --- /dev/null +++ b/resources/health.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Health check script for service change handler + +# Currently, the simple existence of the running container is assumed to indicate +# health. A better possible health check is if the distribution client provided a +# health check call. + +exit 0 -- cgit 1.2.3-korg