Dr. Web Update notifictions giving you grief?
If you've recently upgraded to Plesk 9 you may find that the DrWeb upgrade notifications are coming in no matter what you do to disable them.
There are several fixes posted all over the web, some may work, most will not.
You can try editing the drweb config file (/etc/drweb/drweb_handler.con), setting the notification options to no and restarting the drweb service (/etc/init.d/drwebd restart). Won't help.
You can try removing or disabling drweb in the Plesk settings. Won't help.
You can try deleting or editing the update script (/opt/drweb/update.pl). Won't help.
You can try following Plesk's advice and editing the PSA database that stores the notification switches. Same as editing the drweb config files. Won't help.
You can try disabling the crons for both the root and drweb users (/var/spool/cron/crontabs/root and /var/spool/cron/crontabs/drweb). May help.
To finally put an end to it, I also had to disable a hidden cron I found here :
/etc/cron.d/drweb-update
And the command within it confirms this is the bastard we're looking for:
*/30 * * * * drweb /opt/drweb/update.pl
Delete the file.
rm /etc/cron.d/drweb-update
Done.