Ajout de jessie
This commit is contained in:
parent
da8e961ccb
commit
b3b1e1767e
4 changed files with 57 additions and 28 deletions
|
@ -1,26 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
info["owner"] = "root"
|
||||
info["group"] = "logcheck"
|
||||
info["perms"] = 0644
|
||||
|
||||
header("Fichiers surveilles par logcheck")
|
||||
|
||||
@/var/log/auth.log
|
||||
@/var/log/messages
|
||||
@/var/log/kern.log
|
||||
@/var/log/syslog
|
||||
@/var/log/user.log
|
||||
|
||||
if has("firewall"):
|
||||
@/var/log/firewall/iptables.err
|
||||
|
||||
if has("mailman"):
|
||||
@/var/log/mailman/error
|
||||
|
||||
if has("news"):
|
||||
@/var/log/news/news.crit
|
||||
|
||||
if has("postfix"):
|
||||
@/var/log/mail.log
|
||||
@/var/log/mail.err
|
Loading…
Add table
Add a link
Reference in a new issue