You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3 KiB

10 years ago
10 years ago
10 years ago
10 years ago
  1. {% extends "base.html" %}
  2. {% load staticfiles %}
  3. {% block content %}
  4. <div class="row">
  5. <div class="col-sm-12">
  6. <h3>Who Runs This</h3>
  7. <p>
  8. Hello, my name is Pēteris Caune, I live in Riga, Latvia and do programming for living.
  9. You can contact me <a href="mailto:[email protected]">via email</a>.
  10. </p>
  11. <p>
  12. Code is on
  13. <a href="https://github.com/healthchecks/healthchecks">GitHub</a>.
  14. </p>
  15. <h3>Reliability Guarantees</h3>
  16. <p>
  17. Health Checks is currently at a very early stage as you can probably tell.
  18. </p>
  19. <p>
  20. The service is currently run on single $5 Digital Ocean box.
  21. It can and will have ocassional outages. <!-- User data should be safe however,
  22. as we are doing regular database backups to Amazon S3. -->
  23. </p>
  24. <p>
  25. If all this does not sound very inspiring,
  26. there are also alternative services:
  27. </p>
  28. <h3>Alternative Services</h3>
  29. <ul>
  30. <li><a href="https://cronitor.io/">Cronitor.io</a></li>
  31. <li><a href="https://deadmanssnitch.com/">Dead Man's Snitch</a></li>
  32. <li><a href="https://github.com/quantopian/coal-mine">Coal Mine</a></li>
  33. </ul>
  34. </div>
  35. </div>
  36. {% endblock %}