summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/ignored_services.mk
blob: 8a6705ac09289dd6a6fc5ecf30a8fe862bdbd4e3 (plain)
1
2
3
4
5
# ignore NTP Time because this check was
# very flaky in the past (see https://leap.se/code/issues/6407)
ignored_services += [
  ( ALL_HOSTS, [ "NTP Time" ] )
]