mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-27 16:06:39 +00:00
adjusted monitoring properties for other web bundles, adjusted ports to dev ports
This commit is contained in:
@@ -26,10 +26,10 @@ monitor.wait_after_failure = 60000
|
||||
# - http://domain_or_address/path/to/check
|
||||
# This format leads to a check that only succeeds if a status
|
||||
# code of 200 is returned.
|
||||
monitor.endpoints = http://127.0.0.1:8889/gwt/RaceBoard.html, http://127.0.0.1:8889/
|
||||
monitor.endpoints = http://127.0.0.1:8886/gwt/Leaderboard.html, http://127.0.0.1:8886/sailingserver/moderator?action=listevents, http://127.0.0.1:8888/events/ess40/index.html, http://127.0.0.1:8886/
|
||||
|
||||
# bundle associated to endpoints
|
||||
monitor.bundles = com.sap.sailing.gwt.ui, com.sap.sailing.www
|
||||
monitor.bundles = com.sap.sailing.gwt.ui, com.sap.sailing.gateway, com.sap.sailing.www.events, com.sap.sailing.www
|
||||
|
||||
# mail configuration
|
||||
mail.from = info@sapsailing.com
|
||||
|
||||
Reference in New Issue
Block a user