From 0e9dbf97c9aece7551e315dd96825fab1c7c2c93 Mon Sep 17 00:00:00 2001 From: Keith Burdis Date: Tue, 26 Mar 2013 20:00:10 +0000 Subject: check_parameters example config --- example.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'example.yaml') diff --git a/example.yaml b/example.yaml index b37db91..759df61 100644 --- a/example.yaml +++ b/example.yaml @@ -2,6 +2,34 @@ check_mk::filestore: 'puppet:///files/check_mk' check_mk::package: 'omd-0.56-rh60-29.x86_64.rpm' +#check_parameters = [ +# ( (95, 99), ALL_HOSTS, [ "fs_/boot" ]), +# ( (3192, 3584), ALL_HOSTS, [ "JVM PODDSv3 Memory" ]), +# ( (150, 200), ALL_HOSTS, [ "JVM PODDSv3 Threads" ]), +# ( (4000, 6000), [ 'coherence' ], ALL_HOSTS, [ "Number of threads" ]), +#] +# Defaults: +# hosts: ALL_HOSTS +# tags: undef +check_mk::check_parameters: + 'fs_/boot': + warning: '95' + critical: '99' + 'JVM MyApp Memory': + warning: '3192' + critical: '3584' + 'JVM MyApp Threads': + warning: '150' + critical: '200' + 'Number of threads': + tags: [ 'coherence' ] + warning: '4000' + critical: '6000' + 'fs_/': + hosts: [ 'myhost1.domain.com', 'myhost2.domain.com' ] + warning: '60' + critical: '70' + check_mk::host_groups: 'Puppet_Masters': host_tags: @@ -17,6 +45,11 @@ check_mk::host_groups: host_tags: - 'my-db' +#ignored_services = [ +# ( [ "windows" ], ALL_HOSTS, [ "LOG Security" ] ), +# ( ALL_HOSTS, [ "NFS mount /home/" ] ) +#] + check_mk::ignored_services: 'LOG security': tags: -- cgit v1.2.3