mirror of https://github.com/Icinga/icinga2.git
Build fix.
This commit is contained in:
parent
7ed5b3ca14
commit
04869cf9fe
|
@ -56,8 +56,8 @@ Here's a brief description of the example config:
|
||||||
* - this is where you define settings for the Icinga application including
|
* - this is where you define settings for the Icinga application including
|
||||||
* which hosts/services to check.
|
* which hosts/services to check.
|
||||||
*
|
*
|
||||||
* The docs/icinga2-config.adoc file in the source tarball has a detailed
|
* For an overview of all available configuration options please refer
|
||||||
* description of what configuration options are available.
|
* to the documentation that is distributed as part of Icinga 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Icinga 2 supports [C/C++-style comments](#comments).
|
Icinga 2 supports [C/C++-style comments](#comments).
|
||||||
|
|
|
@ -3,18 +3,25 @@
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
1-about.md \
|
1-about.md \
|
||||||
2.0-getting-started.md \
|
2.0-getting-started.md \
|
||||||
2.1.1-setting-up-icinga-2.md \
|
2.1-setting-up-icinga-2.md \
|
||||||
2.1.2-setting-up-icinga-classic-ui.md \
|
2.2-setting-up-icinga-classic-ui.md \
|
||||||
2.1.3-setting-up-check-plugins.md \
|
2.3-setting-up-check-plugins.md \
|
||||||
2.1.4-setting-up-ido.md \
|
2.4-setting-up-ido.md \
|
||||||
2.2-running-icinga.md \
|
2.5-setting-up-livestatus.md \
|
||||||
2.3-monitoring-basics.md \
|
2.6-running-icinga.md \
|
||||||
3.1-configuration-syntax.md \
|
3.1-hosts-and-services.md \
|
||||||
3.2-global-variables.md \
|
3.2-commands.md \
|
||||||
3.3-object-types.md \
|
3.3-macros.md \
|
||||||
3-configuring-icinga.md \
|
3.4-notifications.md \
|
||||||
4-icinga-template-library.md \
|
3.5-groups.md \
|
||||||
5-advanced-topics.md \
|
3.5-using-templates.md \
|
||||||
|
3-monitoring-basics.md \
|
||||||
|
4.1-configuration-syntax.md \
|
||||||
|
4.2-global-variables.md \
|
||||||
|
4.3-object-types.md \
|
||||||
|
4-configuring-icinga.md \
|
||||||
|
5-icinga-template-library.md \
|
||||||
|
6-advanced-topics.md \
|
||||||
icinga2.8
|
icinga2.8
|
||||||
|
|
||||||
icinga2docdir = ${docdir}
|
icinga2docdir = ${docdir}
|
||||||
|
|
Loading…
Reference in New Issue