Skip to main content

cPanel/WHM specific cron jobs - explanation missing

Comments

2 comments

  • cPanelMichael
    Hello :) There are no documents that explain the purpose of each cron job that cPanel utilizes. For the most part, you can view the files that are used to determine what they do. Here is a brief summary of the ones that you mentioned: /usr/local/cpanel/bin/optimizefs This script sets the chattr +A flag for certain cPanel system files. This helps reduce I/O. This should not cause noticeable load and helps the performance of the system. This is not necessary if your partitions are mounted with noatime. /usr/local/cpanel/scripts/update_db_cache The primary purpose of this script is to calculate the disk space usage of your databases. It can also perform some additional minor database maintenance tasks. modsecparse.pl The modsecparse.pl script processes the modsec audit log files, transcribing their contents to the MySQL database, and then clearing the file. Thank you.
    0
  • TheJudge
    Hi Michael, Thanks for the explanation. There are still others scripts which does not have an explanation/documentation. I really appreciate the fact that you explained those scripts for me but maybe(if there is not other possibility - eg: official page in the Docs part of cPanel) you can create a "sticky" post on this forum with all the default and the specific WHM/cPanel cron jobs scripts together with the needed technical explanation. I think that such a post or page would help people understand better what those jobs are doing and help them in case one of those scripts is not working properly. Regards, Raul
    0

Please sign in to leave a comment.