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

Issue Excessive notifications regarding KAV update (success)

onycro

Basic Pleskian
Hello plesk community,

I receive hourly messages since today as follows:

Subject: Cron <root@switchgear-development> /opt/kav/sdk8l3/bin/kav8update
Code:
Loading engine...
Current product version: 8.5.1.5
Initializing engine...
Using xml-file: /opt/kav/sdk8l3/bin/settings.xml.

LICENSE INFO:
Key file: kav.key
Expiration date: 20/03/2021
Operation result code: 0x00000000. Success

I really would like to stop this. I am on Plesk Onyx Version 17.8.11 Update #51. This includes the fix of this issue After upgrade to Plesk 17.8 email notification is sent about KAV updates hourly

But as you can see my messages does not contain the last line ("/opt/kav/sdk8l3/bin/kav8update: line 14: service: command not found").

I also would like to redirect those messages to a log file instead of sending them to /dev/null

Is this a new error? I could not find a thread regarding this problem.

Thanks for your help guys.
 
This is what it looks like now:
Code:
root@server:/etc/cron.d# vim plesk-kav-update
# Run hourly the kav8update script
4 * * * * root /opt/kav/sdk8l3/bin/kav8update

Now I change it like that to make it stop sending too many mails:
Code:
root@server:/etc/cron.d# vim plesk-kav-update
# Run hourly the kav8update script
4 * * * * root /opt/kav/sdk8l3/bin/kav8update >> /var/log/kav-update.log 2>&1

But am I the only one with this problem?
 
Last edited:
Back
Top