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