mirror of https://github.com/Icinga/icinga2.git
31 lines
1.2 KiB
YAML
31 lines
1.2 KiB
YAML
site_name: Icinga 2
|
|
docs_dir: doc
|
|
dev_addr: 0.0.0.0:8000
|
|
pages:
|
|
- [1-about.md, About Icinga 2]
|
|
- [2-getting-started.md, Getting Started]
|
|
- [3-monitoring-basics.md, Monitoring Basics]
|
|
- [4-advanced-topics.md, Advanced Topics]
|
|
- [5-configuring-icinga-2.md, Configuring Icinga 2]
|
|
- [6-object-types.md, Object Types]
|
|
- [7-icinga-template-library.md, Icinga Template Library]
|
|
- [8-cli-commands.md, CLI Commands]
|
|
- [9-monitoring-remote-systems.md, Monitoring Remote Systems]
|
|
- [10-icinga2-client.md, Icinga 2 Client]
|
|
- [11-agent-based-checks.md, Additional Agent-based Checks]
|
|
- [12-distributed-monitoring-ha.md, Distributed Monitoring and High Availability]
|
|
- [13-addons-plugins.md, Addons and Plugins]
|
|
- [14-alternative-frontends.md, Alternative Frontends]
|
|
- [15-livestatus.md, Livestatus]
|
|
- [16-troubleshooting.md, Troubleshooting]
|
|
- [17-upgrading-icinga-2.md, Upgrading Icinga 2]
|
|
- [18-migrating-from-icinga-1x.md, Migrating from Icinga 1.x]
|
|
- [19-language-reference.md, Language Reference]
|
|
- [20-library-reference.md, Library Reference]
|
|
- [21-debug.md, Debug]
|
|
- [22-appendix.md, Appendix]
|
|
theme: readthedocs
|
|
markdown_extensions: [smarty]
|
|
extra_javascript: [scroll.js]
|
|
include_search: true
|