|
|
@ -1,13 +1,23 @@ |
|
|
|
{% extends "emails/base.html" %} |
|
|
|
|
|
|
|
{% load humanize hc_extras %} |
|
|
|
|
|
|
|
{% block content %} |
|
|
|
<style> |
|
|
|
th { |
|
|
|
.checks { |
|
|
|
margin: 30px 0; |
|
|
|
width: 100%; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
.checks th { |
|
|
|
text-align: left; |
|
|
|
padding: 8px; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
|
|
|
|
td { |
|
|
|
border-top: 1px solid #ddd; |
|
|
|
.checks td { |
|
|
|
border-top: 1px solid #EDEFF2; |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
|
|
|
@ -25,16 +35,20 @@ |
|
|
|
|
|
|
|
|
|
|
|
.unnamed { |
|
|
|
color: #888; |
|
|
|
color: #74787E; |
|
|
|
font-style: italic; |
|
|
|
} |
|
|
|
|
|
|
|
.view-log { |
|
|
|
font-size: 13px; |
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
<p>Hello,</p> |
|
|
|
<h1>Hello,</h1> |
|
|
|
<p>This is a monthly report sent by <a href="https://healthchecks.io">healthchecks.io</a>.</p> |
|
|
|
|
|
|
|
<table> |
|
|
|
<table class="checks" cellpadding="0" cellspacing="0"> |
|
|
|
<tr> |
|
|
|
<th></th> |
|
|
|
<th>Name</th> |
|
|
@ -76,7 +90,7 @@ |
|
|
|
{% endif %} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<a href="{{ check.log_url }}">View Log</a> |
|
|
|
<a class="view-log" href="{{ check.log_url }}">View Log</a> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
@ -87,12 +101,11 @@ Do you have more cron jobs, |
|
|
|
not yet on this list, that would benefit from monitoring? |
|
|
|
Get the ball rolling by adding one more!</p> |
|
|
|
|
|
|
|
<p> |
|
|
|
--<br /> |
|
|
|
Regards,<br /> |
|
|
|
healthchecks.io |
|
|
|
</p> |
|
|
|
<p>Cheers,<br>The Healthchecks<span>.</span>io</a> Team</p> |
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="{{ unsub_link }}">Unsubscribe from future monthly reports</a> |
|
|
|
</p> |
|
|
|
{% block unsub %} |
|
|
|
<br /> |
|
|
|
<a href="{{ unsub_link }}">Unsubscribe from future monthly reports</a> |
|
|
|
{% endblock %} |