diff options
| -rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog.cfg | 4 | 
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 | 
