aboutsummaryrefslogtreecommitdiff
path: root/utils/diskspace/watch-space
diff options
context:
space:
mode:
Diffstat (limited to 'utils/diskspace/watch-space')
-rwxr-xr-xutils/diskspace/watch-space2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/diskspace/watch-space b/utils/diskspace/watch-space
deleted file mode 100755
index afec5ca..0000000
--- a/utils/diskspace/watch-space
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-df | awk '$6=="/mnt2" {if ($4 < 1000000) print "Less than 1Gb left in JENKINS_HOME: " $4 "Kb"}'