Add SmartCronHelper

This commit is contained in:
Pēteris Caune 2020-02-04 11:26:49 +02:00
parent e29b2387de
commit b1bffde3d6
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Please submit additions and corrections
<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>
</ul>
<h2>Plugins &amp; Integrations</h2>
<ul>

View File

@ -21,6 +21,7 @@ Please submit additions and corrections
* [frozzare/go-healthchecks](https://github.com/frozzare/go-healthchecks) API wrapper in Go. Supports pinging and failing.
* [healthchecks/hchk](https://github.com/healthchecks/hchk) API wrapper & CLI in Python. Supports creating, pinging.
* [crontask.sh](https://github.com/pforret/crontask) bash wrapper to use in crontab. Supports pinging.
* [SmartCronHelper](https://gitlab.science.ru.nl/bram/sch) A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.
## Plugins & Integrations