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.

68 lines
3.7 KiB

  1. # Third-Party Resources
  2. A collection of third-party software projects that integrate with SITE_NAME.
  3. Please submit additions and corrections
  4. [on GitHub](https://github.com/healthchecks/healthchecks/issues).
  5. ## Tools for Self-Hosting
  6. * [linuxserver/docker-healthchecks](https://github.com/linuxserver/docker-healthchecks) – Docker image
  7. * [galexrt/docker-healthchecks](https://github.com/galexrt/docker-healthchecks) – Docker image
  8. * [haswalt/docker-healthchecks](https://github.com/haswalt/docker-healthchecks) – Docker image
  9. * [iphoting/healthchecks](https://github.com/iphoting/healthchecks/) – Deploy Healthchecks to Heroku
  10. * [coaxial/healthchecks](https://galaxy.ansible.com/coaxial/healthchecks) – Ansible role for deploying Healthchecks
  11. ## Command Runners, Shell Wrappers
  12. * [runitor](https://github.com/bdd/runitor) - A command runner with Healthchecks.io integration to keep your scripts and containers simple.
  13. * [SmartCronHelper](https://gitlab.science.ru.nl/bram/sch) – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.
  14. * [crontask.sh](https://github.com/pforret/crontask) – bash wrapper to use in crontab. Supports pinging.
  15. ## API Wrappers
  16. ### Go
  17. * [kristofferahl/go-healthchecksio](https://github.com/kristofferahl/go-healthchecksio) – Supports listing, creating, updating, deleting, pausing, pinging.
  18. * [frozzare/go-healthchecks](https://github.com/frozzare/go-healthchecks) – Supports pinging and failing.
  19. ### Javascript
  20. * [pauldenver/healthchecks-io-client](https://github.com/pauldenver/healthchecks-io-client) – Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.
  21. * [jwulf/healthchecks.io](https://github.com/jwulf/healthchecks.io) – Supports pinging.
  22. * [MyPropertyOffice/node-hchk](https://github.com/MyPropertyOffice/node-hchk) – Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.
  23. ### PHP
  24. * [henrywhitaker3/PHP-healthchecks.io](https://github.com/henrywhitaker3/PHP-healthchecks.io) – Supports listing, creating, updating, deleting, pausing, pinging, failing and starting checks. Supports listing integrations.
  25. * [prgTW/healthchecks-bundle](https://github.com/prgTW/healthchecks-bundle) – Symfony bundle. Supports listing, creating, pinging, pausing.
  26. * [janiscaunecm/Healthchecks_Magento](https://github.com/janiscaunecm/Healthchecks_Magento) – Magento module for Healthchecks.io.
  27. ### PowerShell
  28. * [davehope/HealthChecksIOStatusReport](https://github.com/davehope/HealthChecksIOStatusReport) – Supports pinging.
  29. ### Python
  30. * [healthchecks/hchk](https://github.com/healthchecks/hchk) – Supports creating, pinging.
  31. ### Ruby
  32. * [gyde-tv/checks](https://github.com/gyde-tv/checks) – Supports pinging.
  33. ### Rust
  34. * [msfjarvis/healthchecks-rs](https://github.com/msfjarvis/healthchecks-rs) – Supports all current Ping API and Management API calls.
  35. ### Terraform
  36. * [terraform-provider-healthchecksio](https://github.com/kristofferahl/terraform-provider-healthchecksio) – Terraform Provider for Healthchecks.io. Supports creating, updating, deleting checks.
  37. ## Backup Software Integrations
  38. * [binarybucks/restic-tools](https://github.com/binarybucks/restic-tools) – Wrapper around restic backup, with Healthchecks.io support.
  39. * [borgmatic](https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#healthchecks-hook) – backup software for servers and workstations, includes Healthchecks.io support.
  40. ## Dashboards
  41. * [healthchecks/dashboard](https://github.com/healthchecks/dashboard) – A standalone HTML page showing the status of the checks in your account.
  42. * [HealthTray](https://github.com/taylus/HealthTray) – Watch your healthchecks in Windows system tray.