mirror of https://github.com/Icinga/icinga2.git
Documentation: Fix typo in Configuration Best Practice
fixes #9268 Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
This commit is contained in:
parent
1058d377be
commit
75697e0bca
1
AUTHORS
1
AUTHORS
|
@ -1,3 +1,4 @@
|
|||
Alexander A. Klimov <alexander.klimov@netways.de>
|
||||
Alexander Schomburg <script.acc@alex.schomb.org>
|
||||
Alexander Wirt <formorer@debian.org>
|
||||
Andrew Meyer <ameyer+secure@nodnetwork.org>
|
||||
|
|
|
@ -17,7 +17,7 @@ decide for a possible strategy.
|
|||
There are many ways of creating Icinga 2 configuration objects:
|
||||
|
||||
* Manually with your preferred editor, for example vi(m), nano, notepad, etc.
|
||||
* Generated by a [configuration management too](13-addons-plugins.md#configuration-tools) such as Puppet, Chef, Ansible, etc.
|
||||
* Generated by a [configuration management tool](13-addons-plugins.md#configuration-tools) such as Puppet, Chef, Ansible, etc.
|
||||
* A configuration addon for Icinga 2
|
||||
* A custom exporter script from your CMDB or inventory tool
|
||||
* your own.
|
||||
|
|
Loading…
Reference in New Issue