Mattermost with Slack integration: payload fields must be strings not integers, or else there will be a bunch of JS errors on Mattermost web UI.

This commit is contained in:
Pēteris Caune 2016-04-15 00:13:13 +03:00
parent 5f4cf6780a
commit ba357b045c

View File

@ -36,7 +36,7 @@
{% endif %}
{
"title": "Total Pings",
"value": {{ check.n_pings }},
"value": "{{ check.n_pings }}",
"short": true
}
]