Sometime earlier this month, one of my user crons was modified. I'm the only one with access to this server. The crontab has about 30 different cron jobs with very specific timing requirements.
There was a new line entered
It also edited the email addresses in the MAILTO. There were two emails, it just truncated the second one.
It removed a second MAILTO directive completely. (only some of the jobs get sent to both people)
It removed tens of lines of comments that documented all the different lines, including important cron lines I had commented out for testing.
THIS IS UNACCEPTABLE.
How do I ensure this does not happen again??
There was a new line entered
Code:
#direct_crons enabled. Safe to edit this file. DirectAdmin will update accordingly.
It also edited the email addresses in the MAILTO. There were two emails, it just truncated the second one.
It removed a second MAILTO directive completely. (only some of the jobs get sent to both people)
It removed tens of lines of comments that documented all the different lines, including important cron lines I had commented out for testing.
THIS IS UNACCEPTABLE.
How do I ensure this does not happen again??