• 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.

Disable daily notification-mail

sphg

New Pleskian
Hello there,

i've got some trouble with Plesks daily notification. Every day i receive a mail like this:

User: CT(some numbers here...)\Plesk Administrator
Running task: C:\Parallels\Plesk\admin\bin\php.exe -q -dauto_prepend_file="" -c php.ini "C:\Parallels\Plesk\admin\plib\DailyMaintainance\script.php"
Started: (start date and time here...)
Ended successfully: (end date and time here...)

As long as the script is running successfully i don't need this notification. To be more specific: it's annoying.



I've already done some search and found this entry from 2007:
Hello,
YOu can disable these notifications in the following way:
Login to Plesk as admin, proceed to SErver -> Scheduled Tasks -> Statistics calculation, in "Scheduler notification" drop down box select "do not send"

Maybe this works with oder Plesk-versions, using v9.5 ther is no such thing like "Statistics calculation"



Another hint found here could be a possible solution:
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

...but before i change the configuration there: what exactly will be affected? If it's only disabling daily mail-notifications i'm fine with it. If this setting is used for any other task i'd like to know before editing.


Thanks for any helpful answers,

greets!
 
I can suggest you disable these notifications here - Home > Logs & Statistics > Summary Report > Report Layouts.
Or you can comment mentioned line in daily script. It is safely because only notifications will be completely disabled.
 
Hi IgorG,

I can suggest you disable these notifications here - Home > Logs & Statistics > Summary Report > Report Layouts.

Ah, there it is! :)

Okay, i found my "report layouts", two entries named "full report" and "summary report". But: both are already disabled. There's a message:
This report is not delivered automatically.

...so why do i still get those notifications? What to do now? As i'm using Plesk i'd prefer to solve this issue straight in the Plesk-GUI, if possible.


If not, i guess i'll have to use the second mentioned solution:
Or you can comment mentioned line in daily script. It is safely because only notifications will be completely disabled.

There is one thing i'm thinking about: if i comment this line - will Plesk send me mails on alert? Maybe if some ressource usage exceeded or Watchdog noticed some malfunction?

I only want to stop the mentioned useless success-mail, but i clearly want to be informed on more important events.


Thank you in advance,

greets!
 
Back
Top