If you check the logwatch source code and find the clamav script [1],
you can see that this is the regex that identifies if the clamav daemon
was started:

   } elsif (($ThisLine =~ /(?:Daemon started|clamd daemon [\d.]{1,10})/)) {
      $DaemonStart++;

Any string in the log that matches that will be counted as a start of
the daemon.

Maybe there is a mismatch between the new clamav (1.x) and logwatch. If
you find what exactly changed and the existing gap, an upstream bug
should be filed.

Let us know if you make any advancement on that.

[1]
https://sourceforge.net/p/logwatch/git/ci/7.7/tree/scripts/services/clamav

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067608

Title:
  clamav-freshclam 1.0.5 and logwatch 7.7-1 fails to report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/2067608/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to