This commit is contained in:
Arne Teuke
2021-09-27 13:53:06 +02:00
parent bcb162ba49
commit 42ecab18a4
2 changed files with 2 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ See [more details about class deployment on Confdroid.com](https://confdroid.com
## Managing Check Commands
In order to connect a Nagios monitoring server to clients through NRPE, you must define commands and the desired argument strings on the clients. The default NRPE installation comes with a few examples of such commands, which are also included in this module. However, every environment is very different in their requirements and Nagios via Puppet is all about the ability to dynamiccally set command arguments based on default variables / overrides. For that reason no hard-coded commands are included, but instead all commands are set via argument strings, where possible.
In order to connect a Nagios monitoring server to clients through NRPE, you must define commands and the desired argument strings on the clients. The default NRPE installation comes with a few examples of such commands, which are also included in this module. However, every environment is very different in their requirements and Nagios via Puppet is all about the ability to dynamically set command arguments based on default variables / overrides. For that reason no hard-coded commands are included, but instead all commands are set via argument strings, where possible.
The commands are created within `/etc/nrpe.d/command.cfg` , every set of instructions creates a new line.