diff --git a/templates/integrations/slack_message.json b/templates/integrations/slack_message.json index 905a4d41..8983ec18 100644 --- a/templates/integrations/slack_message.json +++ b/templates/integrations/slack_message.json @@ -13,6 +13,11 @@ "mrkdwn_in": ["fields"], "text": "“{{ check.name_then_code|escapejs }}” is {{ check.status|upper }}.", "fields": [ + {% if check.desc %} + {"title": "Description", + "value": "{{ check.desc|escapejs }}" + }, + {% endif %} {% if check.kind == "simple" %} {"title": "Period", "value": "{{ check.timeout|hc_duration }}",