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.

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