summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-07-15 08:56:22 +0200
committervarac <varacanero@zeromail.org>2013-07-15 08:56:22 +0200
commit06fc5e7cd019a4b6badc8ed074bac58e7c91b930 (patch)
tree5f4b5aa4f8cde6125946abe625c64caa9b44d6ff /README.md
parent276f68983715a9de5e571b000d1d7535e1358891 (diff)
added check_mk::omd_repo and updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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