generated from sergeyWh1te/go-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotification.dev.yaml
47 lines (43 loc) · 974 Bytes
/
notification.dev.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
severity_levels:
- id: Unknown
- id: Info
- id: Low
- id: Medium
- id: High
- id: Critical
telegram_channels:
- id: Telegram1
description: "Telegram channel for debug messages (severity: unknown, no quorum)"
bot_token: YOUR_TELEGRAM_BOT_TOKEN_1
chat_id: YOUR_CHAT_ID_1
discord_channels:
- id: Discord1
description: "Discord channel for debug messages (severity: unknown, no quorum)"
webhook_url: YOUR_DISCORD_WEBHOOK_URL_1
consumers:
- consumerName: DiscordDevelopment
type: Discord
channel_id: Discord1
severities:
- Unknown
- Info
- Low
- Medium
- High
- Critical
by_quorum: false
subjects:
- findings.protocol.steth
- consumerName: TelegramDevelopment
type: Telegram
channel_id: Telegram1
severities:
- Unknown
- Info
- Low
- Medium
- High
- Critical
by_quorum: false
subjects:
- findings.protocol.steth