Random Project

Excluding CD drives

Comment out line 132 and replace it with the following to only check hard drives:

@LDISKS=`$snmpwalk -v 1 -c $COMMUNITYNAME $SERVER hrStorageType | grep “FixedDisk” | awk ‘{print $1}’ | awk -F. ‘{print $2}’`;