diff options
author | varac <varacanero@zeromail.org> | 2013-01-26 22:36:52 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-03-09 17:20:58 +0100 |
commit | bad75052820f221df575a1942417712e35ab1af7 (patch) | |
tree | 83713faf0dc598153e5557b56d2db3859ace314d /README | |
parent | c0dee4a2393e23b226e123a427898de94b342141 (diff) |
Added $storeconfigs parameter
With this you can disable collection of exported resources.
On masterless setups, this module would otherwise complain.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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. |