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

Update docs

parent cd90d8d4
No related branches found
No related tags found
No related merge requests found
......@@ -60,3 +60,21 @@ If you want to stop it:
make stop
easy.
## Configuration file
A file called `pipeline.toml` can be placed into the root folder of the
monitoring software (usually `~/monitoring`) which can be used to set
different kind of parameters, like plot attributes or ranges.
Here is an example `pipeline.toml`:
[DOMRates]
lowest_rate = 200
highest_rate = 400
[PMTRates]
lowest_rate = 1000
highest_rate = 10000
After a `make stop` and `make start`, the file is parsed and the default
values are overwritten by those defined in the configuration file.
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