I have followed https://mesos.github.io/chronos/docs/#example-run-scripts .
What is the url of the web ui?
Asked
Active
Viewed 727 times
2

RockScience
- 17,932
- 26
- 89
- 125
1 Answers
2
The Chronos Web UI is available via port 4400
(same as the REST API) on the host you've launched it via java -cp chronos.jar ...
. See also the tutorial Exercise 18 – Advanced Usage of Chronos for more ways to use Chronos.

Michael Hausenblas
- 13,162
- 4
- 52
- 66
-
1One could also use the flag `--http_port` to configure the actual port if port 4400 is not desired. Also, I'd recommend to set the FQDN as `--hostname` to be able to open the UI via the Master's Frameworks list. – Tobi Mar 14 '16 at 11:16