aboutsummaryrefslogtreecommitdiffstats
path: root/sampleApp/sdnc.monitor
blob: bc3b73b571040fd6127ad18ab0e3fd985abd965c (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 "HEALTHY"