Changeset 17617
- Timestamp:
- 03/17/14 12:38:48 (11 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Monitoring/CheckDU.sh
r17613 r17617 58 58 if [ ${diskusage[3]} -lt $dulimit ] 59 59 then 60 echo "WARN less than "$dutext" left on "$dir" on node "$HOSTNAME 61 printprocesslog "DISK less than "$dutext" left on "$dir" on node "$HOSTNAME 60 echo "WARN less than "$dutext" left on "$dir" on node "$HOSTNAME" ("${diskusage[3]}")" 61 printprocesslog "DISK less than "$dutext" left on "$dir" on node "$HOSTNAME" ("${diskusage[3]}")" 62 62 df -h $dir 63 63 echo "" -
trunk/DataCheck/QuickLook/Step1.sh
r17614 r17617 81 81 if [ ${diskusage[3]} -lt $disklimitdaq ] 82 82 then 83 #echo "WARN less than 700 left on /raid10 on node "$HOSTNAME 84 printprocesslog "DISK less than 700 left on /raid10 on node "$HOSTNAME 83 #echo "WARN less than 700 left on /raid10 on node "$HOSTNAME" ("${diskusage[3]}")" 84 printprocesslog "DISK less than 700 left on /raid10 on node "$HOSTNAME" ("${diskusage[3]}")" 85 85 #df -h /raid10 86 86 finish -
trunk/DataCheck/Transfer/ZipRawData.sh
r17590 r17617 75 75 if [ ${diskusage[3]} -lt 10000000 ] 76 76 then 77 echo "WARN less than 10 GB left on /loc_data on data " >> $logfile 2>&178 printprocesslog "WARN less than 10 GB left on /loc_data on data "77 echo "WARN less than 10 GB left on /loc_data on data ("${diskusage[3]}")" >> $logfile 2>&1 78 printprocesslog "WARN less than 10 GB left on /loc_data on data ("${diskusage[3]}")" 79 79 finish 80 80 fi
Note:
See TracChangeset
for help on using the changeset viewer.