summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/files/ignored_services.custom.mk
blob: 28e00369b31b16a00f07a8eaabbd711dbfcd1903 (plain)
1
2
3
4
5
6
7
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"),
]