From 144b838fa6879ad9a093af901e731b593352cfb5 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 18 Jan 2019 13:59:43 +0100 Subject: [PATCH] Update docs --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0efa47c..559eee5 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab