• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Stop Cron Notifications

T

travis06

Guest
I'm trying to figure out how to STOP cron notifications? I've tried everything but no luck... anyone have any tips?
 
Nobody?

Come on somebody knows how to do this within plesk or through the terminal on a Centos machine...
 
Are you terminating them wh=ith a:

>/dev/null 2>&1

?
 
Do you want to stop the notifications completely, or are you getting some output on your console that you want to stop?

If you want to stop the domain notifications, that is sent via e-mail to the admin and all users that has "problems" there is two ways.

Simple:
Change the notifications settings in the Plesk ADMIN menu, under "notifications" :)

More simple for Unix admins:
In the cron.daily directory (/etc/cron.daily) there is a file called: 50plesk-daily.
- Edit the file and make the autoreport like this:
Code:
# install_autoreport daily
# /opt/psa/admin/bin/php /opt/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1
 
and for the contrary one?
I don't receive anybody notification from the server
in the cron daily I have the correct lace but I don't receive anybody notification
even in the shedule tasks I find the command

thanks
 
Back
Top