]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix some typos.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Mon, 21 Oct 2013 19:43:17 +0000 (21:43 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Mon, 21 Oct 2013 19:43:17 +0000 (21:43 +0200)
doc/3.04-notifications.md
doc/3.11-performance-data.md
doc/6-advanced-topics.md

index c7546f20b5cc9e1fdfe5cb4b335af94e56f3a8dd..6d2333f2616bf0c2df53a5c2c1dc99b2608a8bf3 100644 (file)
@@ -19,7 +19,7 @@ in case. These users must have all macro attributes defined which will be used i
 the `NotificationCommand` on execution, for example `email` as macro dictionary key
 is referenced as `$USEREMAIL$`.
 
-The user `icingaadmin` in this examples will get notified only on `WARNING` and
+The user `icingaadmin` in the example below will get notified only on `WARNING` and
 `CRITICAL` states and `problem` and `recovery` notification types.
     
     object User "icingaadmin" {
@@ -296,4 +296,4 @@ Available state and type filters for notifications are:
 > 
 > If you are familiar with Icinga 1.x `notification_options` please note that they have been split
 > into type and state, and allow more fine granular filtering for example on downtimes and flapping.
-> You can filter for acknowledgements and custom notifications too. 
\ No newline at end of file
+> You can filter for acknowledgements and custom notifications too. 
index bc14e2bdf65093116f829adc7746d20138b56f14..ab0d1eff4220af2ef15f6c9b4f77e46628bbdf6c 100644 (file)
@@ -49,7 +49,7 @@ remove the processed files.
 While there are some Graphite collector scripts for Icinga 1.x available it's
 more reasonable to directly process the check and plugin performance in memory
 in Icinga 2. Once there are new metrics available, Icinga 2 will directly
-write these to the defined Graphite Carbon daemon tcp socket.
+write them to the defined Graphite Carbon daemon tcp socket.
 
 You can enable the feature using
 
index a46f506075cf61aa4877236ec704f361f35497f1..cc75e1548bc2bb99dd440a092818f5ed2515454f 100644 (file)
@@ -54,7 +54,7 @@ configuration.
 
 Fixed downtimes require a start and end time (a duration will be ignored).
 Flexible downtimes need a start and end time for the time span, and a duration
-independant of that.
+independent from that time span.
 
 > **Note**
 >
@@ -77,7 +77,7 @@ is primarly accessible using web interfaces.
 
 Adding and deleting comment actions are possible through the external command pipe
 provided with the `ExternalCommandListener` configuration. The caller must
-pass the the comment id in case of manipulating an existing comment.
+pass the comment id in case of manipulating an existing comment.
 
 ## Acknowledgements
 
@@ -101,7 +101,7 @@ dashboard and no-one ever looks at it again since it will suppress
 notifications too.
 
 This `fire-and-forget` action is quite common. If you're sure that a
-current problem should be resolved in the future at a defined time
+current problem should be resolved in the future at a defined time,
 you can define an expiration time when acknowledging the problem.
 
 Icinga 2 will clear the acknowledgement when expired and start to
@@ -225,9 +225,6 @@ defines a host dependency which acts implicit as parent relation too.
 Furthermore the host may be reachable but ping samples are dropped by the
 router's firewall.
 
-By defining a service dependency the `google-dns ping4` re-check will be skipped
-in case the parent service `dsl-router ping4` is in a `NOT-OK` state.
-
     object Host "dsl-router" {
       services["ping4"] = {
         templates = "generic-service",