Index: trunk/DataCheck/Monitoring/CheckDU.sh
===================================================================
--- trunk/DataCheck/Monitoring/CheckDU.sh	(revision 17612)
+++ trunk/DataCheck/Monitoring/CheckDU.sh	(revision 17613)
@@ -3,4 +3,7 @@
 # Script to check whether disk is full
 #
+
+source `dirname $0`/../Sourcefile.sh
+printprocesslog "INFO starting $0"
 
 # possible limits
@@ -56,4 +59,5 @@
       then
          echo "WARN less than "$dutext" left on "$dir" on node "$HOSTNAME
+         printprocesslog "DISK less than "$dutext" left on "$dir" on node "$HOSTNAME
          df -h $dir
          echo ""
