summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/agent/logwatch
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-26 15:30:54 +0100
committervarac <varacanero@zeromail.org>2014-02-27 18:12:15 +0100
commitfdb0e27d6df35b511e4883becf3bc2afb945550b (patch)
treec58d97ccd87defceaac3a5000cc9dbd59a0264c1 /puppet/modules/site_check_mk/files/agent/logwatch
parentfa75c9406b1c4cfeccca046ba01d108b681e53fe (diff)
check syslog for 'Undefined' logpattern
Diffstat (limited to 'puppet/modules/site_check_mk/files/agent/logwatch')
-rw-r--r--puppet/modules/site_check_mk/files/agent/logwatch/syslog.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/syslog.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/syslog.cfg
index 52c479ef..f3505c1c 100644
--- a/puppet/modules/site_check_mk/files/agent/logwatch/syslog.cfg
+++ b/puppet/modules/site_check_mk/files/agent/logwatch/syslog.cfg
@@ -1,4 +1,5 @@
/var/log/syslog
+# some general patterns
C panic
C Oops
I Error: Driver 'pcspkr' is already registered, aborting...
@@ -6,3 +7,6 @@
C error
W generic protection rip
W .*Unrecovered read error - auto reallocate failed
+# 401 Unauthorized error logged by webapp and possible other
+# applications
+ C Unauthorized