diff --git a/dsmon.sh b/dsmon.sh index 244456d..eafeaa2 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -591,7 +591,8 @@ case ${ACTION} in echo -e " ${idsCL[Yellow]}gettsip-node ${idsCL[Default]}--> Check Sensors" echo -e " ${idsCL[Yellow]}run {type} ${idsCL[Default]}--> Monitor Check to run" echo -e " ${idsCL[LightYellow]} type = { hdd / sys } ${idsCL[Default]}--> Disk Space or System Resources" - echo -e " ${idsCL[Yellow]}runcmd ${idsCL[Default]}--> Run command on all hosts" + echo -e " ${idsCL[Yellow]}runcmd ${idsCL[Default]}--> Run command on all hosts, in parallel" + echo -e " ${idsCL[Yellow]}runcmd-slow ${idsCL[Default]}--> Run command on all hosts, one at a time" echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Update DSMon" echo fi