forked from GithubBackups/healthchecks
From its README: Why Do I Need This Instead of Calling curl from a Shell Script? In addition to clean separation of concerns from the thing that needs to run and the act of calling an external monitor, runitor packs a few neat extra features that are bit more involved than single line additions to a script. It can capture the stdout and stderr of the command to send it along with execution reports, a.k.a. pings. When you respond to an alert you can quickly start investigating the issue with the relevant context already available. It can be used as a long running process acting as a task scheduler, executing the command at specified intervals. This feature comes in handy when you don't readily have access to a job scheduler like crond or systemd.timer. Works well in one process per container environments.
3.1 KiB
3.1 KiB
Third-Party Resources
A collection of third-party software projects that integrate with SITE_NAME. Please submit additions and corrections on GitHub.
Deployment Tools
- iphoting/healthchecks – Deploy Healthchecks to Heroku
- haswalt/docker-healthchecks – Docker image
- galexrt/docker-healthchecks – Docker image
- linuxserver/docker-healthchecks – Docker image
- coaxial/healthchecks – Ansible role for deploying Healthchecks
API Wrappers
- jwulf/healthchecks.io – API wrapper in Javascript. Supports pinging.
- MyPropertyOffice/node-hchk – API wrapper in Javascript. Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.
- gyde-tv/checks – API wrapper in Ruby. Supports pinging.
- kristofferahl/go-healthchecksio – API wrapper in Go. Supports listing, creating, updating, deleting, pausing, pinging.
- frozzare/go-healthchecks – API wrapper in Go. Supports pinging and failing.
- healthchecks/hchk – API wrapper & CLI in Python. Supports creating, pinging.
- crontask.sh – bash wrapper to use in crontab. Supports pinging.
- SmartCronHelper – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.
- davehope/HealthChecksIOStatusReport – PowerShell module. Supports pinging.
Plugins & Integrations
- terraform-provider-healthchecksio – Terraform Provider for Healthchecks.io.
- prgTW/healthchecks-bundle – Symfony bundle. Supports listing, creating, pinging, pausing.
- janiscaunecm/Healthchecks_Magento – Magento module for Healthchecks.io.
- binarybucks/restic-tools – Wrapper around restic backup, with Healthchecks.io support.
- borgmatic – backup software for servers and workstations, includes Healthchecks.io support.
Other
- HealthTray – Watch your healthchecks in Windows system tray.
- healthchecks/dashboard – A standalone HTML page showing the status of the checks in your account.
- runitor - A command runner with healthchecks.io integration to keep your scripts and containers simple.