logmania/logmania_example.conf

27 lines
482 B
Plaintext
Raw Normal View History

2017-08-09 08:45:45 +02:00
[receive.syslog]
type = "udp"
address = ":10001"
2017-08-17 21:45:58 +02:00
[receive.journald_json]
type = "udp"
address = ":10002"
2018-04-26 21:05:27 +02:00
[notify]
state_file = "/tmp/logmania.state.json"
debug = true
[file]
directory = "/tmp/"
default = "raw"
2018-05-18 14:04:54 +02:00
2018-04-26 21:05:27 +02:00
[notify.xmpp]
jid = "user@example.org"
password = "password"
# if boolean is true for muc either user chat
default = { "log-raw@conference.example.org" = true, "person@example.org" = false }
2018-04-26 21:05:27 +02:00
[notify.websocket]
address = ":8080"
webroot = "./webroot/"
default = "raw"