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.

66 lines
4.5 KiB

  1. <h1>Third-Party Resources</h1>
  2. <p>A collection of third-party software projects that integrate with SITE_NAME.
  3. Please submit additions and corrections
  4. <a href="https://github.com/healthchecks/healthchecks/issues">on GitHub</a>.</p>
  5. <h2>Tools for Self-Hosting</h2>
  6. <ul>
  7. <li><a href="https://github.com/linuxserver/docker-healthchecks">linuxserver/docker-healthchecks</a> – Docker image</li>
  8. <li><a href="https://github.com/galexrt/docker-healthchecks">galexrt/docker-healthchecks</a> – Docker image</li>
  9. <li><a href="https://github.com/haswalt/docker-healthchecks">haswalt/docker-healthchecks</a> – Docker image</li>
  10. <li><a href="https://github.com/iphoting/healthchecks/">iphoting/healthchecks</a> – Deploy Healthchecks to Heroku</li>
  11. <li><a href="https://galaxy.ansible.com/coaxial/healthchecks">coaxial/healthchecks</a> – Ansible role for deploying Healthchecks</li>
  12. </ul>
  13. <h2>Command Runners, Shell Wrappers</h2>
  14. <ul>
  15. <li><a href="https://github.com/bdd/runitor">runitor</a> - A command runner with Healthchecks.io integration to keep your scripts and containers simple.</li>
  16. <li><a href="https://gitlab.science.ru.nl/bram/sch">SmartCronHelper</a> – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.</li>
  17. <li><a href="https://github.com/pforret/crontask">crontask.sh</a> – Bash wrapper to use in crontab. Supports pinging.</li>
  18. </ul>
  19. <h2>API Wrappers</h2>
  20. <h3>Go</h3>
  21. <ul>
  22. <li><a href="https://github.com/kristofferahl/go-healthchecksio">kristofferahl/go-healthchecksio</a> – Supports listing, creating, updating, deleting, pausing, pinging.</li>
  23. <li><a href="https://github.com/frozzare/go-healthchecks">frozzare/go-healthchecks</a> – Supports pinging and failing.</li>
  24. </ul>
  25. <h3>Javascript</h3>
  26. <ul>
  27. <li><a href="https://github.com/pauldenver/healthchecks-io-client">pauldenver/healthchecks-io-client</a> – Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.</li>
  28. <li><a href="https://github.com/jwulf/healthchecks.io">jwulf/healthchecks.io</a> – Supports pinging.</li>
  29. <li><a href="https://github.com/MyPropertyOffice/node-hchk">MyPropertyOffice/node-hchk</a> – Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.</li>
  30. </ul>
  31. <h3>PHP</h3>
  32. <ul>
  33. <li><a href="https://github.com/henrywhitaker3/PHP-healthchecks.io">henrywhitaker3/PHP-healthchecks.io</a> – Supports listing, creating, updating, deleting, pausing, pinging, failing and starting checks. Supports listing integrations.</li>
  34. <li><a href="https://github.com/prgTW/healthchecks-bundle">prgTW/healthchecks-bundle</a> – Symfony bundle. Supports listing, creating, pinging, pausing.</li>
  35. <li><a href="https://github.com/janiscaunecm/Healthchecks_Magento">janiscaunecm/Healthchecks_Magento</a> – Magento module for Healthchecks.io.</li>
  36. </ul>
  37. <h3>PowerShell</h3>
  38. <ul>
  39. <li><a href="https://github.com/davehope/HealthChecksIOStatusReport">davehope/HealthChecksIOStatusReport</a> – Supports pinging.</li>
  40. </ul>
  41. <h3>Python</h3>
  42. <ul>
  43. <li><a href="https://github.com/healthchecks/hchk">healthchecks/hchk</a> – Supports creating, pinging.</li>
  44. </ul>
  45. <h3>Ruby</h3>
  46. <ul>
  47. <li><a href="https://github.com/gyde-tv/checks">gyde-tv/checks</a> – Supports pinging.</li>
  48. </ul>
  49. <h3>Rust</h3>
  50. <ul>
  51. <li><a href="https://github.com/msfjarvis/healthchecks-rs">msfjarvis/healthchecks-rs</a> – Supports all current Ping API and Management API calls.</li>
  52. </ul>
  53. <h3>Terraform</h3>
  54. <ul>
  55. <li><a href="https://github.com/kristofferahl/terraform-provider-healthchecksio">terraform-provider-healthchecksio</a> – Terraform Provider for Healthchecks.io. Supports creating, updating, deleting checks.</li>
  56. </ul>
  57. <h2>Backup Software Integrations</h2>
  58. <ul>
  59. <li><a href="https://github.com/binarybucks/restic-tools">binarybucks/restic-tools</a> – Wrapper around restic backup, with Healthchecks.io support.</li>
  60. <li><a href="https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#healthchecks-hook">borgmatic</a> – Backup software for servers and workstations, includes Healthchecks.io support.</li>
  61. </ul>
  62. <h2>Dashboards</h2>
  63. <ul>
  64. <li><a href="https://github.com/healthchecks/dashboard">healthchecks/dashboard</a> – A standalone HTML page showing the status of the checks in your account.</li>
  65. <li><a href="https://github.com/taylus/HealthTray">HealthTray</a> – Watch your healthchecks in Windows system tray.</li>
  66. <li><a href="https://github.com/nicoandrade/healthchecks-front">nicoandrade/healthchecks-front</a> – Beautiful &amp; free web dashboard, works great on desktop and mobile.</li>
  67. </ul>