Skip to content
Snippets Groups Projects
Commit 2752b3a0 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update README.md

parent e9c1b366
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,21 @@ The monitoring system can be started using
This will download and build all the required images and launch the containers
for each service. It will also create an overlay network.
To stop it it
docker-compose down
## Monitoring the monitoring
Log files are kept in `logs/`, data dumps in `data/` and plots in `plots/`.
To check the logs or follow them in real-time
docker-compose logs -f SERVICE_NAME
The `SERVICE_NAME` can be any of `backend`, `frontend`, `ligier`, `ligiermirror`,
`ligierlogmirror`, `reco` or `livelog`.
The monitoring back-end is running inside a Docker container and controlled
by `supervisord`. You can enter the `backend` with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment