updated README, added defintions
This commit is contained in:
15
README.md
15
README.md
@@ -1,6 +1,6 @@
|
||||
|Repo Name| version | Build Status|
|
||||
|---|---|---|---|
|
||||
|`cd_nrpe`| 0.0.0.1 | [](https://jenkins.confdroid.com/job/cd_nrpe/)|
|
||||
|`cd_nrpe`| 0.0.0.2 | [](https://jenkins.confdroid.com/job/cd_nrpe/)|
|
||||
|
||||
### Synopsis
|
||||
NRPE allows monitoring tools like NAGIOS or ICINGA to connect to clients for monitoring purposes.
|
||||
@@ -19,6 +19,7 @@ NRPE allows monitoring tools like NAGIOS or ICINGA to connect to clients for mon
|
||||
* [native Puppet deployment](#native-puppet-deployment)
|
||||
* [through Foreman](#through-foreman)
|
||||
* [Parameters](#parameters)
|
||||
* [Managing Check Commands](#managing-check-commands)
|
||||
* [SELINUX](#selinux)
|
||||
* [Known Problems](#known-problems)
|
||||
* [Support](#support)
|
||||
@@ -76,6 +77,18 @@ See [more details about class deployment on Confdroid.com](https://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.
|
||||
|
||||
|
||||
### Mandatory Parameters
|
||||
|
||||
There are currently no mandatory parameters, i.e. the module will function right out of box as is.
|
||||
|
||||
### Optional Parameters
|
||||
|
||||
* `$ne_manage_cmds` : Whether to manage check command definitions dynamically through a define, i.e. from other Puppet modules or profiles. Defaults to `true`.
|
||||
* `$ne_incl_fw` : Whether to manage relevant firewall rules through this modules. Defaults to `true`.
|
||||
* `$ne_include_selinux` : Whether to manage selinux exception rules. Defaults to `true`.
|
||||
|
||||
### Managing Check Commands
|
||||
|
||||
### SELINUX
|
||||
All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user