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