TODO-0001 - spell check

This commit is contained in:
Arne Teuke
2021-09-13 14:56:13 +02:00
parent 2558fe6393
commit 96c4b3c816
2 changed files with 3 additions and 2 deletions

View File

@@ -115,3 +115,4 @@ stdlib
cd_puppetdb
SSL
vhost
nrpe

View File

@@ -115,12 +115,12 @@ If you prefer to use https but use self-signed certs or your own CA, simply set
## httpd vHost files
by default, Nagios creates its own `nagios.conf` file, which is not a vhost file and relies on the main ssd.conf. However, as Nagios might be running on a regular web server with various other web instances (not recommended through for performance reasons), we do not want to manage ssl.conf directly, hence the module creates a vhost for the ssl host.
by default, Nagios creates its own `nagios.conf` file, which is not a vhost file and relies on the main `ssl.conf`. However, as Nagios might be running on a regular web server with various other web instances (not recommended through for performance reasons), we do not want to manage `ssl.conf` directly, hence the module creates a vhost for the SSL host.
## Client Connections
In order to monitor clients, NAGIOS must be able to connect to them. There are multiple ways of doing so, the most common ones being NRPE and SSH.
So far this module works through the usage of NRPE, which by default is enabled. Class cd_nagios::client::nrpe configures nrpe.cfg and opens the required firewall port on clients (optional,default).
So far this module works through the usage of NRPE, which by default is enabled. Class cd_nagios::client::nrpe configures `nrpe.cfg` and opens the required firewall port on clients (optional,default).
## Known Problems