</articleinfo>
<section>
- <title>Icinga 2 Configuration Format</title>
+ <title>Configuration Format</title>
<para/>
format is agnostic to whitespaces and new-lines.</para>
<para>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:</para>
+ ("host1.example.org"). Objects can contain a comma-separated list of
+ property declarations. The following data types are available for
+ property values:</para>
<table>
<title/>
}
}
-abstract object Host "test-host" {
+abstract object Host "test-host" inherits "default-host" {
macros += {
color = "blue"
}
</section>
<section>
- <title>Icinga 2 Configuration Objects</title>
+ <title>Configuration Objects</title>
<para/>
</section>
<section>
- <title>Icinga 2 Configuration Examples</title>
+ <title>Configuration Examples</title>
<para/>