diff options
author | Micah <micah@leap.se> | 2016-08-16 14:23:16 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-08-20 09:37:18 -0400 |
commit | 31dfdfc32439980e92e6472a8392850e2c9b6bd0 (patch) | |
tree | 715ab75bd3a1fb6b4ae504c205ecf3a554c91765 /puppet | |
parent | 92ab2ec1fecb62078dfc8200cffb2440f2c6b300 (diff) |
ignore noisy 401 errors from soledad log.
Change-Id: Ia1764cb28e263353856523c11f351a39774bf3b4
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg index 3af5045b..11ad3a54 100644 --- a/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg +++ b/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg @@ -1,4 +1,7 @@ /var/log/soledad.log +# Ignore 401 errors because they are quite noisy due to scanners giving us many false +# positives, and we do not need to see those + I \".*401 [0-9]+ C WSGI application error C Error C error |