From 1095c6616dc9cd0aaedf611b7da3c1fc56dd2e5f Mon Sep 17 00:00:00 2001 From: Matt Taggart Date: Mon, 30 May 2016 16:40:10 -0700 Subject: provide an example site_check_mk with basic examples to get users started --- example/site_check_mk/files/host_contactgroups.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example/site_check_mk/files/host_contactgroups.mk (limited to 'example/site_check_mk/files/host_contactgroups.mk') diff --git a/example/site_check_mk/files/host_contactgroups.mk b/example/site_check_mk/files/host_contactgroups.mk new file mode 100644 index 0000000..aeba291 --- /dev/null +++ b/example/site_check_mk/files/host_contactgroups.mk @@ -0,0 +1,3 @@ +host_contactgroups = [ + ( "sysadmins", ALL_HOSTS ), +] -- cgit v1.2.3