healthchecks/templates/docs/resources.html
Berk D. Demir eb279c4c21 Add runitor to resources.{md,html}
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.
2020-04-30 19:43:27 -07:00

39 lines
3.6 KiB
HTML
Raw 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.

<h1>Third-Party Resources</h1>
<p>A collection of third-party software projects that integrate with SITE_NAME.
Please submit additions and corrections
<a href="https://github.com/healthchecks/healthchecks/issues">on GitHub</a>.</p>
<h2>Deployment Tools</h2>
<ul>
<li><a href="https://github.com/iphoting/healthchecks/">iphoting/healthchecks</a> Deploy Healthchecks to Heroku</li>
<li><a href="https://github.com/haswalt/docker-healthchecks">haswalt/docker-healthchecks</a> Docker image</li>
<li><a href="https://github.com/galexrt/docker-healthchecks">galexrt/docker-healthchecks</a> Docker image</li>
<li><a href="https://github.com/linuxserver/docker-healthchecks">linuxserver/docker-healthchecks</a> Docker image</li>
<li><a href="https://galaxy.ansible.com/coaxial/healthchecks">coaxial/healthchecks</a> Ansible role for deploying Healthchecks</li>
</ul>
<h2>API Wrappers</h2>
<ul>
<li><a href="https://github.com/jwulf/healthchecks.io">jwulf/healthchecks.io</a> API wrapper in Javascript. Supports pinging.</li>
<li><a href="https://github.com/MyPropertyOffice/node-hchk">MyPropertyOffice/node-hchk</a> API wrapper in Javascript. Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.</li>
<li><a href="https://github.com/gyde-tv/checks">gyde-tv/checks</a> API wrapper in Ruby. Supports pinging.</li>
<li><a href="https://github.com/kristofferahl/go-healthchecksio">kristofferahl/go-healthchecksio</a> API wrapper in Go. Supports listing, creating, updating, deleting, pausing, pinging.</li>
<li><a href="https://github.com/frozzare/go-healthchecks">frozzare/go-healthchecks</a> API wrapper in Go. Supports pinging and failing.</li>
<li><a href="https://github.com/healthchecks/hchk">healthchecks/hchk</a> API wrapper &amp; CLI in Python. Supports creating, pinging.</li>
<li><a href="https://github.com/pforret/crontask">crontask.sh</a> bash wrapper to use in crontab. Supports pinging.</li>
<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>
<li><a href="https://github.com/davehope/HealthChecksIOStatusReport">davehope/HealthChecksIOStatusReport</a> PowerShell module. Supports pinging.</li>
</ul>
<h2>Plugins &amp; Integrations</h2>
<ul>
<li><a href="https://github.com/kristofferahl/terraform-provider-healthchecksio">terraform-provider-healthchecksio</a> Terraform Provider for Healthchecks.io.</li>
<li><a href="https://github.com/prgTW/healthchecks-bundle">prgTW/healthchecks-bundle</a> Symfony bundle. Supports listing, creating, pinging, pausing.</li>
<li><a href="https://github.com/janiscaunecm/Healthchecks_Magento">janiscaunecm/Healthchecks_Magento</a> Magento module for Healthchecks.io.</li>
<li><a href="https://github.com/binarybucks/restic-tools">binarybucks/restic-tools</a> Wrapper around restic backup, with Healthchecks.io support.</li>
<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>
</ul>
<h2>Other</h2>
<ul>
<li><a href="https://github.com/taylus/HealthTray">HealthTray</a> Watch your healthchecks in Windows system tray.</li>
<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>
<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>
</ul>