summaryrefslogtreecommitdiff
path: root/example.yaml
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-03-25 15:12:47 +0000
committerKeith Burdis <keith@burdis.org>2013-03-25 15:12:47 +0000
commita139c966491be640af2487b6ba27094dc5d34c5a (patch)
tree9d162c9f3cc8866e6f9268123fc1c95d5e0a922b /example.yaml
parente80242ded5da605f7374adbef77700c3b0022cd5 (diff)
TODO: Add support for ignored_services to eliminate false alerts.
Diffstat (limited to 'example.yaml')
-rw-r--r--example.yaml9
1 files changed, 9 insertions, 0 deletions
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'