hi,
we recently discover two problem in our openvpn network but none of them was discoverd by logwatch while it would be useful/
first and most important when mtu size ar wrong we got such lines:
Fri May 27 00:43:56 2016 FRAG TTL expired i=11
Fri May 27 00:43:56 2016 FRAG TTL expired i=12
imho adding this pattern would be useful:
($ThisLine =~ /^FRAG TTL expired.*/) or
another problem similar to this is
TLS Error: local/remote TLS keys are out of sync
for this pattern:
($ThisLine =~ /^TLS Error: local/remote TLS keys are out of sync.*/) or
regards.
can you attach log files for testing?
It appears to me these are legimitate bugs. In other words, they call for fixing the underlying cause of the message, not suppressing the message in the output of logwatch.