Hello there,
i've got some trouble with Plesks daily notification. Every day i receive a mail like this:
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:
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:
...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'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!