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.

55 lines
2.0 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. {% extends "base.html" %}
  2. {% load staticfiles %}
  3. {% block title %}About - healthchecks.io{% endblock %}
  4. {% block content %}
  5. <div class="row">
  6. <div class="col-sm-12">
  7. <h3>Contact</h3>
  8. <p><a href="mailto:[email protected]">[email protected]</a></p>
  9. <p><a href="https://twitter.com/healthchecks_io">@healthchecks_io</a></p>
  10. <address>
  11. <strong>Monkey See Monkey Do SIA</strong><br>
  12. Gaujas iela 4-2<br>
  13. Valmiera, LV-4201<br>
  14. Latvia
  15. </address>
  16. <h3>Open Source</h3>
  17. <p>
  18. healthchecks.io is an open source project. The code is on
  19. <a href="https://github.com/healthchecks/healthchecks">GitHub</a>,
  20. it has BSD license, and is accepting contributions.
  21. </p>
  22. <h3>Reliability Guarantees</h3>
  23. <p>
  24. No warranties!<br />
  25. The service is currently run on a single $20 Digital Ocean box
  26. in NYC3.
  27. It does have daily database backups to Amazon S3.
  28. Multi-hour or even multi-day outages are possible.
  29. Still, <em>some monitoring is better
  30. than no monitoring!</em>
  31. </p>
  32. <p>
  33. There's also a number of alternative cron monitoring services, with
  34. different feature sets, different reliability guarantees and
  35. pricing options. If healthchecks.io doesn't seem like a good fit
  36. for you, why not check them out:
  37. <a href="https://cronitor.io/">Cronitor.io</a>,
  38. <a href="https://deadmanssnitch.com/">Dead Man's Snitch</a>,
  39. <a href="https://github.com/quantopian/coal-mine">Coal Mine</a>,
  40. <a href="http://www.pushmon.com/">PushMon</a>,
  41. <a href="https://steward.io">steward.io</a>,
  42. <a href="https://www.cronalarm.com/">CronAlarm</a>,
  43. <a href="https://wdt.io/">Watchdog Timer</a>.
  44. </p>
  45. </div>
  46. </div>
  47. {% endblock %}