Add nicoandrade/healthchecks-front to resources

Fixes: #536
This commit is contained in:
Pēteris Caune 2021-06-28 13:41:57 +03:00
parent 1c02d1ff87
commit 52e1d420b5
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 6 additions and 4 deletions

View File

@ -14,7 +14,7 @@ Please submit additions and corrections
<ul> <ul>
<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> <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>
<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://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/pforret/crontask">crontask.sh</a> bash wrapper to use in crontab. Supports pinging.</li> <li><a href="https://github.com/pforret/crontask">crontask.sh</a> Bash wrapper to use in crontab. Supports pinging.</li>
</ul> </ul>
<h2>API Wrappers</h2> <h2>API Wrappers</h2>
<h3>Go</h3> <h3>Go</h3>
@ -57,10 +57,11 @@ Please submit additions and corrections
<h2>Backup Software Integrations</h2> <h2>Backup Software Integrations</h2>
<ul> <ul>
<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://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> <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> </ul>
<h2>Dashboards</h2> <h2>Dashboards</h2>
<ul> <ul>
<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/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/taylus/HealthTray">HealthTray</a> Watch your healthchecks in Windows system tray.</li> <li><a href="https://github.com/taylus/HealthTray">HealthTray</a> Watch your healthchecks in Windows system tray.</li>
<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>
</ul> </ul>

View File

@ -16,7 +16,7 @@ Please submit additions and corrections
* [runitor](https://github.com/bdd/runitor) - A command runner with Healthchecks.io integration to keep your scripts and containers simple. * [runitor](https://github.com/bdd/runitor) - A command runner with Healthchecks.io integration to keep your scripts and containers simple.
* [SmartCronHelper](https://gitlab.science.ru.nl/bram/sch) A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab. * [SmartCronHelper](https://gitlab.science.ru.nl/bram/sch) A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.
* [crontask.sh](https://github.com/pforret/crontask) bash wrapper to use in crontab. Supports pinging. * [crontask.sh](https://github.com/pforret/crontask) Bash wrapper to use in crontab. Supports pinging.
## API Wrappers ## API Wrappers
@ -60,9 +60,10 @@ Please submit additions and corrections
## Backup Software Integrations ## Backup Software Integrations
* [binarybucks/restic-tools](https://github.com/binarybucks/restic-tools) Wrapper around restic backup, with 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) backup software for servers and workstations, includes Healthchecks.io support. * [borgmatic](https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#healthchecks-hook) Backup software for servers and workstations, includes Healthchecks.io support.
## Dashboards ## Dashboards
* [healthchecks/dashboard](https://github.com/healthchecks/dashboard) A standalone HTML page showing the status of the checks in your account. * [healthchecks/dashboard](https://github.com/healthchecks/dashboard) A standalone HTML page showing the status of the checks in your account.
* [HealthTray](https://github.com/taylus/HealthTray) Watch your healthchecks in Windows system tray. * [HealthTray](https://github.com/taylus/HealthTray) Watch your healthchecks in Windows system tray.
* [nicoandrade/healthchecks-front](https://github.com/nicoandrade/healthchecks-front) Beautiful & free web dashboard, works great on desktop and mobile.