From 801387f160e8baa03438c52fb584e045cb4d8fbe Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Fri, 27 Jun 2014 06:13:00 +0200
Subject: logcheck-database tweaks.

---
 roles/common/files/etc/logcheck/ignore.d.server/common-local | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 roles/common/files/etc/logcheck/ignore.d.server/common-local

(limited to 'roles/common/files/etc/logcheck/ignore.d.server/common-local')

diff --git a/roles/common/files/etc/logcheck/ignore.d.server/common-local b/roles/common/files/etc/logcheck/ignore.d.server/common-local
new file mode 100644
index 0000000..bf96658
--- /dev/null
+++ b/roles/common/files/etc/logcheck/ignore.d.server/common-local
@@ -0,0 +1,7 @@
+# Ansible Managed
+# Do NOT edit this file directly!
+#
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ sshd\[[[:digit:]]+\]: subsystem request for sftp by user [^[:space:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sudo:[[:space:]]+[_[:alnum:].-]+ : TTY=(unknown|(pts/|tty|vc/)[[:digit:]]+) ; PWD=[^;]+ ; USER=[._[:alnum:]-]+ (; ENV=([_a-zA-Z]+=\S* )+)?; COMMAND=(/(usr|etc|bin|sbin)/|sudoedit )
+# Ansible logs everything into syslog
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ ansible-([a-z]+|<stdin>): Invoked with
-- 
cgit v1.2.3