Build precise queries to find exactly what you need
Press ESC to close
@coldcache
Member Since: February 13, 2011
Favorites0
Views
Projects0
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}'`;
Reviewed 15 years ago