Browse Source

Another screenshot, wording.

pull/7/head
Pēteris Caune 9 years ago
parent
commit
655f51e1d2
4 changed files with 20 additions and 8 deletions
  1. BIN
      static/img/channels.png
  2. +3
    -6
      templates/front/about.html
  3. +1
    -1
      templates/front/docs.html
  4. +16
    -1
      templates/front/welcome.html

BIN
static/img/channels.png View File

Before After
Width: 1200  |  Height: 724  |  Size: 60 KiB

+ 3
- 6
templates/front/about.html View File

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


+ 1
- 1
templates/front/docs.html View File

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


+ 16
- 1
templates/front/welcome.html View File

@ -185,7 +185,7 @@
Down. Down.
Time since last ping has exceeded <strong>Period</strong> + <strong>Grace</strong>. Time since last ping has exceeded <strong>Period</strong> + <strong>Grace</strong>.
When check goes from "Late" to "Down", HealthChecks When check goes from "Late" to "Down", HealthChecks
sends you an email alert.
sends you a notification.
</td> </td>
</tr> </tr>
</table> </table>
@ -193,6 +193,21 @@
</div> </div>
</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> </div>


Loading…
Cancel
Save