1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Logcheck Installation
---------------------
If you are running Debian, you will benefit from installing the .debs
Otherwise, perform a manual install like this.
! These instructions are likely incomplete. If you had to do something
different, please contact the current maintainer of logcheck.
-Extract logcheck and run make install.
-Add an unpriviliged user for running logcheck. (typicallly named "logcheck")
-chown -R logcheck /etc/logcheck /run/lock/logcheck /var/lib/logcheck
-Be sure this user can access your log files
-Edit logcheck configuration files in /etc/logcheck. Most importantly
logcheck.conf. logcheck.logfiles contains a list of logfiles to be scanned.
-Install logcheck cron job. There is a sample in debian/logcheck.cron.d
To test your installation run "logcheck -ot"
|