aboutsummaryrefslogtreecommitdiffstats
path: root/sampleApp/sdnc.monitor.failure
blob: d6e30ac65f52c32ba993f11700bf4ee59e8a2d9c (plain)
1
2
3
4
5
6
7
8
9
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"