blob: e50ae14f528d86adfe4daf4ceb38dfbda9073536 (
plain)
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
|
{
"PagerParser": {
"ReparseAllOnStartup": false,
"ReparseFailedOnStartup": true,
"MessageInclude": [
// Regex patterns to include globally
],
"MessageExclude": [
// Regex patterns to exclude globally
]
//"Discord": {
// "Webhooks": [
// {
// "Url": "<webhook url>",
// "AlertGroups": [
// {
// "PageDestinations": [
// // List of destination brigades
// ],
// "Roles": [
// // List of Discord role IDs
// ]
// }
// ]
// }
// ]
//}
//"HomeAssistant": {
// "Servers": [
// {
// "Host": "example.com",
// "ApiKey": "<API key>",
// // optional event_type to use for the generated event
// "EventType": "<Event Type>"
// }
// ]
//}
//"JobCounter": {
// "RefreshInterval": 300,
// "CountOffsets": {
// "BRIG": 500
// }
//}
},
"ConnectionStrings": {
"DefaultConnection": "Host=127.0.0.1;Database=PagerParser;Username=pagerparser;Password=password"
}
}
|