diff --git a/webkit/etc/monit/conf.d/cleanup.cfg b/webkit/etc/monit/conf.d/cleanup.cfg index bfe051c..b323c45 100644 --- a/webkit/etc/monit/conf.d/cleanup.cfg +++ b/webkit/etc/monit/conf.d/cleanup.cfg @@ -1,2 +1,3 @@ -check program cleanup with path "find /data -type f -cmin +60 -delete" +check program cleanup with path "/usr/bin/find /data -type f -cmin +60 -delete" every 5 cycles + if status != 0 then alert