]> granicus.if.org Git - icinga2/commitdiff
Update docs and ChangeLog for Beta 2.
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 6 Jun 2014 08:51:56 +0000 (10:51 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 6 Jun 2014 08:51:56 +0000 (10:51 +0200)
Fixes #6413

ChangeLog
doc/1-about.md

index 3510c14f764596c2bee6b10cfaf8b48bbfb7f0ec..2443d7d462e998c0901a282fb3b1650215832e9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ Please check doc/1-about.md.
 
 ## What's New
 
-### What's New in Version 2.0.0 Beta 1
+### What's New in Version 2.0.0 Beta 2
 
 Lots of things. Please read doc/1-about.md - "Icinga 2 in a nutshell"
 
index cf73c22810305141b0887f91d5c54382fe04b913..daf00309a5e114bc48421e2c9d1cca4df56006d2 100644 (file)
@@ -46,7 +46,7 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant).
 
 ## <a id="whats-new"></a> What's new
 
-### What's New in Version 2.0.0 Beta 1
+### What's New in Version 2.0.0 Beta 2
 
 Lots of things. Please read [Icinga 2 in a nutshell](#icinga2-in-a-nutshell).
 
@@ -78,7 +78,7 @@ Running checks every second is no longer a problem.
 * Modular & flexible [features](#features)
 
 Enable only the features you require. Want to use Icinga Web 2 with DB IDO but no status data?
-No problem! Just enable ido-mysql and disable statusdata. Another example: Graphite should be enabled 
+No problem! Just enable ido-mysql and disable statusdata. Another example: Graphite should be enabled
 on a dedicated cluster node. Enable it over there and point it to the carbon cache socket.
 
 * Native support for the [Livestatus protocol](#setting-up-livestatus)
@@ -97,8 +97,7 @@ Simple [apply](#using-apply) and [assign](#group-assign) rules for creating conf
 relationships based on patterns. Supported with [duration literals](#duration-literals) for interval
 attributes, [expression operators](#expression-operators), [function calls](#function-calls) for
 pattern and regex matching and (global) [constants](#constants).
-Sample configuration for common plugins is shipped with Icinga 2 as
-part of the [Icinga Template Library](#itl).
+Sample configuration for common plugins is shipped with Icinga 2 as part of the [Icinga Template Library](#itl).
 
 * Revamped Commands
 
@@ -134,7 +133,7 @@ required for network reachability calculations.
 
 * [Recurring Downtimes](#recurring-downtimes)
 
-Forget using cronjobs to set up recurring downtime - you can configure them as Icinga2 configuration 
+Forget using cronjobs to set up recurring downtime - you can configure them as Icinga2 configuration
 objects and specify their active time window.
 
 * Embedded Health Checks
@@ -150,9 +149,17 @@ All known interfaces are optional available: [status files](#status-data), [logs
 [checkresult file reader](#check-result-files) too.
 All [Monitoring Plugins](#setting-up-check-plugins) can be integrated into Icinga 2 with
 newly created check command configuration if not already provided.
-[Configuration migration](#configuration-migration) is possible through the Icinga Web 2 CLI tool.
+[Configuration migration](#configuration-migration) is possible through an external migration tool.
+
+Detailed [migration hints](#manual-config-migration-hints) explain migration the Icinga 1.x
+configuration objects into the native Icinga 2 configuration schema.
 Additional information on the differences is documented in the [migration](#differences-1x-2) chapter.
 
+* Configuration Syntax Highlighting
+
+Icinga 2 ships [syntax highlighting](#configuration-syntax-highlighting) for `vim` and `nano` to help
+edit your configuration.
+
 * [Vagrant Demo VM](#vagrant)
 
 Used for demo cases and development tests. Get Icinga 2 running within minutes and spread the #monitoringlove