Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix small typos #22

Merged
merged 1 commit into from
Nov 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This module has been tested on:
* Debian 7, 8
* Ubuntu 14.04, 16.04
* CentOS/RHEL 6, 7
* **Coution:** CentOS 6 comes with Ruby 1.8.7 by default
* **Caution:** CentOS 6 comes with Ruby 1.8.7 by default
* Windows Server 2012

Other operating systems or versions may work but have not been tested.
Expand Down Expand Up @@ -110,7 +110,7 @@ is currently not supported.

The IDO featues require an existing database and a user with permissions. When using MySQL we recommend the
[puppetlabs/mysql] Puppet module to install the database server, creat a database and manage user permissions. Here's an
example how you create a MySQL database with the corresponding user with permissions by usng the [puppetlabs/mysql]
example how you create a MySQL database with the corresponding user with permissions by using the [puppetlabs/mysql]
module:

``` puppet
Expand Down Expand Up @@ -161,7 +161,7 @@ Icinga 2 can run in three different roles:
* A client node which works as an agent connected to master and/or satellite nodes.

To learn more about Icinga 2 Clustering, follow the official docs on [distributed monitoring]. The following examples show
how a these roles can be configured using this Puppet module.
how these roles can be configured using this Puppet module.

#### Master
A Master node has no parent and is usually also the place where you enable the IDO and notification features. A Master
Expand Down Expand Up @@ -323,7 +323,7 @@ icinga2::object::hostgroup { 'monitoring-hosts':
```

#### Parsing Cofiguration
To generate a valid Icinga 2 configuration all object attributes are parsed. Thissimple parsing algorithm takes a
To generate a valid Icinga 2 configuration all object attributes are parsed. This simple parsing algorithm takes a
decision for each attribute, whether part of the string is to be quoted or not, and how an array or dictionary is to be
formatted.

Expand Down