From c84f290db91ed1d18cecd2709782f2bc539bb90e Mon Sep 17 00:00:00 2001 From: Mario Krehl Date: Sun, 10 Dec 2017 18:28:13 +0100 Subject: Document the configuration file --- example_config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example_config.toml b/example_config.toml index 20646b7..7a443b3 100644 --- a/example_config.toml +++ b/example_config.toml @@ -1,3 +1,9 @@ +# all three attributes are required for every item +# use unique aliases; only use letters/number or - and _ +# do not use a dot in an alias +# only named captures will be used +# named capture need to match a numeric value (int or a float like 10.654321) +# \s, \d, \b a.s.o need to be escaped for toml [[item]] file = "/var/log/antikoerper/temp.zone1" -- cgit v1.2.3