-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crontab through uptime kuma #4449
Comments
I am going to close this issue as a duplicate of #1482 which has this PR open #3447 The remaining issues should be split into actual issues. An explaination/rationale why I think the points mentioned are not worth this issue staying open (subtracting the points covered by #1482):
Push monitors can report the status via the
Push monitors can report the ping/latency/execution time via the
Unclear what is meant, I think already implemented
Monitors are part of the alerting system. Unclear what is meant by this point.
Push monitors can report the message via the If I misunderstood one/some of your points, we are (obviously) open to a discussion and can reopen the issue ^^ |
I think "monitoring cron jobs" and "running monitors on a cron schedule" are 2 slightly different things, with one depending on the other to work. Whether an active solution, instead of manually configuring push monitors, would be possible, is a different problem and requires investigation. |
Taking a look at croniter's guide, it looks like an active solution would still need to modify the jobs to insert HTTP pings to report the job status. In that sense the Push monitor already covers this use case fairly well. |
π I have found these related issues/pull requests
#1117 is the outcome that comes closest. But it doesn't specifically provide what's needed.
π·οΈ Feature Request Type
New monitor
π Feature description
Hello ,
I'm an avid user of Uptime Kuma for monitoring my web services, and I've found it incredibly useful for keeping track of uptime and performance. I have a suggestion for a new feature that I believe would greatly enhance its capabilities: the monitoring of cron scripts running on Linux systems.
Many systems and applications rely on cron jobs for routine tasks and maintenance. Being able to monitor these scripts directly from Uptime Kuma would provide users with a more holistic view of their system's health and reliability.
βοΈ Solution
This feature could include:
This feature would be particularly useful for system administrators and developers who manage backend processes that are critical to their operations.
β Alternatives
I've found tools like crontab_ui or cronicle that come close, but are no longer maintained.
The others are tools that are not self-hosted and therefore not very trustworthy.
π Additional Context
No response
The text was updated successfully, but these errors were encountered: