summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Krehl <mario-krehl@gmx.de>2017-12-10 18:28:13 +0100
committerMario Krehl <mario-krehl@gmx.de>2017-12-10 18:28:13 +0100
commitc84f290db91ed1d18cecd2709782f2bc539bb90e (patch)
tree917afc528d345f002c3589e790fa141f193f1926
parentc8d3b86591f3a5734535003e66be46ea27b00490 (diff)
Document the configuration file
-rw-r--r--example_config.toml6
1 files changed, 6 insertions, 0 deletions
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"