healthchecks_healthchecks/templates/docs/resources.md
2024-11-22 12:55:32 +02:00

60 lines
3.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Third-Party Resources
A collection of third-party software projects that integrate with SITE_NAME.
Please submit additions and corrections
[on GitHub](https://github.com/healthchecks/healthchecks/issues).
## Command Runners, Shell Wrappers
* [runitor](https://github.com/bdd/runitor) - A command runner with Healthchecks.io integration to keep your scripts and containers simple.
* [crontask.sh](https://github.com/pforret/crontask) Bash wrapper to use in crontab. Supports pinging.
* [task-mon](https://github.com/dimo414/task-mon) A small binary for notifying Healthchecks.io when a command runs, written in Rust.
* [hc-monitor](https://gist.github.com/odolbeau/bd6d8eb7910d1289e2687682c8db9275) Bash wrapper, supports pinging.
## Tools for Self-Hosting
* [linuxserver/docker-healthchecks](https://github.com/linuxserver/docker-healthchecks) Alternative Docker image
* [galexrt/docker-healthchecks](https://github.com/galexrt/docker-healthchecks) Alternative Docker image
* [Elestio](https://elest.io/open-source/healthchecks) Managed hosting platform with Healthchecks support (uses the linuxserver image)
## API Wrappers
### Ansible
* [ansible-collections/community.healthchecksio](https://github.com/ansible-collections/community.healthchecksio) - Ansible modules for automating tasks on Healthchecks.io
### Go
* [kristofferahl/go-healthchecksio](https://github.com/kristofferahl/go-healthchecksio) Supports listing, creating, updating, deleting, pausing, pinging.
* [gitlab.com/etke.cc/go/healthchecks](https://gitlab.com/etke.cc/go/healthchecks) Supports pinging.
### PowerShell
* [davehope/HealthChecksIOStatusReport](https://github.com/davehope/HealthChecksIOStatusReport) Supports pinging.
### Python
* [samarpan-rai/healthchecks_wrapper](https://github.com/samarpan-rai/healthchecks_wrapper) Python context manager, supports pinging.
* [danidelvalle/healthchecks-decorator](https://github.com/danidelvalle/healthchecks-decorator) Python context manager, supports pinging.
* [andrewthetechie/py-healthchecks.io](https://github.com/andrewthetechie/py-healthchecks.io) Supports creating, pinging. Has sync and async implementations.
### Rust
* [msfjarvis/healthchecks-rs](https://github.com/msfjarvis/healthchecks-rs) Supports all current Ping API and Management API calls.
### Terraform
* [terraform-provider-healthchecksio](https://github.com/kristofferahl/terraform-provider-healthchecksio) Terraform Provider for Healthchecks.io. Supports creating, updating, deleting checks.
## Backup Software Integrations
* [backrest](https://github.com/garethgeorge/backrest) A web UI and orchestrator for restic, includes Healthchecks.io support.
* [binarybucks/restic-tools](https://github.com/binarybucks/restic-tools) Wrapper around restic backup, with Healthchecks.io support.
* [borgmatic](https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#healthchecks-hook) A frontend to Borg, includes Healthchecks.io support.
* [emborg](https://emborg.readthedocs.io/en/latest/monitoring.html#healthchecks-io) A frontend to Borg, includes Healthchecks.io support.
## Dashboards
* [healthchecks/dashboard](https://github.com/healthchecks/dashboard) A standalone HTML page showing the status of the checks in your account.
* [nicoandrade/healthchecks-front](https://github.com/nicoandrade/healthchecks-front) Beautiful & free web dashboard, works great on desktop and mobile.