From bad75052820f221df575a1942417712e35ab1af7 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 26 Jan 2013 22:36:52 +0100 Subject: Added $storeconfigs parameter With this you can disable collection of exported resources. On masterless setups, this module would otherwise complain. --- README | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 46b2a85..0c42b4a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Introduction/Notes ================== This modules was inspired and based on the work of David Schmitt -The immerda project group adapted and improved this module. +The immerda project group adapted and improved this module. Mainly we made it using the new native puppet nagios commands as well we made it more modular to fit for multidistro usage. @@ -12,10 +12,12 @@ In it's current form, this module can be used on CentOS and Debian. Overview ======== -To use the nagios resources, activate storeconfigs on the -puppetmaster. +To use the nagios resources in an puppetmaster setup you need to activate +[storeconfigs](https://docs.puppetlabs.com/puppet/latest/reference/configuration.html#storeconfigs) on the puppetmaster. +You can also use this module in a masterless setup, please set the +`storeconfigs` parameter to `false` when declaring the nafios class. -You need to be running verison 0.25 or later of puppet. +You need to be running version 0.25 or later of puppet. Monitor @@ -193,7 +195,7 @@ Variables Options to change the behavior of the nagios class: - allow_external_cmd: Set to true, if you'd like to ensure that your http - daemon can write to the external command file. You + daemon can write to the external command file. You may also need to flip "check_external_commands" in "nagios.cfg" to enable this functionality. -- cgit v1.2.3