From 1e61e48c8130ef1e705706b3c6113e675d120d4c Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 21 Aug 2012 09:43:25 +0200 Subject: [PATCH] Fixed some mistakes in the config documentation. --- doc/icinga2-config.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/icinga2-config.xml b/doc/icinga2-config.xml index ba26a020b..75234e789 100644 --- a/doc/icinga2-config.xml +++ b/doc/icinga2-config.xml @@ -17,7 +17,7 @@
- Icinga 2 Configuration Format + Configuration Format @@ -42,9 +42,9 @@ format is agnostic to whitespaces and new-lines. Each object is uniquely identified by its type ("Host") and name - ("localhost"). Objects can contain a comma-separated list of property - declarations. The following data types are available for property - values: + ("host1.example.org"). Objects can contain a comma-separated list of + property declarations. The following data types are available for + property values: @@ -284,7 +284,7 @@ } } -abstract object Host "test-host" { +abstract object Host "test-host" inherits "default-host" { macros += { color = "blue" } @@ -338,7 +338,7 @@ object Host "localhost" { </section> <section> - <title>Icinga 2 Configuration Objects + Configuration Objects @@ -779,7 +779,7 @@ object Host "localhost" {
- Icinga 2 Configuration Examples + Configuration Examples -- 2.50.1