From c107e70ab5d65a09769b2d3d9590373f64d1a1c5 Mon Sep 17 00:00:00 2001
From: pkupczyk <pkupczyk>
Date: Tue, 11 Sep 2012 07:57:13 +0000
Subject: [PATCH] BIS-182 - Turn on the
 DataSetAndPathInfoDBConsistencyCheckProcessingPlugin

SVN: 26579
---
 datastore_server/dist/etc/service.properties | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/datastore_server/dist/etc/service.properties b/datastore_server/dist/etc/service.properties
index 5bd8502b4ed..d808082644e 100644
--- a/datastore_server/dist/etc/service.properties
+++ b/datastore_server/dist/etc/service.properties
@@ -324,6 +324,19 @@ post-registration.post-registration-tasks = pathinfo-feeding
 post-registration.pathinfo-feeding.class = ch.systemsx.cisd.etlserver.path.PathInfoDatabaseFeedingTask
 post-registration.pathinfo-feeding.compute-checksum = true
 
+# ---------------------------------------------------------------------------
+# processing plugins configuration
+# ---------------------------------------------------------------------------
+
+# Comma separated names of processing plugins. Each plugin should have configuration properties prefixed with its name.
+processing-plugins = path-info-db-consistency-check
+
+# Processing task that checks the consistency between the data store and the meta information stored in the PathInfoDB.
+# It sends out an email which contains all differences found. 
+path-info-db-consistency-check.label = Path Info DB consistency check
+path-info-db-consistency-check.dataset-types = .*
+path-info-db-consistency-check.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.DataSetAndPathInfoDBConsistencyCheckProcessingPlugin
+
 #
 # FTP / SFTP server configuration
 #
-- 
GitLab