diff --git a/dsmon.sh b/dsmon.sh index a4aaf32..fd459d0 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -149,7 +149,7 @@ CHECK(){ if [ "${NTS}" != "*" ]; then hoststatus=$(cat /tmp/dscheck.${NTS}.results) [ "${hoststatus}" != "" ] && echo -e "${hoststatus}" - rm -f /tmp/dscheck.${NTS}.* + #rm -f /tmp/dscheck.${NTS}.* ((nc_count++)) fi done