Changeset 17613


Ignore:
Timestamp:
03/16/14 23:44:11 (11 years ago)
Author:
Daniela Dorner
Message:
added DISK tag to logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Monitoring/CheckDU.sh

    r17158 r17613  
    33# Script to check whether disk is full
    44#
     5
     6source `dirname $0`/../Sourcefile.sh
     7printprocesslog "INFO starting $0"
    58
    69# possible limits
     
    5659      then
    5760         echo "WARN less than "$dutext" left on "$dir" on node "$HOSTNAME
     61         printprocesslog "DISK less than "$dutext" left on "$dir" on node "$HOSTNAME
    5862         df -h $dir
    5963         echo ""
Note: See TracChangeset for help on using the changeset viewer.