From d0bca6c1bfea95a9b8ccf4fb8fb8fada1ac74cc1 Mon Sep 17 00:00:00 2001 From: "Mark H. Wood" Date: Fri, 29 Jan 2016 15:18:12 -0500 Subject: [PATCH] [DS-3010] Correct configuration names. --- dspace/config/modules/healthcheck.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dspace/config/modules/healthcheck.cfg b/dspace/config/modules/healthcheck.cfg index da8e3cef95..f627329e57 100644 --- a/dspace/config/modules/healthcheck.cfg +++ b/dspace/config/modules/healthcheck.cfg @@ -1,7 +1,7 @@ ### Healthcheck module config # names must match plugin.named below -checks = General Information,\ +healthcheck.checks = General Information,\ Checksum,\ Embargo items,\ Item summary,\ @@ -17,4 +17,4 @@ plugin.named.org.dspace.health.Check = \ org.dspace.health.LogAnalyserCheck = Log Analyser Check # report from the last N days (where dates are applicable) -last_n_days = 7 \ No newline at end of file +healthcheck.last_n_days = 7