aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/healthcheck.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/healthcheck.py b/modules/healthcheck.py
index 0b13af0d..0cf2c72b 100644
--- a/modules/healthcheck.py
+++ b/modules/healthcheck.py
@@ -2,6 +2,9 @@
from src import ModuleManager, utils
+# this module was created for use with https://healthchecks.io/
+# but it can be used for any similar URL-pinging service.
+
class Module(ModuleManager.BaseModule):
@utils.hook("cron")
@utils.kwarg("schedule", "*/10")