summaryrefslogtreecommitdiffstats
path: root/example_config.toml
blob: 95cdfa94c17321025cbfd2b47b740e9e3c731424 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[item]]
file = "/var/log/antikoerper/temp.zone1"
regex = "(?P<ts>\\d+)\\s(?P<temp>\\d+)"
alias = "tempmain"

[[item]]
file = "/var/log/antikoerper/os.load"
regex = "(\\d+)\\s(\\d+\\.\\d\\d)\\s(\\d+\\.\\d\\d)\\s(\\d+\\.\\d\\d)\\s"
alias = "load"