activemonitor.service.properties
File location
The file is located in the folder risk-starter\src\main\resources.
File values
| Key | Value | Description |
|---|---|---|
| sentinel.remote.url | http://localhost:8081 | URL to use to connect to the ActiveMonitor server |
| sentinel.remote.username | pivot | |
| sentinel.poll.period | 1 | Poll time (in seconds) of monitors from ActiveMonitor |
| sentinel.daemon.waitStableDistribution | true | Determines whether to wait for the distributed cubes to be stable before starting the daemon |
| sentinel.poll.period.max | 60 | Maximum poll time (in seconds) of monitors from ActiveMonitor |
| sentinel.poll.log.threshold | 10 | Number of consecutive polling failures to log in FINE instead of INFO |
| sentinel.periodicExecutors.poolSize | 1 | Size of the executor pool in charge of dealing with periodic monitors |
| sentinel.http.receive.timeout | 60000 | ActiveMonitor Connection properties. See https://cxf.apache.org/javadoc/latest/org/apache/cxf/transports/http/configuration/HTTPClientPolicy.html for details. In the default example of 60000, a server will accept to wait 1 minute for a response from ActiveMonitor before timing out |
| repository.remote.url | http://localhost:8081 | URL to use to connect to the ActiveMonitor repository |
| repository.remote.username | pivot | |
| repository.poll.period | 1 | Poll time limit (in seconds) from ActiveMonitor repository |
| repository.daemon.waitStableDistribution | true | Determines whether to wait for the distribution to be stable before starting the daemon |
| repository.poll.period.max | 60 | Maximum poll time limit (in seconds) from ActiveMonitor repository |
| repository.poll.log.threshold | 10 | Number of consecutive polling failures to log in FINE instead of INFO |
| repository.cache.isolated_transactions | false | Determines whether updates in the repository cache should be isolated or trigger transactions in the ActivePivot. Non-isolated transactions allow ActivePivots to have an epoch for each parameter change |
| activepivot.snl.url | http://localhost:10010/risk-activepivot | URL of the current ActivePivot |
| live.snl.url | http://localhost:3000 | Defines the URL to an ActiveUI instance. ActiveUI is provided in a dashboard version in the Sandbox. To use it, uncomment this property. |