mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
parent
fcd7b872f4
commit
508a6d9abd
@ -4,7 +4,7 @@ Please check doc/1-about.md.
|
|||||||
|
|
||||||
## What's New
|
## 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"
|
Lots of things. Please read doc/1-about.md - "Icinga 2 in a nutshell"
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant).
|
|||||||
|
|
||||||
## <a id="whats-new"></a> What's new
|
## <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).
|
Lots of things. Please read [Icinga 2 in a nutshell](#icinga2-in-a-nutshell).
|
||||||
|
|
||||||
@ -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
|
relationships based on patterns. Supported with [duration literals](#duration-literals) for interval
|
||||||
attributes, [expression operators](#expression-operators), [function calls](#function-calls) for
|
attributes, [expression operators](#expression-operators), [function calls](#function-calls) for
|
||||||
pattern and regex matching and (global) [constants](#constants).
|
pattern and regex matching and (global) [constants](#constants).
|
||||||
Sample configuration for common plugins is shipped with Icinga 2 as
|
Sample configuration for common plugins is shipped with Icinga 2 as part of the [Icinga Template Library](#itl).
|
||||||
part of the [Icinga Template Library](#itl).
|
|
||||||
|
|
||||||
* Revamped Commands
|
* Revamped Commands
|
||||||
|
|
||||||
@ -150,9 +149,17 @@ All known interfaces are optional available: [status files](#status-data), [logs
|
|||||||
[checkresult file reader](#check-result-files) too.
|
[checkresult file reader](#check-result-files) too.
|
||||||
All [Monitoring Plugins](#setting-up-check-plugins) can be integrated into Icinga 2 with
|
All [Monitoring Plugins](#setting-up-check-plugins) can be integrated into Icinga 2 with
|
||||||
newly created check command configuration if not already provided.
|
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.
|
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)
|
* [Vagrant Demo VM](#vagrant)
|
||||||
|
|
||||||
Used for demo cases and development tests. Get Icinga 2 running within minutes and spread the #monitoringlove
|
Used for demo cases and development tests. Get Icinga 2 running within minutes and spread the #monitoringlove
|
||||||
|
Loading…
x
Reference in New Issue
Block a user