summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/files/ignored_services.custom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'files/puppet/modules/custom/files/ignored_services.custom.mk')
-rw-r--r--files/puppet/modules/custom/files/ignored_services.custom.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/puppet/modules/custom/files/ignored_services.custom.mk b/files/puppet/modules/custom/files/ignored_services.custom.mk
new file mode 100644
index 0000000..28e0036
--- /dev/null
+++ b/files/puppet/modules/custom/files/ignored_services.custom.mk
@@ -0,0 +1,8 @@
+# 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" ] ),
+ ("donkey.unstable.bitmask.i", "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" ),
+ ( ["aardwolf.unstable.bitmask.i", "ant.demo.bitmask.i"], "LOG /var/log/soledad.log"),
+]