Open Internet by MindsNet
healthchecks/healthchecks
Repository: healthchecks/healthchecks Stars: 10291 Forks: 1002 Primary language: Python Discovery sources: awesome:awesome-devops, awesome:awesome-selfhosted Selection score: 82.22 Usefulness score: 9.7 Source confidence score: 5.1 Languages: Python, HTML, Less, JavaScript, CSS, Dockerfile Topics: cron, cron-jobs, devops, django, monitoring, ops Summary: Open-source cron job and background task monitoring service, written in Python & Django README excerpt: # Healthchecks [](https://github.com/healthchecks/healthchecks/actions/workflows/tests.yml) [](https://coveralls.io/github/healthchecks/healthchecks?branch=master) Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. Healthchecks comes with a web dashboard, API, 25+ integrations for delivering notifications, monthly email reports, WebAuthn 2FA support, team management features: projects, team members, read-only access. The building blocks are: * Python 3.12+ * Django 6.1 * PostgreSQL, MySQL or MariaDB Healthchecks is licensed under the BSD 3-clause license. Healthchecks is available as a hosted service at [https://healthchecks.io/](https://healthchecks.io/). A [Dockerfile](https://github.com/healthchecks/healthchecks/tree/master/docker) and [pre-built Docker images](https://hub.docker.com/r/healthchecks/healthchecks) are available. Screenshots: The "My Checks" screen. Shows the status of all your cron jobs in a live-updating dashboard.  Each check has configurable Period and Grace Time parameters. Period is the expected time between pings. Grace Time specifies how long to wait before sending out alerts when a job is running
Computing & Technology, Computer Science, Web Development