summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/files/check_mk/ignored_services.custom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'files/puppet/modules/custom/files/check_mk/ignored_services.custom.mk')
-rw-r--r--files/puppet/modules/custom/files/check_mk/ignored_services.custom.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/files/puppet/modules/custom/files/check_mk/ignored_services.custom.mk b/files/puppet/modules/custom/files/check_mk/ignored_services.custom.mk
new file mode 100644
index 0000000..eb7890b
--- /dev/null
+++ b/files/puppet/modules/custom/files/check_mk/ignored_services.custom.mk
@@ -0,0 +1,7 @@
+# Ignore all checks that are too noisy or flapping on other machines than the clientdev env
+ignored_services += [
+ # doesn't work because we don't use check_mk tags
+ #([ '!clientdev' ], ALL_HOSTS, [ "LOG /var/log/leap/webapp.log", "LOG /var/log/soledad.log", "Job pixelated-functional-tests" ] ),
+ ( [ "alpaca.mail.bitmask.i", "donkey.unstable.bitmask.i", "elephant.dev.bitmask.i", "leech.demo.bitmask.i" ],
+ [ "LOG /var/log/leap/webapp.log", "LOG /var/log/soledad.log", "Job pixelated-functional-tests" ] ),
+]