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. --- TODO | 2 ++ example.yaml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..1e0a106 --- /dev/null +++ b/TODO @@ -0,0 +1,2 @@ +Use nagios_hostgroup type rather than clumsily creating our own. +Add support for ignored_services to eliminate false alerts. 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