Populate field values in send_slack() for Mattermost (#14153)
Closes https://github.com/netdata/netdata/issues/14152
je2555 committed
Dec 16, 2022 at 18:07 UTC
3748954baea8e8338a53fa7b9925d028c9e4c92a
1 file changed
+2
health/notifications/alarm-notify.sh.in
+2
@@ -1480,10 +1480,12 @@ send_slack() {
1480
"fields": [
1481
{
1482
"title": "${chart}",
1483
+ "value": "chart",
1484
"short": true
1485
},
1486
{
1487
"title": "${family}",
1488
+ "value": "family",
1489
"short": true
1490
}
1491
],