• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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