<% if (checkEvent.downtime) { -%>
OK: Check "<%= check.name %>" went back up
On <%= moment(checkEvent.timestamp).format('LLLL') %>,
and after <%= moment.duration(checkEvent.downtime).humanize() %> of downtime,
<% } else { -%>
OK: Check "<%= check.name %>" is now up
On <%= moment(checkEvent.timestamp).format('LLLL') %>,
<% }%>
a test on URL "<%= check.url %>" responded correctly.

<% include details %>
<% include footer %>