diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f1eca84..65b6507f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
## Improvements
- Add tighter parameter checks in hc.front.views.serve_doc
- Update OpsGenie instructions (#450)
-
+- Update the email notification template to include more check and last ping details
## v1.18.0 - 2020-12-09
diff --git a/templates/emails/alert-body-html.html b/templates/emails/alert-body-html.html
index 1dff5e12..c1b366e3 100644
--- a/templates/emails/alert-body-html.html
+++ b/templates/emails/alert-body-html.html
@@ -47,28 +47,55 @@
Schedule
{{ check.schedule }}
- {% if trttr %}Yo!{% endif %}
{{ trtr|safe }} {% cycle trtr %}
{% endif %}
- {% if ping %}
+
Last Ping Body
{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}{% endif %}