Update nodemgmt-scripts.sh
This commit is contained in:
@@ -31,6 +31,7 @@ STATUS() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
DIVIDER
|
||||||
echo -e "${idsST[Bold]}${idsCL[Yellow]} Node Service Status${idsCL[Default]}"
|
echo -e "${idsST[Bold]}${idsCL[Yellow]} Node Service Status${idsCL[Default]}"
|
||||||
DIVIDER true
|
DIVIDER true
|
||||||
if [ ! -z ${LOCAL_SERVICES+x} ]; then
|
if [ ! -z ${LOCAL_SERVICES+x} ]; then
|
||||||
@@ -73,6 +74,7 @@ STATUS() {
|
|||||||
nid=`expr $nid + 1`
|
nid=`expr $nid + 1`
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
DIVIDER
|
||||||
echo -e "${idsST[Bold]}${idsCL[Yellow]} Replication Status to Other Nodes${idsCL[Default]}"
|
echo -e "${idsST[Bold]}${idsCL[Yellow]} Replication Status to Other Nodes${idsCL[Default]}"
|
||||||
DIVIDER true
|
DIVIDER true
|
||||||
timeout=`date --date='20 seconds' +%s`
|
timeout=`date --date='20 seconds' +%s`
|
||||||
|
|||||||
Reference in New Issue
Block a user