2014-02-05 15:53:22 +01:00
|
|
|
# <a id="migrating-from-icinga-1x"></a> Migrating from Icinga 1.x
|
2013-10-08 09:36:44 +02:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
## <a id="configuration-migration"></a> Configuration Migration
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2013-10-10 09:40:50 +02:00
|
|
|
The Icinga 2 configuration format introduces plenty of behavioral changes. In
|
|
|
|
order to ease migration from Icinga 1.x,
|
2013-10-22 12:21:46 +02:00
|
|
|
Icinga 2 ships its own config migration script.
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
### <a id="configuration-migration-script"></a> Configuration Migration Script
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2013-10-22 12:21:46 +02:00
|
|
|
Due to the complexity of the Icinga 1.x configuration format the migration
|
2013-10-10 09:40:50 +02:00
|
|
|
script might not currently work for all use cases.
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2013-10-22 12:21:46 +02:00
|
|
|
The config migration script provides support for basic Icinga 1.x
|
|
|
|
configuration format migration to native Icinga 2 configuration syntax.
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2013-10-22 12:21:46 +02:00
|
|
|
The migration script tries to preserve your existing template structure and
|
2013-10-10 09:40:50 +02:00
|
|
|
adds new templates where appropriate. However, the original file structure is
|
|
|
|
not preserved.
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2013-10-22 12:21:46 +02:00
|
|
|
The migration script uses templates from the Icinga Template Library where
|
2013-10-10 08:52:58 +02:00
|
|
|
possible.
|
2013-10-09 18:59:44 +02:00
|
|
|
|
|
|
|
> **Note**
|
|
|
|
>
|
2013-10-10 08:52:58 +02:00
|
|
|
> Please check the provided README file for additional notes and possible
|
2013-10-11 14:02:19 +02:00
|
|
|
> caveats.
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2013-10-11 14:02:19 +02:00
|
|
|
# mkdir /etc/icinga2/conf.d/migrate
|
|
|
|
# /usr/bin/icinga2-migrate-config -c /etc/icinga/icinga.cfg -o /etc/icinga2/conf.d/migrate
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
### <a id="manual-config-migration"></a> Manual Config Migration
|
2013-10-09 18:59:44 +02:00
|
|
|
|
2013-10-10 09:40:50 +02:00
|
|
|
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.
|
2013-10-08 09:36:44 +02:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
Please read the [next chapter](#differences-1x-2) to get an idea about the differences between 1.x and 2.
|