Update nodemgmt-scripts.sh
This commit is contained in:
@@ -165,7 +165,7 @@ STATUS(){
|
|||||||
fi
|
fi
|
||||||
if [ "${checkhost}" != "false" ]; then
|
if [ "${checkhost}" != "false" ]; then
|
||||||
if [ "${ST_ACTION}" != "check" ]; then
|
if [ "${ST_ACTION}" != "check" ]; then
|
||||||
if [ "${ST_ACTION}" = "report" ] && [ "${2}" = "email" ]; then
|
if [ "${ST_ACTION}" = "report" ] && [ "${2}" != "email" ]; then
|
||||||
uptime=`${NCMD} uptime -p`
|
uptime=`${NCMD} uptime -p`
|
||||||
elif [ "${ST_ACTION}" != "report" ]; then
|
elif [ "${ST_ACTION}" != "report" ]; then
|
||||||
uptime=`${NCMD} uptime -p`
|
uptime=`${NCMD} uptime -p`
|
||||||
|
|||||||
Reference in New Issue
Block a user