-
Notifications
You must be signed in to change notification settings - Fork 0
/
debug-config.yaml
55 lines (46 loc) · 1.14 KB
/
debug-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Remember to restart the service after changing the config file
# telegram_bot_token:
admins: [username, asdasd]
logging:
level: INFO
file: test.log
regex:
minecraft_login: \[[\d:]+\]\s\[[\w\s/]+\]:\s([\w]+) joined the game
minecraft_logout: \[[\d:]+\]\s\[[\w\s/]+\]:\s([\w]+) left the game
demo_in: i\s(.+)
demo_out: o\s(.+)
logfiles:
- name: Server 1
path: testing/server1
regex: {login: demo_in, logout: demo_out}
- name: Server 2
path: testing/server2
regex: {login: demo_in, logout: demo_out}
users:
- name: Alice
nicknames: [alice]
enabled: true
login_msg: true
logout_msg: true
pushover_key: key here
pushover_token: token
telegram_chat_id: key here
notify_with: [debug]
- name: Bob
nicknames: [bob]
enabled: true
login_msg: true
logout_msg: true
pushover_key: key here
pushover_token: token
telegram_chat_id: key here
notify_with: [debug]
- name: Carol
nicknames: [carol]
enabled: true
login_msg: true
logout_msg: true
pushover_key: key here
pushover_token: token
telegram_chat_id: key here
notify_with: [debug]