From d18a00e1e8449e049e763a3170ff1cf36876fec7 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 3 Dec 2013 09:47:07 +0100 Subject: [PATCH 1/3] Update ChangeLog. Refs #5254 --- ChangeLog | 14 ++++++++++++++ doc/1-about.md | 15 +++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5862a53eb..949a5e6f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ Icinga 2.x CHANGELOG ==================== +0.0.5 - 2013/12/03 + +* Cluster: Implement support for CRLs +* Implement modified attributes +* Log messages providing more context +* Default log is a file (rather than syslog) +* Improve latency after start-up +* NSCA-ng support for the Vagrant demo VM +* Configuration: Recursively include configuration files matching a certain pattern +* IDO: Improve performance +* Migration: Add fallback for objects.cache instead of cfg_{dir,file} +* Lots of bugfixes and performance improvements +* Package fixes (Note: GPG key of packages.icinga.org has been updated) + 0.0.4 - 2013/11/12 * IDO: PostgreSQL support diff --git a/doc/1-about.md b/doc/1-about.md index e987d2296..eb1d882f2 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -18,6 +18,21 @@ LICENSE file included in the package. Support for Icinga 2 is available in a number of ways. Please have a look at the support overview page at [https://support.icinga.org]. + +## What's New in Version 0.0.5 + +* Cluster: Implement support for CRLs +* Implement modified attributes +* Log messages providing more context +* Default log is a file (rather than syslog) +* Improve latency after start-up +* NSCA-ng support for the Vagrant demo VM +* Configuration: Recursively include configuration files matching a certain pattern +* IDO: Improve performance +* Migration: Add fallback for objects.cache instead of cfg_{dir,file} +* Lots of bugfixes and performance improvements +* Package fixes (Note: GPG key of packages.icinga.org has been updated) + ## What's New in Version 0.0.4 * IDO: PostgreSQL support From 8a5fd83cd3c13e2bbf57b7c5165684b1d8182629 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 3 Dec 2013 09:50:18 +0100 Subject: [PATCH 2/3] Update version to 0.0.5. Refs #5254 --- icinga2.spec | 2 +- tools/debug/natvis/extension.vsixmanifest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icinga2.spec b/icinga2.spec index 17b1c3c5b..10c90119c 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -47,7 +47,7 @@ Summary: Network monitoring application Name: icinga2 -Version: 0.0.4 +Version: 0.0.5 Release: %{revision}%{?dist} License: GPLv2+ Group: Applications/System diff --git a/tools/debug/natvis/extension.vsixmanifest b/tools/debug/natvis/extension.vsixmanifest index 5f46f7577..4b8c6fcea 100644 --- a/tools/debug/natvis/extension.vsixmanifest +++ b/tools/debug/natvis/extension.vsixmanifest @@ -1,6 +1,6 @@ - + Icinga 2 Debugger Visualizers for Visual Studio Icinga 2 Debugger Visualizers @@ -15,4 +15,4 @@ - \ No newline at end of file + From 65481617d2e6252762babaeb308224f3629e90a9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 3 Dec 2013 09:54:14 +0100 Subject: [PATCH 3/3] Clean up configs. Refs #5254 --- etc/icinga2/conf.d/generic-service.conf | 2 +- etc/icinga2/conf.d/generic-user.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/icinga2/conf.d/generic-service.conf b/etc/icinga2/conf.d/generic-service.conf index 7e8acb8f2..4f4711cef 100644 --- a/etc/icinga2/conf.d/generic-service.conf +++ b/etc/icinga2/conf.d/generic-service.conf @@ -6,7 +6,7 @@ template Service "generic-service" { max_check_attempts = 3, check_interval = 5m, retry_interval = 1m, - enable_perfdata = 1, + enable_perfdata = true, notifications["mail-icingaadmin"] = { templates = [ "mail-notification" ], diff --git a/etc/icinga2/conf.d/generic-user.conf b/etc/icinga2/conf.d/generic-user.conf index f25e2f745..a2dae8d8b 100644 --- a/etc/icinga2/conf.d/generic-user.conf +++ b/etc/icinga2/conf.d/generic-user.conf @@ -4,7 +4,7 @@ */ template User "generic-user" { - enable_notifications = 1, + enable_notifications = true, notification_period = "24x7", notification_state_filter = (StateFilterWarning |