diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-26 17:10:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-26 17:10:18 +0000 |
commit | bb3cae2edeb7b698c9dfcbe74df9eb17d03c771b (patch) | |
tree | 55748ed1435e5a5221b91426ecd284ffa1fe7094 /health/notifications | |
parent | Releasing debian version 1.43.0-1. (diff) | |
download | netdata-bb3cae2edeb7b698c9dfcbe74df9eb17d03c771b.tar.xz netdata-bb3cae2edeb7b698c9dfcbe74df9eb17d03c771b.zip |
Merging upstream version 1.43.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'health/notifications')
-rwxr-xr-x | health/notifications/alarm-notify.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/health/notifications/alarm-notify.sh.in b/health/notifications/alarm-notify.sh.in index 579e4910e..217bc6486 100755 --- a/health/notifications/alarm-notify.sh.in +++ b/health/notifications/alarm-notify.sh.in @@ -1786,7 +1786,7 @@ send_discord() { "text": "${info}", "fields": [ { - "title": "${chart}", + "title": "${chart}" } ], "thumb_url": "${image}", |