add missing "gotify" to list of notification methods in alarm-notify.sh (#17069)
Ilya Mashchenko committed
Feb 27, 2024 at 21:52 UTC
6636bbec1ecebbb317ce388511d8da77cf693c3e
1 file changed
+18
-17
src/health/notifications/alarm-notify.sh.in
+18
-17
@@ -248,31 +248,32 @@ docurl() {
248
# Used in a couple of places to write more compact code.
249
250
method_names="
251
-email
252
-pushover
253
-pushbullet
254
-telegram
255
-slack
251
alerta
257
-flock
252
+awssns
253
+custom
254
discord
255
+dynatrace
256
+email
257
+fleep
258
+flock
259
+gotify
260
hipchat
260
-twilio
261
+irc
262
+kavenegar
263
+matrix
264
messagebird
262
-pd
263
-fleep
264
-syslog
265
-custom
265
msteams
267
-kavenegar
266
+ntfy
267
+pd
268
prowl
269
-irc
270
-awssns
269
+pushbullet
270
+pushover
271
rocketchat
272
+slack
273
sms
273
-dynatrace
274
-matrix
275
-ntfy
274
+syslog
275
+telegram
276
+twilio
277
"
278
279
# -----------------------------------------------------------------------------