summaryrefslogtreecommitdiff
path: root/example.yaml
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-03-26 20:00:10 +0000
committerKeith Burdis <keith@burdis.org>2013-03-26 20:00:10 +0000
commit0e9dbf97c9aece7551e315dd96825fab1c7c2c93 (patch)
tree5e7967e21d3c4032d0e47d30cc5b6e0f3647a16c /example.yaml
parenta139c966491be640af2487b6ba27094dc5d34c5a (diff)
check_parameters example config
Diffstat (limited to 'example.yaml')
-rw-r--r--example.yaml33
1 files changed, 33 insertions, 0 deletions
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: