summaryrefslogtreecommitdiff
path: root/tsp/watchers/watch_diskspace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tsp/watchers/watch_diskspace.sh')
-rwxr-xr-xtsp/watchers/watch_diskspace.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tsp/watchers/watch_diskspace.sh b/tsp/watchers/watch_diskspace.sh
index 9fbe67d..ffe576d 100755
--- a/tsp/watchers/watch_diskspace.sh
+++ b/tsp/watchers/watch_diskspace.sh
@@ -27,15 +27,15 @@ PER="${PER%\%*}"
if [ "$PER" -ge 80 ]
then
- nr="$(tsmaster -L DISK_CLEANUP sh "${TSP_DIR}/jobs/free_diskspace.sh" 1)"
+ nr="$(tsmaster -L DISK_CLEANUP sh "${TSP_DIR}/jobs/free_diskspace.sh" 7)"
else
if [ "$PER" -ge 60 ]
then
- nr="$(tsmaster -L DISK_CLEANUP sh "${TSP_DIR}/jobs/free_diskspace.sh" 3)"
+ nr="$(tsmaster -L DISK_CLEANUP sh "${TSP_DIR}/jobs/free_diskspace.sh" 14)"
else
if [ "$PER" -ge 40 ]
then
- nr="$(tsmaster -L DISK_CLEANUP sh "${TSP_DIR}/jobs/free_diskspace.sh" 7)"
+ nr="$(tsmaster -L DISK_CLEANUP sh "${TSP_DIR}/jobs/free_diskspace.sh" 28)"
fi
fi
fi