Zhurnal
Application for running and monitoring multiple applications. The monitoring goes trough web. The web interface will show life updates of stdout and stderr of configured applications.
Installation
- Run
make
. This will build envionment and will install the application. - Run Zhurnal with the commands as parameters followed by the host / port to serve on.
./.venv/bin/zhurnal "ping google.nl" "ping google.nl" --host=127.0.0.1 --port=8081
Todo
- Optional Basic Auth configurable trough command line.
- Process filtering in web interface by pressing a digit. Escape to show all processes.