We are using cron to trigger web services. When we have a planned outage and the source of the data is going to be unavailable (not the services platform) we determine it was easier to stop crond instead of commenting out 100+ scheduled jobs. Is there an issue with stopping crond for an hour or more? Does this pose a risk to the local system? Our other option is to write a shell script to export the crontab and replace it with a edited file and then swap it back after the outage is complete.
Linux 4.1.12-61.1.22.el6uek.x86_64
Thank you