File: intro-no

package info (click to toggle)
logcheck 1.2.39
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,008 kB
  • ctags: 53
  • sloc: sh: 889; python: 158; makefile: 126; perl: 98
file content (29 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Uncommet the following to change the date and time format for the 
# subject of e-Mails to the format for your locale
#DATE=$(/bin/date +'%X %x')

# Uncomment to remove the introduction
INTRO="no"

# Level of filtering for the emails
REPORTLEVEL="server"

# Uncomment the below line to enable debugging into to stderr
# Setting it to 2 will not cleanup TMPDIR when logcheck has run
#LOGCHECKDEBUG=1

# Uncommenting the below will change the subject lines on the emails
#ATTACKSUBJECT="Attack Alerts"
#SECURITYSUBJECT="Security Events"
#EVENTSSUBJECT="System Events"

# Uncomment the below to use sort -u, this will destory the 
# orginal log order
#SORTUNIQ=1

# To enable the cracking.ignore support uncomment the below line
# And put your rulefiles in /etc/logcheck/cracking.ignore.d
#SUPPORT_CRACKING_IGNORE=1

# Where we send mailto
SENDMAILTO="root"