mirror of https://github.com/Icinga/icinga2.git
parent
a7a234a600
commit
e813000d4f
|
@ -90,11 +90,11 @@ Icinga 2 supports [C/C++-style comments](#comments).
|
||||||
|
|
||||||
The `include` directive can be used to include other files.
|
The `include` directive can be used to include other files.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The zones.conf defines zones for a cluster setup.
|
* The zones.conf defines zones for a cluster setup.
|
||||||
* Not required for single instance setups.
|
* Not required for single instance setups.
|
||||||
*/
|
*/
|
||||||
include "zones.conf"
|
include "zones.conf"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Icinga Template Library (ITL) provides a number of useful templates
|
* The Icinga Template Library (ITL) provides a number of useful templates
|
||||||
|
|
Loading…
Reference in New Issue