TODO-0001 - markdown lint
This commit is contained in:
@@ -52,7 +52,7 @@ All dependencies must be included in the catalogue.
|
||||
## Deployment
|
||||
|
||||
`cd_nrpe` does typically not need to be specifically declared. It will be auto-required by `cd_nagios` with default settings. Only if you want to override settings declare it specifically.
|
||||
|
||||
|
||||
* native Puppet deployment
|
||||
|
||||
via site.pp or nodes.pp
|
||||
@@ -76,14 +76,15 @@ In order to connect a Nagios monitoring server to clients through NRPE, you must
|
||||
The commands are created within /etc/nrpe.d/command.cfg , every set of instructions creates a new line.
|
||||
|
||||
Defining commands is as simple as that:
|
||||
```
|
||||
|
||||
```ruby
|
||||
cd_nrpe::commands::definitions { 'check_users':
|
||||
ne_check_cmd => 'check_users',
|
||||
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
|
||||
}
|
||||
```
|
||||
It is very recommendable to define such commands directly within Puppet modules or profiles, so any node running the particular service controlled by the module will automatically get the required check commands defined as well, while nodes not running the service also do not contain the command check. The same then is true for Nagios checks, so you would have both the NRPE command definition and the Nagios check contained in Puppet modules or profiles to have it in one location.
|
||||
|
||||
It is very recommendable to define such commands directly within Puppet modules or profiles, so any node running the particular service controlled by the module will automatically get the required check commands defined as well, while nodes not running the service also do not contain the command check. The same then is true for Nagios checks, so you would have both the NRPE command definition and the Nagios check contained in Puppet modules or profiles to have it in one location.
|
||||
|
||||
## SELINUX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user