• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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