diff --git a/README.md b/README.md
index 3257254..ea45767 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ NRPE allows monitoring tools like NAGIOS or ICINGA to connect to clients for mon
`cd_nrpe` is a fully parameterized Puppet module to automate NRPE installation and configuration.
-
### WARNING
`**__!!! Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previuos configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production!!! __**`
@@ -39,6 +38,7 @@ CONFIGURATION
* manage configuration files through parameters:
* nrpe.conf
* nrpe.cfg
+ * commands.cfg (optional)
* manage iptables (optionals )
SERVICE
@@ -74,11 +74,10 @@ See [more details about class deployment on Confdroid.com](https://confdroid.com
### Parameters
-The following parameters are editable via params.pp or through ENC (**__recommended__**). Values changed will take immediate effect at next puppet run. Services will be restarted where neccessary.
+The following parameters are editable via params.pp or through ENC (**__recommended__**). Values changed will take immediate effect at next puppet run. Services will be restarted where neccessary. If you want to override parameters, the [module must be specifically declared to hosts when using ENC](#through-foreman).
### Mandatory Parameters
-
There are currently no mandatory parameters, i.e. the module will function right out of box as is.
### Optional Parameters
diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md
index 6a2728d..6f3424b 100644
--- a/REPOSTRUCTURE.md
+++ b/REPOSTRUCTURE.md
@@ -9,6 +9,7 @@
| | |-- full_list.js
| | `-- jquery.js
| |-- puppet_classes
+| | |-- cd_nrpe_3A_3Acommands_3A_3Adefinitions.html
| | |-- cd_nrpe_3A_3Afirewall_3A_3Aiptables.html
| | |-- cd_nrpe_3A_3Amain_3A_3Aconfig.html
| | |-- cd_nrpe_3A_3Amain_3A_3Adirs.html
@@ -59,4 +60,4 @@
|-- README.md
`-- REPOSTRUCTURE.md
-11 directories, 48 files
+11 directories, 49 files
diff --git a/doc/_index.html b/doc/_index.html
index a8ac6d3..eac3ae8 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -74,7 +74,7 @@
@@ -192,7 +193,9 @@ details about class deployment on Confdroid.com.
The following parameters are editable via params.pp or through ENC
(recommended). Values changed will take immediate effect
-at next puppet run. Services will be restarted where neccessary.
@@ -192,7 +193,9 @@ details about class deployment on Confdroid.com.
The following parameters are editable via params.pp or through ENC
(recommended). Values changed will take immediate effect
-at next puppet run. Services will be restarted where neccessary.
+ manage command definitions via define and Puppet rules.
+
+
Overview
+
+
+
+
cd_nrpe::commands::definition_rules.pp
+Module name: cd_nrpe
+Author: Arne
+Teuke (arne_teuke@ConfDroid.com)
+
+
License:
+
+
This file is part of cd_nrpe.
+
+
cd_nrpe is used for providing automatic configuration of NRPE.
+ Copyright
+(C) 2016 ConfDroid (copyright@ConfDroid.com)
+ This program is free
+software: you can redistribute it and/or modify
+ it under the terms of the
+GNU General Public License as published by
+ the Free Software Foundation,
+either version 3 of the License, or
+ (at your option) any later version.
+
+
This program is distributed in the hope that it will be useful,
+ but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License
+for more details.
+
+
You should have received a copy of the GNU General Public License
+ along
+with this program. If not, see www.gnu.org/licenses/.