Fixed some mistakes in the config documentation.

This commit is contained in:
Gunnar Beutner 2012-08-21 09:43:25 +02:00
parent 88ee0dba54
commit 1e61e48c81

View File

@ -17,7 +17,7 @@
</articleinfo> </articleinfo>
<section> <section>
<title>Icinga 2 Configuration Format</title> <title>Configuration Format</title>
<para/> <para/>
@ -42,9 +42,9 @@
format is agnostic to whitespaces and new-lines.</para> format is agnostic to whitespaces and new-lines.</para>
<para>Each object is uniquely identified by its type ("Host") and name <para>Each object is uniquely identified by its type ("Host") and name
("localhost"). Objects can contain a comma-separated list of property ("host1.example.org"). Objects can contain a comma-separated list of
declarations. The following data types are available for property property declarations. The following data types are available for
values:</para> property values:</para>
<table> <table>
<title/> <title/>
@ -284,7 +284,7 @@
} }
} }
abstract object Host "test-host" { abstract object Host "test-host" inherits "default-host" {
macros += { macros += {
color = "blue" color = "blue"
} }
@ -338,7 +338,7 @@ object Host "localhost" {
</section> </section>
<section> <section>
<title>Icinga 2 Configuration Objects</title> <title>Configuration Objects</title>
<para/> <para/>
@ -779,7 +779,7 @@ object Host "localhost" {
</section> </section>
<section> <section>
<title>Icinga 2 Configuration Examples</title> <title>Configuration Examples</title>
<para/> <para/>