summaryrefslogtreecommitdiff
path: root/puppet
AgeCommit message (Collapse)Author
2014-03-04use curly brackets for variables in check_leap_mx.sh output, see ↵varac
https://review.leap.se/r/160/#comment156
2014-03-04don't use storedconfigs for check_mk, requires current check_mk module (#5253)varac
2014-03-04fix duplicate declarations in /etc/nagios3/conf.d/ on first deploy (Bug #5129)varac
2014-03-04fix check_mk resource dependencies (Bug #5145)varac
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-04watch syslog for stunnel issues on couch nodesvarac
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-03-03install more needed packages for webapp login checkvarac
2014-02-28leap_mx: watch /var/mail/vmail/Maildir instead of /var/mail/vmai (Feature #5223)varac
2014-02-27check webapp login (Feature #5172)varac
2014-02-27include "127.0.1.1 @domain_public @api['domain']" in /etc/hosts for nagios ↵varac
webapp log check
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-27nagios monitoring of haproxy nodes (Feature #2657)varac
2014-02-27complete nagios monitoring for couchdb (Feature #2175)varac
2014-02-27set /usr/lib/nagios/plugins/check_icmp to setuid root (Feature #5171)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-27we use logwatch now to check for bigcouch errorsvarac
2014-02-27don't use syslog for nagios log, cause it will clutter logwatch with ↵varac
false-positive warnings
2014-02-27monitor connection attempts from disallowed bigcouch nodevarac
2014-02-27One monitor node for non-local environments and one for local environment ↵varac
(Feature #2981), wip also, use the configured ssh port for every node
2014-02-26update design docs, include messages (#5188)Azul
2014-02-26create 'messages' db to store messages to the clients such as payment remindersvarac
reviewed by azul
2014-02-25now using concanated check_mk logwatch files where needed (#5155)varac
2014-02-25Merge branch 'rb152_logwatch_reviewed' into 0.6varac
2014-02-20added tapicero logwatch checkvarac
2014-02-20include site_check_mk::agent::soledad from soledad::servervarac
and not from soledad class (Feature #5149) cause leap_mk includes the soledad class
2014-02-19set up logwatch.d directoryvarac