summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-25 13:55:15 +0100
committervarac <varacanero@zeromail.org>2014-02-27 18:12:15 +0100
commit59b09ce45333778619baca2bd4e34e5beba63584 (patch)
tree5ef658d88af232e597a8085ce1c98bda37c6eae4 /puppet/modules/site_check_mk/manifests/agent
parenta81ce0750dbd5b000739e28279639e382ce347a2 (diff)
we use logwatch now to check for bigcouch errors
Diffstat (limited to 'puppet/modules/site_check_mk/manifests/agent')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/couchdb.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/couchdb.pp b/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
index c954292a..cc166d42 100644
--- a/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
+++ b/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
@@ -3,13 +3,4 @@ class site_check_mk::agent::couchdb {
file { '/etc/check_mk/logwatch.d/couchdb.cfg':
source => 'puppet:///modules/site_check_mk/agent/logwatch/couchdb.cfg',
}
-
-
- # local custom checks
- file { '/usr/lib/check_mk_agent/local/check_bigcouch_errors.sh':
- ensure => link,
- target => '/srv/leap/couchdb/scripts/tests/check_bigcouch_errors.sh',
- require => Vcsrepo['/srv/leap/couchdb/scripts']
- }
-
}