summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent/tapicero.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-25 12:52:23 +0100
committervarac <varacanero@zeromail.org>2014-02-25 12:52:23 +0100
commit59440389ebc20bdd5e0e53fbeaaaab40e01c6fd5 (patch)
treec77bb356dd1b6182ddbbe3814d0a67cad7b0a701 /puppet/modules/site_check_mk/manifests/agent/tapicero.pp
parent70d65dd47f8d696764a8e33bd0cd77a3f5ead1e1 (diff)
parent6bb879a46c754958d07b530cf62d69a01537ccba (diff)
Merge branch 'rb152_logwatch_reviewed' into 0.6
Diffstat (limited to 'puppet/modules/site_check_mk/manifests/agent/tapicero.pp')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/tapicero.pp14
1 files changed, 14 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/tapicero.pp b/puppet/modules/site_check_mk/manifests/agent/tapicero.pp
new file mode 100644
index 00000000..088900f4
--- /dev/null
+++ b/puppet/modules/site_check_mk/manifests/agent/tapicero.pp
@@ -0,0 +1,14 @@
+class site_check_mk::agent::tapicero {
+
+ file { '/etc/check_mk/logwatch.d/tapicero.cfg':
+ source => 'puppet:///modules/site_check_mk/agent/logwatch/tapicero.cfg',
+ }
+
+ # local nagios plugin checks via mrpe
+ file_line {
+ 'Tapicero_Procs':
+ line => 'Tapicero_Procs /usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -a tapicero',
+ path => '/etc/check_mk/mrpe.cfg';
+ }
+
+}