• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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