Add initial logcheck rules for libapache2-mod-shib2
authorRuss Allbery <rra@debian.org>
Mon, 4 Aug 2008 03:36:59 +0000 (20:36 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 4 Aug 2008 03:36:59 +0000 (20:36 -0700)
Add logcheck rules to ignore some of the routine messages from the Apache
module.  This only covers startup and teardown; more will need to be
added.

debian/changelog
debian/libapache2-mod-shib2.ignore.server [new file with mode: 0644]

index 38a8863..85e66d4 100644 (file)
@@ -1,8 +1,14 @@
 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
 
+  [ Ferenc Wagner ]
   * Avoid brace expansion in debian/rules, dash does not like it.
     (Closes: #493408)
 
+  [ Russ Allbery ]
+  * Add logcheck rules to ignore some of the routine messages from the
+    Apache module.  This only covers startup and teardown; more will
+    need to be added.
+
  -- Ferenc Wagner <wferi@niif.hu>  Sat, 02 Aug 2008 21:47:08 +0200
 
 shibboleth-sp2 (2.0.dfsg1-2) unstable; urgency=low
diff --git a/debian/libapache2-mod-shib2.ignore.server b/debian/libapache2-mod-shib2.ignore.server
new file mode 100644 (file)
index 0000000..d103748
--- /dev/null
@@ -0,0 +1,7 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : shibboleth [0-9.]+ library (shutting down|shutdown complete)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth.SessionCache : cleanup thread exiting$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO XMLTooling.XMLToolingConfig : xmltooling [0-9.]+ library shutdown complete$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building ListenerService of type UnixListener\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building RequestMapper of type Native\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building SessionCache of type StorageService\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.SessionCache : cleanup thread started\.\.\.run every [0-9]+ secs; timeout after [0-9]+ secs$