Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
coldcache
bycoldcache, February 13, 2011
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}'`;
@LDISKS=`$snmpwalk -v 1 -c $COMMUNITYNAME $SERVER hrStorageType | grep "FixedDisk" | awk '{print \$1}' | awk -F. '{print \$2}'`;