• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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