summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-11-20 23:00:50 +0100
committervarac <varacanero@zeromail.org>2014-11-20 23:00:50 +0100
commit6ebd8cee202c81260c151e7903ff2f16518ffa41 (patch)
treea1b1d5ffdf0cc3b1230538f75f4d4065a0f87b30 /puppet/modules/site_check_mk/files
parentdff949811324215278ab7e4c2db5de63d8a6218b (diff)
Fix Check_mk notifications (Bug #6403)
Let check_mk put all hosts into the same "admin" contactgroup, which is defined as default contactgroup by nagios. Change-Id: I13b434925711ef2037de0cf6e919ce39a8255a94
Diffstat (limited to 'puppet/modules/site_check_mk/files')
-rw-r--r--puppet/modules/site_check_mk/files/host_contactgroups.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/host_contactgroups.mk b/puppet/modules/site_check_mk/files/host_contactgroups.mk
new file mode 100644
index 00000000..e89323fb
--- /dev/null
+++ b/puppet/modules/site_check_mk/files/host_contactgroups.mk
@@ -0,0 +1,3 @@
+host_contactgroups = [
+ ( "admins", ALL_HOSTS ),
+]