diff --git a/.spelling b/.spelling index 8d44e9a..5d3da51 100644 --- a/.spelling +++ b/.spelling @@ -115,3 +115,4 @@ stdlib cd_puppetdb SSL vhost +nrpe diff --git a/README.md b/README.md index 5e08ce9..e62dae5 100644 --- a/README.md +++ b/README.md @@ -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