I put my additions to logcheck rules under version control. Most of them are designed for ubuntu (verion 14.04 and up) but also some rules for debian 7 are included.
- clone this repo
- link all files to /etc/logcheck/ignore.d.server
cd /usr/local/etc/
git clone https://github.com/andi-blafasl/logcheck-local.git
chgrp logcheck logcheck-local
cd /etc/logcheck/ignore.d.server
for i in $(ls /usr/local/etc/logcheck-local/ | grep -v \.md); do ln -s /usr/local/etc/logcheck-local/$i local-$i; done