I have a bunch of python scripts that I’d like to be able to configure and run hourly or daily.
Right now, if I need to update them, add a new one, check the logs, I need to SSH into the server and work from the commandline.
Is there any existing service I can install on a linux VM that will give me a simple web UI for creating, managing, debugging these kinds of cron tasks?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
You could give this one a try:
https://github.com/alseambusher/crontab-ui
It supports all of the functionality that you’ve mentioned.
Though I would recommend just using the good old way and edit your cronjobs via SSH.
Hope that this helps! Regards, Bobby
I just found another cron monitoring option minicron
There is also a service called https://cronitor.io/ that does this as a SaaS application