• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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