File: logcheck.logfiles

package info (click to toggle)
logcheck 1.4.7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,648 kB
  • sloc: sh: 1,143; perl: 274; makefile: 78
file content (13 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Logs that will be checked by logcheck
#
# This file is empty and all settings are in files (whose name must
# end in '.logfiles') under /etc/logcheck/logcheck.logfiles.d/
#
# It is recommended that you put local settings into
# /etc/logcheck/logcheck.logfiles.d/local.logfiles instead of editing this file
#
# Each line should be:
# - an absolute path to a log
# - the word 'journal' which will check lines in the systemd journal
#
# Comments, starting with '#', and blank lines are ignored