summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-17update CHANGESelijah
2015-04-17Merge branch 'bugfix/logs' into developelijah
2015-04-17rename leap-mx logrotate file; minor style change.elijah
2015-04-16keep five log files instead of seven.elijah
2015-04-16stunnel shouldn't use syslog, and leap_mx can't.elijah
2015-04-16properly clean up unused fileselijah
2015-04-16restore tapicero heartbeat.elijah
2015-04-16clean up logging mess: add 'logfile' define, mv openvpn and stunnel logs to ↵elijah
their own files, fix mx logwatch path.
2015-04-16updated CHANGES.mdvarac
Change-Id: I9a80fdc78f144cc80b9fa9206d059f5cb73e1725
2015-04-15fix tapicero & webapp logs: remove heartbeat log check, move to ↵elijah
/var/log/tapicero, fix webapp logwatch location.
2015-04-15disable 'rake cleanup:sessions' cron job.elijah
2015-04-14minor edits to CHANGES file.elijah
2015-04-09fix tests (don't dump dummy records in tmp_users)elijah
2015-04-08Merge branch 'bugfix/rotatedb' into developelijah
2015-04-08move rotated db creation to site_couchdb and fix rotated db testselijah
2015-04-08set the 'logoutput' parameter for any exec type to 'on_error'varac
Change-Id: I04c796a502db52f3a594ef4c3cf08c330839bc13
2015-04-08updated submodule nagiosvarac
Change-Id: I48aca2241b9f5b140723d1967a38dc2cd8bfc05f
2015-04-08Merge branch 'develop' of gitlab.com:leap/platform into developvarac
2015-04-08Disable passenger when pnp4nagios is being fetched, this is part ofMicah Anderson
Change-Id: I21e9af3ef76f19924e58df5b40f4097d42fbf1cd
2015-04-08Merge branch 'fix_tapicero_heartbeat_check' into 'develop'varac
Fix for Tapicero heartbeat check that fails on days 1-9 of the month (#6832) Change-Id: If9e17de438a4a6ac8e68877bfe0c5d13d45386ee see https://leap.se/code/issues/6832 See merge request !40
2015-04-08Merge branch 'feature/6645' into 'develop'varac
Feature/6645 This along with https://gitlab.com/shared-puppet-modules-group/nagios/merge_requests/2 should solve https://leap.se/code/issues/6645 See merge request !39
2015-04-08Fix for Tapicero heartbeat check that fails on days 1-9 of the month (#6832)varac
Change-Id: If9e17de438a4a6ac8e68877bfe0c5d13d45386ee
2015-04-07Disable passenger when pnp4nagios is being fetched, this is part ofMicah Anderson
Change-Id: I21e9af3ef76f19924e58df5b40f4097d42fbf1cd
2015-04-07Merge branch 'develop' of ssh://leap.se/leap_platform into developelijah
2015-04-07rotate deploy logs by size instead of by date.elijah
2015-04-07Merge branch '6749_leap_couch_stats' into developvarac
2015-04-07added local check_mk couchdb script (#6749)varac
leap_couch_stats.sh is a local check_mk agent script which provides per-db stats as well as global stats. Change-Id: I1eba19a3a0210d3127acbad119dfd2918414ff4a
2015-04-06Merge branch 'bugfix/static' into developelijah
2015-04-06Merge branch 'feature/changes' into developelijah
2015-04-02static: restart apache when tls certs changeelijah
2015-04-01run check_mk tests every 10 minuteselijah
2015-04-01always use full domain for FACTOR_fqdn (closes #6700)elijah
2015-04-01added CHANGES.mdelijah
2015-04-01Merge branch 'develop' of ssh://leap.se/leap_platform into developelijah
2015-04-01Merge remote-tracking branch 'gitlab/develop' into developMicah Anderson
2015-04-01Merge branch 'develop' into 'develop'Micah
Adds apache support for webapp.domain if defined on :80, completes fix for #6632 See merge request !38
2015-03-31tapicero: make config compatible with 0.7elijah
2015-03-30set platform version 0.7elijah
2015-03-30added support for rotating couchdb databases.elijah
2015-03-30Adds apache support for webapp.domain if defined on :80, completes fix for #6632guido
2015-03-19don't set a lower --fragment by default yet (not compatible with android client)elijah
2015-03-18pin webapp to version/0.6.1elijah
2015-03-17updated README.md to point to installation doc of puppet-git-hooks READMEvarac
Change-Id: I3138f249167a4e0183724574971bb206b164b09a
2015-03-17updated README.md with contributing section how to use a pre-commit hook for ↵varac
syntax and style guide checking Change-Id: Ia03321d71cce39f643ec7248361c156e34fe0d09
2015-03-12require file for augeas resources in site_check_mk::agent::*varac
Change-Id: Ia5ac6f50e023d7d358d17c661b71c6a5880ec445
2015-03-12Update augeas submodule, pulling in the changes from camptocampvarac
Mainly because we want to have the augeas packages installed before any augeas resource is called, fixed by this commit: commit 616b59bead6a57f71b4b4e59aaf080cd130ab250 Author: Raphaël Pinson <raphael.pinson@camptocamp.com> Date: Thu Mar 14 09:42:08 2013 Abstract package name for ruby-augeas, define dependency for all Augeas resources see https://leap.se/code/issues/6788#note-6 Change-Id: I62af667cb93b6a9b51e1b7163d225b4ccae0312f
2015-03-11Merge branch '6612_update_soledad_check' into developvarac
2015-03-11Change nagios to be aware of soledad user change (Bug #6612)varac
Change-Id: Id53d6432a58006653f4d9ddd6355ae505a5273eb
2015-03-11Merge branch '6788_augeas_mrpe_cfg' into developvarac
2015-03-11Use augeas instead of file_line to configure entries in ↵varac
/etc/check_mk/mrpe.cfg (Bug #6788) We used file_line before, but when the some check parameters change, a new line would be added, leaving the old line there, resulting in two checks with the same name but with different parameters. Augeas can handle this better, but it is important to use 'rm' to remove all old lines with different parameters before adding the new line. Change-Id: Iad69dfd20f487a16d372a4f4a4bc53299f9e4a66