diff options
Diffstat (limited to 'sampleApp/sdnc.monitor.failure')
-rwxr-xr-x | sampleApp/sdnc.monitor.failure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sampleApp/sdnc.monitor.failure b/sampleApp/sdnc.monitor.failure new file mode 100755 index 0000000..d6e30ac --- /dev/null +++ b/sampleApp/sdnc.monitor.failure @@ -0,0 +1,10 @@ +#!/bin/sh +# +# SDNC Resiliency project +# SHELL script to query status of the SDNC cluster +# +# return values: +# HEALTHY - the cluster health is determined to be able to successfully process requests +# FAILURE - the cluster is in unhealthy state, the execution of failover is required +# +echo "FAILURE" |