]> arthur.barton.de Git - netdata.git/blob - conf.d/health_alarm_notify.conf
Update health_alarm_notify.conf
[netdata.git] / conf.d / health_alarm_notify.conf
1 # Configuration for alarm notifications
2 #
3 # This configuration is used by: alarm-notify.sh
4 # changes take effect immediately (the next alarm will use them).
5 #
6 # alarm-notify.sh can send:
7 # - e-mails (using the sendmail command),
8 # - push notifications to your mobile phone (pushover.net),
9 # - messages to your slack team (slack.com),
10 # - messages to your telegram chat / group chat (telegram.org)
11 # - sms messages to your cell phone or any sms enabled device (twilio.com)
12 # - sms messages to your cell phone or any sms enabled device (messagebird.com)
13 # - notifications to users on pagerduty.com
14 #
15 # The 'to' line given at netdata alarms defines a *role*, so that many
16 # people can be notified for each role.
17 #
18 # This file is a BASH script itself.
19 #
20 #
21 #------------------------------------------------------------------------------
22 # proxy configuration
23 #
24 # If you need to send curl based notifications (pushover, pushbullet, slack,
25 # telegram) via a proxy, set these to your proxy address:
26 #export http_proxy="http://10.0.0.1:3128/"
27 #export https_proxy="http://10.0.0.1:3128/"
28
29
30 #------------------------------------------------------------------------------
31 # notifications images
32 #
33 # Images in notifications need to be downloaded from an Internet facing site.
34 # To allow notification providers fetch the icons/images, by default we set
35 # the URL of the global public netdata registry.
36 # If you have an Internet facing netdata (or you have copied the images/ folder
37 # of netdata to your web server), set its URL here, to fetch the notification
38 # images from it.
39 #images_base_url="http://my.public.netdata.server:19999"
40
41
42 #------------------------------------------------------------------------------
43 # external commands
44
45 # The full path to the sendmail command.
46 # If empty, the system $PATH will be searched for it.
47 # If not found, email notifications will be disabled (silently).
48 sendmail=""
49
50 # The full path of the curl command.
51 # If empty, the system $PATH will be searched for it.
52 # If not found, pushover, telegram and slack notifications will be
53 # silently disabled.
54 curl=""
55
56
57 #------------------------------------------------------------------------------
58 # NOTE ABOUT RECIPIENTS
59 #
60 # When you define recipients (all types):
61 #
62 #  - emails addresses
63 #  - pushover user tokens
64 #  - telegram chat ids
65 #  - slack channels
66 #  - sms phone numbers
67 #  - pagerduty.com (pd) services
68 #
69 # You can append |critical to limit the notifications to be sent.
70 #
71 # In these examples, the first recipient receives all the alarms
72 # while the second one receives only the critical ones:
73 #
74 #  email      : "user1@example.com user2@example.com|critical"
75 #  pushover   : "2987343...9437837 8756278...2362736|critical"
76 #  telegram   : "111827421 112746832|critical"
77 #  slack      : "alarms disasters|critical"
78 #  twilio     : "+15555555555 +17777777777|critical"
79 #  messagebird: "+15555555555 +17777777777|critical"
80 #  pd         : "<pd_service_key_1> <pd_service_key_2>|critical"
81 #
82 # If a recipient is set to empty string, the default recipient of the given
83 # notification method (email, pushover, telegram, slack, pd) will be used.
84 # To disable a notification, use the recipient called: disabled
85 # This works for all notification methods (including the default recipients).
86
87
88 #------------------------------------------------------------------------------
89 # email global notification options
90
91 # multiple recipients can be given like this:
92 #              "admin1@example.com admin2@example.com ..."
93
94 # enable/disable sending emails
95 SEND_EMAIL="YES"
96
97 # if a role recipient is not configured, an email will be send to:
98 DEFAULT_RECIPIENT_EMAIL="root"
99 # to receive only critical alarms, set it to "root|critical"
100
101
102 #------------------------------------------------------------------------------
103 # pushover (pushover.net) global notification options
104
105 # multiple recipients can be given like this:
106 #                  "USERTOKEN1 USERTOKEN2 ..."
107
108 # enable/disable sending pushover notifications
109 SEND_PUSHOVER="YES"
110
111 # Login to pushover.net to get your pushover app token.
112 # You need only one for all your netdata servers (or you can have one for
113 # each of your netdata - your call).
114 # Without an app token, netdata cannot send pushover notifications.
115 PUSHOVER_APP_TOKEN=""
116
117 # if a role's recipients are not configured, a notification will be send to
118 # this pushover user token (empty = do not send a notification for unconfigured
119 # roles):
120 DEFAULT_RECIPIENT_PUSHOVER=""
121
122
123 #------------------------------------------------------------------------------
124 # pushbullet (pushbullet.com) push notification options
125
126 # multiple recipients can be given like this:
127 #                  "user1@email.com user2@mail.com"
128
129 # enable/disable sending pushbullet notifications
130 SEND_PUSHBULLET="YES"
131
132 # Signup and Login to pushbullet.com
133 # To get your Access Token, go to https://www.pushbullet.com/#settings/account
134 # Create a new access token and paste it below.
135 # Then just set the recipients' emails.
136 # Please note that the if the email in the DEFAULT_RECIPIENT_PUSHBULLET does
137 # not have a pushbullet account, the pushbullet service will send an email
138 # to that address instead.
139
140 # Without an access token, netdata cannot send pushbullet notifications.
141 PUSHBULLET_ACCESS_TOKEN=""
142 DEFAULT_RECIPIENT_PUSHBULLET=""
143
144 #------------------------------------------------------------------------------
145 # Twilio (twilio.com) SMS options
146
147 # multiple recipients can be given like this:
148 #                  "+15555555555 +17777777777"
149
150 # enable/disable sending twilio SMS
151 SEND_TWILIO="YES"
152
153 # Signup for free trial and select a SMS capable Twilio Number
154 # To get your Account SID and Token, go to https://www.twilio.com/console
155 # Place your sid, token and number below.
156 # Then just set the recipients' phone numbers.
157 # The trial account is only allowed to use the number specified when set up.
158
159 # Without an account sid and token, netdata cannot send Twilio text messages.
160 TWILIO_ACCOUNT_SID=""
161 TWILIO_ACCOUNT_TOKEN=""
162 TWILIO_NUMBER=""
163 DEFAULT_RECIPIENT_TWILIO=""
164
165 #------------------------------------------------------------------------------
166 # Messagebird (messagebird.com) SMS options
167
168 # multiple recipients can be given like this:
169 #                  "+15555555555 +17777777777"
170
171 # enable/disable sending messagebird SMS
172 SEND_MESSAGEBIRD="YES"
173
174 # Without an access key, netdata cannot send Messagebird text messages.
175 MESSAGEBIRD_ACCESS_KEY=""
176 MESSAGEBIRD_NUMBER=""
177 DEFAULT_RECIPIENT_MESSAGEBIRD=""
178
179 #------------------------------------------------------------------------------
180 # telegram (telegram.org) global notification options
181
182 # To get your chat ID send the command /my_id to telegram bot @get_id.
183 # Users also need to open a query with the bot (see below).
184
185 # note: multiple recipients can be given like this:
186 #                  "CHAT_ID_1 CHAT_ID_2 ..."
187
188 # enable/disable sending telegram messages
189 SEND_TELEGRAM="YES"
190
191 # Contact the bot @BotFather to create a new bot and receive a bot token.
192 # Without it, netdata cannot send telegram messages.
193 TELEGRAM_BOT_TOKEN=""
194
195 # If a role's recipients are not configured, a message will be send to
196 # this chat id (empty = do not send a notification for unconfigured roles):
197 DEFAULT_RECIPIENT_TELEGRAM=""
198
199
200 #------------------------------------------------------------------------------
201 # slack (slack.com) global notification options
202
203 # multiple recipients can be given like this:
204 #                  "CHANNEL1 CHANNEL2 ..."
205
206 # enable/disable sending slack notifications
207 SEND_SLACK="YES"
208
209 # Login to slack.com and create an incoming webhook. You need only one for all
210 # your netdata servers (or you can have one for each of your netdata).
211 # Without it, netdata cannot send slack notifications.
212 # Get yours from: https://api.slack.com/incoming-webhooks
213 SLACK_WEBHOOK_URL=""
214
215 # if a role's recipients are not configured, a notification will be send to
216 # this slack channel (empty = do not send a notification for unconfigured
217 # roles):
218 DEFAULT_RECIPIENT_SLACK=""
219
220
221 #------------------------------------------------------------------------------
222 # kafka notification options
223
224 # enable/disable sending kafka notifications
225 SEND_KAFKA="YES"
226
227 # The URL to POST kafka alarm data to. It should be the full URL.
228 KAFKA_URL=""
229
230 # The IP to be used in the kafka message as the sender.
231 KAFKA_SENDER_IP=""
232
233
234 #------------------------------------------------------------------------------
235 # pagerduty.com notification options
236 #
237 # pagerduty.com notifications require the pagerduty agent to be installed and 
238 # a "Generic API" pagerduty service.
239 # https://www.pagerduty.com/docs/guides/agent-install-guide/
240
241 # multiple recipients can be given like this:
242 #              "<pd_service_key_1> <pd_service_key_2> ..."
243
244 # enable/disable sending pagerduty notifications
245 SEND_PD="YES"
246
247 # if a role's recipients are not configured, a notification will be sent to
248 # the "General API" pagerduty.com service that uses this service key.
249 # (empty = do not send a notification for unconfigured roles):
250 DEFAULT_RECIPIENT_PD=""
251
252
253 ###############################################################################
254 # RECIPIENTS PER ROLE
255
256 # -----------------------------------------------------------------------------
257 # generic system alarms
258 # CPU, disks, network interfaces, entropy, etc
259
260 role_recipients_email[sysadmin]="${DEFAULT_RECIPIENT_EMAIL}"
261
262 role_recipients_pushover[sysadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
263
264 role_recipients_pushbullet[sysadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
265
266 role_recipients_telegram[sysadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
267
268 role_recipients_slack[sysadmin]="${DEFAULT_RECIPIENT_SLACK}"
269
270 role_recipients_twilio[sysadmin]="${DEFAULT_RECIPIENT_TWILIO}"
271
272 role_recipients_messagebird[sysadmin]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
273
274 role_recipients_pd[sysadmin]="${DEFAULT_RECIPIENT_PD}"
275
276 # -----------------------------------------------------------------------------
277 # DNS related alarms
278
279 role_recipients_email[domainadmin]="${DEFAULT_RECIPIENT_EMAIL}"
280
281 role_recipients_pushover[domainadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
282
283 role_recipients_pushbullet[domainadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
284
285 role_recipients_telegram[domainadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
286
287 role_recipients_slack[domainadmin]="${DEFAULT_RECIPIENT_SLACK}"
288
289 role_recipients_twilio[domainadmin]="${DEFAULT_RECIPIENT_TWILIO}"
290
291 role_recipients_messagebird[domainadmin]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
292
293 role_recipients_pd[domainadmin]="${DEFAULT_RECIPIENT_PD}"
294
295 # -----------------------------------------------------------------------------
296 # database servers alarms
297 # mysql, redis, memcached, etc
298
299 role_recipients_email[dba]="${DEFAULT_RECIPIENT_EMAIL}"
300
301 role_recipients_pushover[dba]="${DEFAULT_RECIPIENT_PUSHOVER}"
302
303 role_recipients_pushbullet[dba]="${DEFAULT_RECIPIENT_PUSHBULLET}"
304
305 role_recipients_telegram[dba]="${DEFAULT_RECIPIENT_TELEGRAM}"
306
307 role_recipients_slack[dba]="${DEFAULT_RECIPIENT_SLACK}"
308
309 role_recipients_twilio[dba]="${DEFAULT_RECIPIENT_TWILIO}"
310
311 role_recipients_messagebird[dba]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
312
313 role_recipients_pd[dba]="${DEFAULT_RECIPIENT_PD}"
314
315 # -----------------------------------------------------------------------------
316 # web servers alarms
317 # apache, nginx, etc
318
319 role_recipients_email[webmaster]="${DEFAULT_RECIPIENT_EMAIL}"
320
321 role_recipients_pushover[webmaster]="${DEFAULT_RECIPIENT_PUSHOVER}"
322
323 role_recipients_pushbullet[webmaster]="${DEFAULT_RECIPIENT_PUSHBULLET}"
324
325 role_recipients_telegram[webmaster]="${DEFAULT_RECIPIENT_TELEGRAM}"
326
327 role_recipients_slack[webmaster]="${DEFAULT_RECIPIENT_SLACK}"
328
329 role_recipients_twilio[webmaster]="${DEFAULT_RECIPIENT_TWILIO}"
330
331 role_recipients_messagebird[webmaster]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
332
333 role_recipients_pd[webmaster]="${DEFAULT_RECIPIENT_PD}"
334
335 # -----------------------------------------------------------------------------
336 # proxy servers alarms
337 # apache, nginx, etc
338
339 role_recipients_email[proxyadmin]="${DEFAULT_RECIPIENT_EMAIL}"
340
341 role_recipients_pushover[proxyadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
342
343 role_recipients_pushbullet[proxyadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
344
345 role_recipients_telegram[proxyadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
346
347 role_recipients_slack[proxyadmin]="${DEFAULT_RECIPIENT_SLACK}"
348
349 role_recipients_twilio[proxyadmin]="${DEFAULT_RECIPIENT_TWILIO}"
350
351 role_recipients_messagebird[proxyadmin]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
352
353 role_recipients_pd[proxyadmin]="${DEFAULT_RECIPIENT_PD}"