From: Michael Friedrich Date: Tue, 22 Oct 2013 10:21:46 +0000 (+0200) Subject: Update Documentation. X-Git-Tag: v0.0.3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e06af274ca06663453163fd11b6040ff22888eda;p=icinga2 Update Documentation. --- diff --git a/doc/7-migrating-from-icinga-1x.md b/doc/7-migrating-from-icinga-1x.md index aa19021d1..a83749d02 100644 --- a/doc/7-migrating-from-icinga-1x.md +++ b/doc/7-migrating-from-icinga-1x.md @@ -4,21 +4,21 @@ The Icinga 2 configuration format introduces plenty of behavioral changes. In order to ease migration from Icinga 1.x, -Icinga 2 ships its own config conversion script. +Icinga 2 ships its own config migration script. -### Configuration Conversion Script +### Configuration Migration Script -Due to the complexity of the Icinga 1.x configuration format the conversion +Due to the complexity of the Icinga 1.x configuration format the migration script might not currently work for all use cases. -The config conversion script provides support for basic Icinga 1.x -configuration format conversion to native Icinga 2 configuration syntax. +The config migration script provides support for basic Icinga 1.x +configuration format migration to native Icinga 2 configuration syntax. -The conversion script tries to preserve your existing template structure and +The migration script tries to preserve your existing template structure and adds new templates where appropriate. However, the original file structure is not preserved. -The conversion script uses templates from the Icinga Template Library where +The migration script uses templates from the Icinga Template Library where possible. > **Note** @@ -30,7 +30,7 @@ possible. # /usr/bin/icinga2-migrate-config -c /etc/icinga/icinga.cfg -o /etc/icinga2/conf.d/migrate -### Manual Config Conversion +### Manual Config Migration For a long-term migration of your configuration you should consider re-creating your configuration based on the Icinga 2 proposed way of doing configuration right.