From e7381000372b27b38a877388e2970455babc41db Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 25 Mar 2022 22:32:05 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dsmon.sh b/install-dsmon.sh index 9e3dc9c..ad15699 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -33,7 +33,7 @@ fi echo -e "declare -A THRESHOLD" > /opt/idssys/dsmon/config.settings.inc echo "" -DRIVEINFO=`df -BM | grep -vE '^Filesystem|tmpfs|cdrom|@|ram|loop|udev' | awk '{ print $1 " " $2 " " $4 }'` +DRIVEINFO=`df -BM | grep -vE '^Filesystem|tmpfs|cdrom|@|ram|loop|udev|veeamimage' | awk '{ print $1 " " $2 " " $4 }'` DRIVEINFO=(${DRIVEINFO}) NUMDRIVES=$((${#DRIVEINFO[@]} / 3))