How To Remove Annoying Cron Notifications From Plesk Print

  • Plesk, Linux
  • 20

There is more than one way to skin a cat - so they say.  Pick what works best for you.

Plesk 8

set

UpdateNotify = no

in file

/etc/drweb/drweb32.ini


Plesk 9

set

CronSummary = no

in the file

/etc/drweb/drweb32.ini

Plesk 10 (but also works for 9 and 8 )

go to:

 /etc/cron.d

edit the file

drweb-update

and at the end of the line add the following:

 2>&1> /dev/null

It should look like this:

*/30 * * * * drweb /opt/drweb/update.pl 2>&1> /dev/null

Parallel's Suggests the Following:

/etc/drweb/drweb32.ini
;---------------------------------------------------------------
[Updater]

;CronSummary = { Yes | No }
; The Dr.Web Updater prints out a result of update session to stdout if
; this option is set to "yes". This feature can be used for an adminstrator
; notification by e-mail if the updater is executed by cron.
CronSummary = No


Was this answer helpful?

« Back