summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests/check_mk.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-09-06 13:52:31 +0200
committervarac <varacanero@zeromail.org>2016-09-06 13:52:31 +0200
commit96506dd7c96a8b908be1b3ff085daad073f37dcd (patch)
treeb8a959353b21f1c6657a0a295088bf856185dd13 /files/puppet/modules/custom/manifests/check_mk.pp
parent06274c52ec2fff82019b4e839be2e1846a8edcf8 (diff)
Ignore most of the flapping checks
Diffstat (limited to 'files/puppet/modules/custom/manifests/check_mk.pp')
-rw-r--r--files/puppet/modules/custom/manifests/check_mk.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/puppet/modules/custom/manifests/check_mk.pp b/files/puppet/modules/custom/manifests/check_mk.pp
new file mode 100644
index 0000000..a3020fe
--- /dev/null
+++ b/files/puppet/modules/custom/manifests/check_mk.pp
@@ -0,0 +1,11 @@
+# custom changes to check_mk
+#
+class custom::check_mk {
+
+ file { '/etc/check_mk/conf.d/ignored_services.custom.mk':
+ source => 'puppet:///modules/custom/check_mk/ignored_services.custom.mk',
+ mode => '0644',
+ owner => 'root',
+ group => 'root',
+ }
+}