Healthchecks

screenshot of Healthchecks
django

Open-source cron job and background task monitoring service, written in Python & Django

Overview:

Healthchecks is a cron job monitoring service that monitors HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). It sends out alerts when pings do not arrive on time and offers a web dashboard, API, integrations for notifications, monthly reports, WebAuthn 2FA support, and team management features. The service is built using Python 3.10+, Django 5.1, and supports PostgreSQL or MySQL databases.

Features:

  • Web Dashboard: Monitor the status of all your cron jobs in a live-updating dashboard.
  • API: Integrate Healthchecks with other services using its API.
  • 25+ Integrations: Deliver notifications through various integrations.
  • Monthly Email Reports: Receive monthly email reports about your cron jobs.
  • WebAuthn 2FA Support: Secure your account with WebAuthn two-factor authentication.
  • Team Management: Manage projects, team members, and read-only access.
django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.