I don't know the best section to post this but here goes...
On my server with WHM/Cpanel installed, I noticed alot of entries in my crontab similar to the following:
I modified some numbers in the file because some services were running too frequently or at the wrong time, particularily the dcpumon service.
I looked all over the place to try to find out what each service does and whether or not I can safely remove it from ongoing execution.
Any idea?
On my server with WHM/Cpanel installed, I noticed alot of entries in my crontab similar to the following:
Code:
0 6 * * * /usr/local/cpanel/scripts/exim_tidydb > /dev/null 2>&1
30 5 * * * /usr/local/cpanel/scripts/optimize_eximstats > /dev/null 2>&1
0 9 * * * /usr/local/cpanel/bin/backup
35 * * * * /usr/bin/test -x /usr/local/cpanel/bin/tail-check && /usr/local/cpanel/bin/tail-check
45 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_mailman_cache && /usr/local/cpanel/scripts/update_mailman_cache
30 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_db_cache && /usr/local/cpanel/scripts/update_db_cache
45 */8 * * * /usr/bin/test -x /usr/local/cpanel/bin/optimizefs && /usr/local/cpanel/bin/optimizefs
30 */3 * * * /usr/local/cpanel/bin/mysqluserstore >/dev/null 2>&1
15 */3 * * * /usr/local/cpanel/bin/dbindex >/dev/null 2>&1
15 */6 * * * /usr/local/cpanel/scripts/autorepair recoverymgmt >/dev/null 2>&1
02 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
33 4 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify
0,15,30,45 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
00 5 * * * /usr/local/cpanel/scripts/upcp --cron
00 10 * * * /usr/local/cpanel/scripts/cpbackup
I looked all over the place to try to find out what each service does and whether or not I can safely remove it from ongoing execution.
Any idea?