How to effectively monitor crons with a simple bash trick
[ad_1] If you have worked with software systems long enough you have surely worked with crons. Cron is a time-based task scheduler in UNIX-like operating systems. We use to run some task/script periodically, for example, every day at 9:30 AM. Setting up and running crons has changed in the past years from a crontab command…