From 06fc5e7cd019a4b6badc8ed074bac58e7c91b930 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 15 Jul 2013 08:56:22 +0200 Subject: added check_mk::omd_repo and updated README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9a63698..6c2876f 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,24 @@ Puppet module for: Agent hostnames are automatically added to the server all_hosts configuration using stored configs. -Currently only tested on Redhat-like systems. +Currently only tested on Redhat-like systems and on Debian. ## Server * Installs omd package either using the system repository (eg. yum, apt) or from a package file retrieved from the Puppet file store +* Use check_mk::omd_repo to enable a debian repository for omd + (requires apt module from i.e. https://labs.riseup.net/code/projects/shared-apt). + For now, you need to fetch the omd apt-key manually from + http://labs.consol.de/nagios/omd-repository/, put it into your site_apt/files/keys + directory and pass the custom_key_dir parameter to the apt class, like + + + class { 'apt': + custom_key_dir => 'puppet:///modules/site-apt/keys' + } + * Populates the all_hosts array in /etc/check_mk/main.mk with hostnames exported by check::agent classes on agent hosts -- cgit v1.2.3