-
Notifications
You must be signed in to change notification settings - Fork 6
/
gobler.conf
executable file
·37 lines (37 loc) · 995 Bytes
/
gobler.conf
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
{ # see gobler.toml for annotations, remove this comment in production config
"logfile": "",
"defaultconnector": "msteams",
"connectors": {
"msteams": {
"name": "dev channel",
"renderToFile": "no",
"spoolDir": "/tmp",
"adaptiveCardTemplate": "/etc/slurm/adaptive_card_template.json",
"url": "http://localhost:9999/",
"useLookup": "GECOS",
"monitorT": "20000ms",
"pickerT": "5000ms",
"psBufLen": "3",
"numSenders": "1",
"maxMsgPU": "5"
},
"telegram": {
"name": "telegram bot connector",
"url": "",
"token": "PasteHereTelegramBotToken",
"renderToFile": "no",
"spoolDir": "/tmp/telegramgobs",
"messageTemplate": "/etc/slurm/telegramTemplate.md",
"useLookup": "no",
"format": "HTML",
"monitorT": "5000ms",
"pickerT": "1000ms",
"psBufLen": "3",
"numSenders": "3",
"maxMsgPU": "6"
},
"textfile": {
"path": "/tmp"
}
}
}