TODO-0001 - spell check
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user