2014-02-05 15:53:22 +01:00
|
|
|
# <a id="about-icinga2"></a> About Icinga 2
|
2013-09-26 08:59:29 +02:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
## <a id="what-is-icinga2"></a> What is Icinga 2?
|
2013-09-26 08:59:29 +02:00
|
|
|
|
2014-03-30 11:52:39 +02:00
|
|
|
Icinga 2 is an open source monitoring system which checks the availability of your
|
|
|
|
network resources, notifies users of outages and generates performance data for reporting.
|
|
|
|
|
2014-03-29 01:13:28 +01:00
|
|
|
Scalable and extensible, Icinga 2 can monitor complex, large environments across
|
|
|
|
multiple locations.
|
2013-09-26 14:01:29 +02:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
## <a id="licensing"></a> Licensing
|
2013-09-26 08:59:29 +02:00
|
|
|
|
2013-09-26 14:01:29 +02:00
|
|
|
Icinga 2 and the Icinga 2 documentation are licensed under the terms of the GNU
|
|
|
|
General Public License Version 2, you will find a copy of this license in the
|
2014-04-05 16:25:44 +02:00
|
|
|
LICENSE file included in the source package.
|
2013-09-26 14:01:29 +02:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
## <a id="support"></a> Support
|
2013-09-26 08:59:29 +02:00
|
|
|
|
2013-09-26 14:01:29 +02:00
|
|
|
Support for Icinga 2 is available in a number of ways. Please have a look at
|
2013-10-18 20:05:08 +02:00
|
|
|
the support overview page at [https://support.icinga.org].
|
2013-09-26 14:01:29 +02:00
|
|
|
|
2014-03-20 21:24:39 +01:00
|
|
|
## <a id="contribute"></a> Contribute
|
|
|
|
|
2014-03-31 12:00:10 +02:00
|
|
|
There are many ways to contribute to Icinga - be it by sending patches, testing and
|
2014-04-05 16:25:44 +02:00
|
|
|
reporting bugs, reviewing and updating the documentation. Every contribution
|
2014-03-31 12:00:10 +02:00
|
|
|
is appreciated!
|
2014-03-20 21:24:39 +01:00
|
|
|
|
2014-03-31 12:00:10 +02:00
|
|
|
Please get in touch with the Icinga team at [https://www.icinga.org/ecosystem/].
|
2014-03-20 21:24:39 +01:00
|
|
|
|
2014-02-05 15:53:22 +01:00
|
|
|
## <a id="whats-new"></a> What's new
|
2013-12-03 09:47:07 +01:00
|
|
|
|
2014-03-31 17:05:45 +02:00
|
|
|
### What's New in Version 0.0.9
|
|
|
|
|
|
|
|
* new [apply](#apply) rules for assigning objects based on attribute conditions
|
|
|
|
* inline object definitions removed in favor of [apply](#apply) rules
|
|
|
|
* [import](#template-imports) keyword instead of `inherits` keyword for all objects
|
|
|
|
* new [constants.conf](#constants-conf) providing `PluginDir` constant instead of `$plugindir$` macro
|
|
|
|
* unknown attributes and duplicate objects generate a configuration error
|
|
|
|
* improved configuration error output
|
|
|
|
* create endpoint tables for legacy interfaces (status data, DB IDO, Livestatus)
|
|
|
|
* export host `check` attribute in legacy interfaces (status data, DB IDO, Livestatus)
|
|
|
|
* add documentation about [cluster scenarios](#cluster-scenarios)
|
|
|
|
* Livestatus: add `check_source` attribute to services table
|
|
|
|
* Compat: Fix host service order for Classic UI
|
|
|
|
* Remove comments when clearing acknowledgements
|
|
|
|
* Recovery [Notifications](#objecttype-notification) require StateFilterOK
|
2014-03-07 10:51:00 +01:00
|
|
|
|
|
|
|
#### Changes
|
|
|
|
|
|
|
|
> **Note**
|
|
|
|
>
|
2014-03-31 17:05:45 +02:00
|
|
|
> Configuration updates required!
|
|
|
|
|
|
|
|
* removed deprecated `var`/`set` identifier, use [const](#const) instead
|
|
|
|
* [constants.conf](#constants-conf) needs to be included in [icinga2.conf](#icinga2-conf) before [ITL](#itl) inclusion
|
|
|
|
* [import](#template-imports) instead of `inherits` (examples in [localhost.conf](#localhost-conf))
|
|
|
|
* [apply](#apply) rules instead of inline definitions for [Service](#objecttype-service),
|
|
|
|
[Dependency](#objecttype-dependency), [Notification](#objecttype-notitifcation),
|
|
|
|
[ScheduledDowntime](#objecttype-scheduleddowntime) objects (examples in [localhost.conf](#localhost-conf)).
|
|
|
|
* unknown attributes and duplicate objects generate a configuration error
|
|
|
|
* DB IDO: schema update for 0.0.9 ([MySQL](#upgrading-mysql-db), [PostgreSQL](#upgrading-postgresql-db))
|
|
|
|
|
|
|
|
### Archive
|
|
|
|
|
|
|
|
Please check the `ChangeLog` file.
|