diff --git a/templates/docs/resources.html b/templates/docs/resources.html
index 5d9f36c3..2681d251 100644
--- a/templates/docs/resources.html
+++ b/templates/docs/resources.html
@@ -19,6 +19,7 @@ Please submit additions and corrections
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.
Plugins & Integrations
diff --git a/templates/docs/resources.md b/templates/docs/resources.md
index 1362be65..00aa740c 100644
--- a/templates/docs/resources.md
+++ b/templates/docs/resources.md
@@ -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