Another screenshot, wording.

This commit is contained in:
Pēteris Caune 2015-08-17 21:17:28 +03:00
parent 18635e947a
commit 655f51e1d2
4 changed files with 20 additions and 8 deletions

BIN
static/img/channels.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -13,14 +13,11 @@
</p>
<p>
Code is on
<a href="https://github.com/healthchecks/healthchecks">GitHub</a>.
<a href="https://github.com/healthchecks/healthchecks">GitHub</a>,
BSD license.
</p>
<h3>Reliability Guarantees</h3>
<p>
Health Checks is currently at an
relatively early stage as you can probably tell.
</p>
<p>
The service is currently run on single $5 Digital Ocean box.
It can and will have ocassional outages. User data is however
@ -28,7 +25,7 @@
</p>
<p>
If all this does not sound very inspiring,
If this does not sound very inspiring,
there are also alternative services:
</p>

View File

@ -164,7 +164,7 @@ thing: they fire off a HTTP GET method.</p>
<strong>Down.</strong>
Time since last ping has exceeded <strong>Period</strong> + <strong>Grace</strong>.
When check goes from "Late" to "Down", healthchecks.io
sends you an email alert.
sends you an alert.
</td>
</tr>
</table>

View File

@ -185,7 +185,7 @@
Down.
Time since last ping has exceeded <strong>Period</strong> + <strong>Grace</strong>.
When check goes from "Late" to "Down", HealthChecks
sends you an email alert.
sends you a notification.
</td>
</tr>
</table>
@ -193,6 +193,21 @@
</div>
</div>
<div class="row tour-section">
<div class="col-sm-8">
<img
class="img-responsive"
src="{% static 'img/channels.png' %}" alt="Channels page" />
</div>
<div class="col-sm-4">
<p>
You can specify additional email addresses, webhooks
and <a href="https://www.pagerduty.com/">PagerDuty</a>
accounts to send notifications to.
</p>
</div>
</div>
</div>