summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files
AgeCommit message (Collapse)Author
2014-12-04Merge "Change nagios mail To: Header to contain the actual platform ↵Varac
environment's contact email (Bug #6466)" into develop
2014-12-02Change nagios mail To: Header to contain the actual platform environment's ↵Micah Anderson
contact email (Bug #6466) Change-Id: Ib86ae771e0ac3b6f329a517a8a31c9ec54d33a05
2014-12-02Ignore bigcouch conflict errors, mainly coming from tapicero creating new ↵varac
users (Feature #6481) There are potentially many tapicero daemons running, and they all try to do the same thing at the same time. It is basically designed to create race conditions. All tapicero daemons try to create the user db at the same time. Only one of them wins the race and actually creates it. We need to fix this later (see https://leap.se/code/issues/6480) but for now, we ignore them because conflict errors should be handled by the applictation anyway. Change-Id: I91095b1901d238e3d199954ba3716023d3fd49c1
2014-12-01Increase nagios max_checks_attempts from 1 to 4 so notifications won't be ↵varac
sent out on first failed check_mk check (Bug #6461) Change-Id: I1bd47b3c3d17508488a4db90d74118006d85a03a
2014-12-01ignore ntp check because it's flapping to often (Bug #6407)varac
Change-Id: I52e19bbdfcf6576bd9c247d99aace47eb86c8116
2014-11-20Fix Check_mk notifications (Bug #6403)varac
Let check_mk put all hosts into the same "admin" contactgroup, which is defined as default contactgroup by nagios. Change-Id: I13b434925711ef2037de0cf6e919ce39a8255a94
2014-03-25 ignore openvpn TLS initialization errors (Feature #5374)varac
2014-03-13catch errors when tapicero fails to create a userdb (Feature #5306)varac
2014-03-04remove trailing whitespaces from logwatch config filesvarac
2014-03-04use curly brackets for variables in check_leap_mx.sh output, see ↵varac
https://review.leap.se/r/160/#comment156
2014-03-04ignore bigcouch 'Shutting down group server' error (#5246)varac
2014-03-04ignore failing creation of user-dbs by tapicero, see #5168varac
2014-03-04ignore stunnel 'Connection refused' errors that happen too often until we ↵varac
fix #5218
2014-03-04ignore 'epmd: got partial packet only on file descriptor' (#5244)varac
2014-03-03ignore "Uncaught error in HTTP request: {exit, normal}" error (#5226)varac
2014-03-03move generic syslog patterns to the end of syslog.cfg so we can ignore ↵varac
patterns first
2014-03-03ignore stunnel pattern "Peer suddenly disconnected" (#5218)varac
2014-03-03check syslog for bigcouch error "epmd: got partial packet only on file ↵varac
descriptor"
2014-03-03check soledad.log also for Upper case pattern 'Error'varac
2014-03-03check syslog for bigcouch restartsvarac
2014-03-03check leap_mx (Feature #5175)varac
2014-03-03check soledad.log for 'Timing out client:'varac
2014-03-03check leap_mx queuevarac
2014-03-03Make leap_cli tests accessible for check_mk (Feature #5148)varac
2014-03-03don't displa ycontext for errors in bigcouch.log (reported too many context ↵varac
lines), ignore patterns first
2014-02-27ignore valid log patterns from bigcouch.logvarac
2014-02-27check syslog for 'Undefined' logpatternvarac
2014-02-27ignore RoutingErrors that rails throw when it can't handle a url (#5173)varac
2014-02-27check syslog for webapp errorsvarac
2014-02-27ignore logwatch pattern 'sunnel: SSL_shutdown: Connection reset by peer'varac
2014-02-27ignore logwatch pattern for tapicero: 412 Precondition Failed while creating ↵varac
user db (Bug #5168)
2014-02-27nagios: check open files for bigcouch process (Feature #4965)varac
2014-02-27check syslog for stunnel failuresvarac
2014-02-27check syslog for /usr/local/bin/couch-doc-update failuresvarac
2014-02-27moved logwatch/tapicero.cfg to logwatch/syslog/tapicero.cfgvarac
2014-02-27added some error checking to logwatch/syslog.cfgvarac
2014-02-27renamed logwatch/couchdb.cfg to logwatch/bigcouch.cfgvarac
2014-02-27monitor connection attempts from disallowed bigcouch nodevarac
2014-02-25now using concanated check_mk logwatch files where needed (#5155)varac
2014-02-20added tapicero logwatch checkvarac
2014-02-19add site_check_mk::agent::tapicero, site_check_mk::agent::couchdbvarac
2014-02-19added mk_logwatch.1.2.4 (#5135)varac
2014-02-19set up logwatch.d directory, added for soledad logwatch configvarac