summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent/tapicero.pp
AgeCommit message (Collapse)Author
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
2014-12-17Check tapicero heartbeat (Bug #6556)varac
In order to assure tapicero is still working, we need to monitor /var/log/syslog for the last tapicero log msg, which should not be older than the last check_mk_agent run (every 2 mins atm).
2014-02-27moved logwatch/tapicero.cfg to logwatch/syslog/tapicero.cfgvarac
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