• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

server crashes

P

pingu@

Guest
Hi, my server crashes on a regular basis when all the psa cronjobs (like webstats) run on sunday morning. is anybody having similar problems? can one reduce the server load somehow? silly question? well, i'll try anyhow..thanks for hints
 
add
MAILTO="[email protected]"

to the top of the crontab
This will send you emails each time a job is ran. See if any errors are being generated.

in ssh to view crontab is

crontab -l

in ssh to insert a new file into with with the jobs is

crontab filename

then view it to make sure it took

crontab -l

NOTE the -l is lowercase L
 
Back
Top