TODO-0001 - spell check

This commit is contained in:
Arne Teuke
2021-09-13 14:37:12 +02:00
parent 33af70ba10
commit a001f5183b
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
Nagios is a powerful open source software solution for monitoring your IT environments.
`cd_nagios` is a Puppet module allowing to fully automate the setup & configuration of the Nagios server, as well as actively adding client hosts and services to the monitoring environment through PuppetDB.
`cd_nagios` is a Puppet module allowing to fully automate the setup & configuration of the Nagios server, as well as actively adding client hosts and services to the monitoring environment through defines and `PuppetDB`.
## WARNING
@@ -40,7 +40,7 @@ Configuration
* manage Nagios main contact groups through Puppet exports. Additional contact groups can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main host groups through Puppet exports. Additional host groups can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main service groups through Puppet exports. Additional service groups can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main timeperiods through Puppet exports. Additional timeperiods can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main time periods through Puppet exports. Additional time periods can be created through external Puppet rules via define, to avoid having to alter the module code.
* configure firewall (optional)
* configure selinux policies (optional)
* configure forwarding http to https including accesing the /nagios url directly (optional)