add server health section: show tenants

This commit is contained in:
Paul Brodner
2017-01-09 12:41:01 +02:00
parent ce08b28656
commit f4e597a7e5
+5
View File
@@ -60,3 +60,8 @@ jmx.useJolokiaAgent=true
db.url = jdbc:mysql://${alfresco.server}:3306/alfresco
db.username = alfresco
db.password = alfresco
# Server Health section
# in ServerHealth#isServerReachable() - could also be shown.
# enable this option to view if on server there are tenants or not
serverHealth.showTenants=true