From a139c966491be640af2487b6ba27094dc5d34c5a Mon Sep 17 00:00:00 2001 From: Keith Burdis Date: Mon, 25 Mar 2013 15:12:47 +0000 Subject: TODO: Add support for ignored_services to eliminate false alerts. --- example.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'example.yaml') diff --git a/example.yaml b/example.yaml index 8f97cfc..b37db91 100644 --- a/example.yaml +++ b/example.yaml @@ -17,6 +17,15 @@ check_mk::host_groups: host_tags: - 'my-db' +check_mk::ignored_services: + 'LOG security': + tags: + 'windows' + 'NFS mount /home/': + hosts: + - 'lnxuser1.domain.com' + - 'lnxuser2.domain.com' + # Monitoring Agent check_mk::agent::filestore: 'puppet:///files/check_mk' check_mk::agent::version: '1.2.0p3-1' -- cgit v1.2.3