From de1f261816d31031306aa223ae78427d97e40c51 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Fri, 9 May 2008 13:20:48 +0000
Subject: [PATCH] change: - Use the optional watermark on integration server.

SVN: 5992
---
 .../templates/etlserver-all/etc/service.properties           | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/integration-tests/templates/etlserver-all/etc/service.properties b/integration-tests/templates/etlserver-all/etc/service.properties
index 635c1761399..d700a8eee8c 100644
--- a/integration-tests/templates/etlserver-all/etc/service.properties
+++ b/integration-tests/templates/etlserver-all/etc/service.properties
@@ -7,6 +7,11 @@ storeroot-dir = ../data/main-store
 # The check interval (in seconds)
 check-interval = 2
 
+# If free disk space goes below value defined here, a notification email will be sent.
+# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no watermark is
+# specified or if value is negative, the system will not be watching.
+watermark = 1048576
+
 # The URL of the LIMS server
 server-url = https://localhost:8443/openbis
 
-- 
GitLab