summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-02-27 21:52:46 +0200
committerGitHub <noreply@github.com>2024-02-27 21:52:46 +0200
commit6636bbec1ecebbb317ce388511d8da77cf693c3e (patch)
treeced6296349d1a2a3851c410eb2108353e06645bb
parentda5d8ff202a8bbe7e900181d8e052168d7b1cf89 (diff)
add missing "gotify" to list of notification methods in alarm-notify.sh (#17069)
-rwxr-xr-xsrc/health/notifications/alarm-notify.sh.in35
1 files changed, 18 insertions, 17 deletions
diff --git a/src/health/notifications/alarm-notify.sh.in b/src/health/notifications/alarm-notify.sh.in
index b1272f73ec..9a5780de1b 100755
--- a/src/health/notifications/alarm-notify.sh.in
+++ b/src/health/notifications/alarm-notify.sh.in
@@ -248,31 +248,32 @@ docurl() {
# Used in a couple of places to write more compact code.
method_names="
-email
-pushover
-pushbullet
-telegram
-slack
alerta
-flock
+awssns
+custom
discord
+dynatrace
+email
+fleep
+flock
+gotify
hipchat
-twilio
+irc
+kavenegar
+matrix
messagebird
-pd
-fleep
-syslog
-custom
msteams
-kavenegar
+ntfy
+pd
prowl
-irc
-awssns
+pushbullet
+pushover
rocketchat
+slack
sms
-dynatrace
-matrix
-ntfy
+syslog
+telegram
+twilio
"
# -----------------------------------------------------------------------------