A monitoring system for cron jobs with a web UI and alerting via email, SMS, PagerDuty, AWS SNS, and Slack.
minicron is an open-source tool for monitoring cron jobs to ensure they execute correctly and on schedule. It provides a web-based interface to view job output, track execution history, and set up alerts for failures or missed runs. The system uses a client-server architecture where jobs run via a client on your server and data is relayed to a central hub.
System administrators, DevOps engineers, and developers who manage scheduled tasks (cron jobs) on servers and need reliable monitoring and alerting.
Developers choose minicron for its straightforward setup, comprehensive alerting options (including Slack and PagerDuty), and historical job tracking—all without relying on external SaaS services, as it can be self-hosted.
🕰️ Monitor your cron jobs
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Offers a graphical UI for managing cron schedules and viewing real-time job output, simplifying monitoring compared to manual log parsing.
Supports alerts via email, SMS (Twilio), PagerDuty, AWS SNS, and Slack, ensuring timely notifications for job failures or misses.
Stores and provides access to execution history for all jobs, aiding in auditing and debugging without external log systems.
Can be deployed on-premises without third-party SaaS dependencies, giving full control over data and infrastructure.
The project is no longer actively developed, with v1.0 incomplete and only v0.9.6 as the latest release, posing long-term sustainability risks.
Installation instructions contain a 'TODO' note for v1.0, making setup unclear and potentially frustrating for new users.
Lacks modern integrations, community plugins, and support compared to active alternatives, limiting extensibility in containerized or cloud-native setups.
Requires running and managing both client and server components, adding operational overhead compared to simpler cron monitoring scripts.