Navigation :
activemonitor-support.properties
File purpose
The activemonitor-support.properties file is used to configure the ActiveMonitor Server.
File location
The file is located in the folder cvarc-starter\src\main\resources\properties.
File values
| Property |
Value |
Description |
| sentinel.remote.url |
http://localhost:9091/cvarc-activemonitor |
The URL used to connect to the ActiveMonitor server. |
| sentinel.remote.username |
pivot |
The username used for connecting to the ActiveMonitor server. |
| sentinel.poll.period |
1 |
Poll time of monitors from ActiveMonitor in seconds. |
| 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. |
| activepivot.snl.url |
http://localhost:9090/cvarc-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. |
| live.snl.url |
http://localhost:9091/ui |
The URL of the Atoti UI instance. |