summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/remove/monitoring.pp
blob: d70955979cacd73704551c306e3d8b60196f8d44 (plain)
1
2
3
4
5
6
7
8
9
10
# remove leftovers on monitoring nodes
class site_config::remove::monitoring {

  tidy {
    'checkmk_logwatch_spool':
      path    => '/var/lib/check_mk/logwatch',
      recurse => true,
      matches => '*tapicero.log'
  }
}