-
Notifications
You must be signed in to change notification settings - Fork 725
Open
Description
We have alert monitoring set up that warns us any time a crontab entry changes. Every time we deploy (several times per week) we update a whole fleet of servers. This rewrites the crontab, which then sends the alerts. The crontab is updated even if no logical changes happen so the large majority of the time the alert is meaningless. That said, it would be nice to keep that alert on and have it be meaningful.
So, I'm wondering if whenever could look at the existing crontab and know if anything would change. If so, it would write but otherwise it would not touch the file. It would also make the Whenever generated tasks for
comment more meaningful as it would be the last time it was changed not just the last time it was generated.
Metadata
Metadata
Assignees
Labels
No labels