Navigation :
activemonitor-support.properties
File purpose
The activemonitor-support.properties file is used for the optional ActiveMonitor integration.
File location
The file is located in the folder simm-starter\src\main\resources.
File values
Property |
Value |
Description |
sentinel.remote.url |
http://localhost:12001/simm-activemonitor |
The URL used to connect to the ActiveMonitor server. |
sentinel.remote.username |
pivot |
The username used for connecting to the ActiveMonitor server. |
repository.remote.url |
${sentinel.remote.url} |
The URL used to connect to the ActiveMonitor repository. |
repository.remote.username |
${sentinel.remote.username} |
The username used for connecting to the ActiveMonitor repository. |
repository.poll.period |
1 |
Poll time of limit from sentinel repository in seconds. |
activepivot.snl.url |
http://localhost:12000/simm-starter |
The URL of the current Atoti Server. |
activemonitor.daemon.waitStableDistribution |
true |
Specifies whether to wait for the distribution to be stable before starting the daemon. |
activemonitor.ui.url |
http://localhost:3000 |
The URL of the Atoti UI instance. |