Index: trunk/DataCheck/Monitoring/CheckDU.sh
===================================================================
--- trunk/DataCheck/Monitoring/CheckDU.sh	(revision 17615)
+++ trunk/DataCheck/Monitoring/CheckDU.sh	(revision 17617)
@@ -58,6 +58,6 @@
       if [ ${diskusage[3]} -lt $dulimit ] 
       then
-         echo "WARN less than "$dutext" left on "$dir" on node "$HOSTNAME
-         printprocesslog "DISK less than "$dutext" left on "$dir" on node "$HOSTNAME
+         echo "WARN less than "$dutext" left on "$dir" on node "$HOSTNAME" ("${diskusage[3]}")"
+         printprocesslog "DISK less than "$dutext" left on "$dir" on node "$HOSTNAME" ("${diskusage[3]}")"
          df -h $dir
          echo ""
