• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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