Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 10:44:32 -06:00
parent 0ce0062029
commit 90214b111a

View File

@@ -31,6 +31,7 @@ STATUS() {
done
echo
DIVIDER
echo -e "${idsST[Bold]}${idsCL[Yellow]} Node Service Status${idsCL[Default]}"
DIVIDER true
if [ ! -z ${LOCAL_SERVICES+x} ]; then
@@ -73,6 +74,7 @@ STATUS() {
nid=`expr $nid + 1`
done
echo
DIVIDER
echo -e "${idsST[Bold]}${idsCL[Yellow]} Replication Status to Other Nodes${idsCL[Default]}"
DIVIDER true
timeout=`date --date='20 seconds' +%s`