generated from sergeyWh1te/go-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
notification.sample.yaml
127 lines (117 loc) · 2.95 KB
/
notification.sample.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
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
- id: Telegram2
description: Telegram channel for all messages >= Low, no quorum
bot_token: YOUR_TELEGRAM_BOT_TOKEN_2
chat_id: YOUR_CHAT_ID_2
- id: Telegram3
description: Telegram channel for messages >= Low, with quorum
bot_token: YOUR_TELEGRAM_BOT_TOKEN_3
chat_id: YOUR_CHAT_ID_3
- id: Telegram4
description: Telegram channel for High and Critical messages, with quorum
bot_token: YOUR_TELEGRAM_BOT_TOKEN_4
chat_id: YOUR_CHAT_ID_4
discord_channels:
- id: Discord1
description: "Discord channel for debug messages (severity: Unknown, no quorum)"
webhook_url: YOUR_DISCORD_WEBHOOK_URL_1
- id: Discord2
description: Discord channel for all messages >= Low, no quorum
webhook_url: YOUR_DISCORD_WEBHOOK_URL_2
opsgenie_channels:
- id: OpsGenie1
description: OpsGenie channel for High and Critical messages
api_key: YOUR_OPSGENIE_API_KEY_1
consumers:
- consumerName: TelegramDebug
type: Telegram
channel_id: Telegram1
severities:
- Unknown
by_quorum: false
subjects:
- findings.protocol.steth
- findings.protocol.arb
- findings.protocol.opt
- consumerName: TelegramForwarder
type: Telegram
channel_id: Telegram2
severities:
- Low
- Medium
- High
- Critical
by_quorum: false
subjects:
- findings.protocol.steth
- findings.protocol.arb
- findings.protocol.opt
- consumerName: TelegramUpdates
type: Telegram
channel_id: Telegram3
severities:
- Low
- Medium
- High
- Critical
by_quorum: true
subjects:
- findings.protocol.steth
- findings.protocol.arb
- findings.protocol.opt
- consumerName: TelegramAlerts
type: Telegram
channel_id: Telegram4
severities:
- High
- Critical
by_quorum: true
subjects:
- findings.protocol.steth
- findings.protocol.arb
- findings.protocol.opt
- consumerName: DiscordDebug
type: Discord
channel_id: Discord1
severities:
- Unknown
by_quorum: false
subjects:
- findings.protocol.steth
- findings.protocol.arb
- findings.protocol.opt
- consumerName: DiscordForwarder
type: Discord
channel_id: Discord2
severities:
- Low
- Medium
- High
- Critical
by_quorum: false
subjects:
- findings.protocol.steth
- findings.protocol.arb
- findings.protocol.opt
- consumerName: OpsGenie
type: OpsGenie
channel_id: OpsGenie1
severities:
- High
- Critical
by_quorum: true
subjects:
- findings.protocol.steth
- findings.protocol.arb
- findings.dao.opt