summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorje2555 <je2555@users.noreply.github.com>2022-12-16 18:07:48 +0100
committerGitHub <noreply@github.com>2022-12-16 19:07:48 +0200
commit3748954baea8e8338a53fa7b9925d028c9e4c92a (patch)
treea0c66b9a4a9a4f54b2ebd735dc1e706f2b5c83c6 /health
parent12b118baa3573de2d6abb843abf22db7d98a1ebb (diff)
Populate field values in send_slack() for Mattermost (#14153)
Closes https://github.com/netdata/netdata/issues/14152
Diffstat (limited to 'health')
-rwxr-xr-xhealth/notifications/alarm-notify.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/health/notifications/alarm-notify.sh.in b/health/notifications/alarm-notify.sh.in
index 3edf3d0839..4e11c7a656 100755
--- a/health/notifications/alarm-notify.sh.in
+++ b/health/notifications/alarm-notify.sh.in
@@ -1480,10 +1480,12 @@ send_slack() {
"fields": [
{
"title": "${chart}",
+ "value": "chart",
"short": true
},
{
"title": "${family}",
+ "value": "family",
"short": true
}
],