-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default.json
40 lines (40 loc) · 1.03 KB
/
config.default.json
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
{
"ntfyConfig": {
"configs": [
{
"id": "ntfy_official",
"host": "https://ntfy.sh",
"authHeader": null,
"topicPrefix": "logtfy_"
}
],
"defaultConfig": "ntfy_official",
"fallbackConfig": null
},
"modulesEnabledByDefault": false,
"catchModuleCrashes": false,
"allowModuleFailCount": 3,
"moduleCustomization": [
{
"module": "ssh_logins",
"enabled": false,
"ntfyTopic": null,
"ntfyConfig": null,
"ntfyFallback": null,
"loggerArg": "sshd",
"parserArg": null
},
{
"module": "mock_module",
"defaultPriority": "4",
"defaultTags": "computer,tada",
"enabled": true
},
{
"module": "traefik_geoblock_allowed_requests_k8s",
"loggerArg": "production",
"ntfyTopic": "logtfy",
"enabled": false
}
]
}