]> granicus.if.org Git - icinga2/log
icinga2
7 years agoDocs: Add a note about pinning checks in a zone
Michael Friedrich [Thu, 24 Nov 2016 15:35:29 +0000 (16:35 +0100)]
Docs: Add a note about pinning checks in a zone

fixes #13319

7 years agoRemove unnecessary template imports in the ITL
Gunnar Beutner [Thu, 24 Nov 2016 08:39:49 +0000 (09:39 +0100)]
Remove unnecessary template imports in the ITL

refs #12575

7 years agoDeprecate the client 'bottom up' mode w/ node update-config
Michael Friedrich [Wed, 23 Nov 2016 14:33:28 +0000 (15:33 +0100)]
Deprecate the client 'bottom up' mode w/ node update-config

This includes deprecation warnings and migration documentation.

fixes #13255

7 years agoDB IDO: Make sure that all result sets are processed before sending another query
Michael Friedrich [Tue, 22 Nov 2016 14:54:56 +0000 (15:54 +0100)]
DB IDO: Make sure that all result sets are processed before sending another query

fixes #12597

7 years agoDon't try to delete Downtime objects that were statically configured
Gunnar Beutner [Tue, 22 Nov 2016 14:13:43 +0000 (15:13 +0100)]
Don't try to delete Downtime objects that were statically configured

fixes #13275

7 years agoProperly unmask signals for child processes
Gunnar Beutner [Tue, 22 Nov 2016 12:45:59 +0000 (13:45 +0100)]
Properly unmask signals for child processes

fixes #13269

7 years agoUpdate AUTHORS and .mailmap
Michael Friedrich [Mon, 21 Nov 2016 10:33:48 +0000 (11:33 +0100)]
Update AUTHORS and .mailmap

refs #13267
refs #12881

7 years agoDocs: Fix typo in "CLI commands" chapter
Micha Ahrweiler [Mon, 17 Oct 2016 10:25:58 +0000 (12:25 +0200)]
Docs: Fix typo in "CLI commands" chapter

fixes #13267

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agochangelog.py: Sort by category
Michael Friedrich [Fri, 18 Nov 2016 14:28:27 +0000 (15:28 +0100)]
changelog.py: Sort by category

fixes #13245

7 years agoRemove debug log message
Michael Friedrich [Fri, 18 Nov 2016 13:00:41 +0000 (14:00 +0100)]
Remove debug log message

refs #11541

7 years agoDB IDO: Bump schema version to 1.14.2
Michael Friedrich [Fri, 18 Nov 2016 10:39:14 +0000 (11:39 +0100)]
DB IDO: Bump schema version to 1.14.2

fixes #10502
fixes #13221

7 years agoido-pgsql: Upgrade timestamp columns to timestamp without time zone
Eric Lippmann [Thu, 17 Nov 2016 11:44:30 +0000 (12:44 +0100)]
ido-pgsql: Upgrade timestamp columns to timestamp without time zone

refs #13221

7 years agoido-pgsql: Bump schema version to 1.14.2
Eric Lippmann [Thu, 17 Nov 2016 11:43:05 +0000 (12:43 +0100)]
ido-pgsql: Bump schema version to 1.14.2

refs #13221

7 years agoido-pgsql: Use timestamp without time zone in from_unixtime and to_timestamp functions
Eric Lippmann [Thu, 17 Nov 2016 11:41:12 +0000 (12:41 +0100)]
ido-pgsql: Use timestamp without time zone in from_unixtime and to_timestamp functions

refs #13221

7 years agoido-pgsql: Change timestamp columns to timestamp without time zone
Eric Lippmann [Thu, 17 Nov 2016 11:36:57 +0000 (12:36 +0100)]
ido-pgsql: Change timestamp columns to timestamp without time zone

refs #13221

7 years agoido-pgsql: Add yet empty v2.6.0 schema upgrade script
Eric Lippmann [Thu, 17 Nov 2016 11:10:13 +0000 (12:10 +0100)]
ido-pgsql: Add yet empty v2.6.0 schema upgrade script

refs #10502

7 years agoido-mysql: Upgrade timestamp columns to default to NULL
Eric Lippmann [Thu, 17 Nov 2016 11:24:31 +0000 (12:24 +0100)]
ido-mysql: Upgrade timestamp columns to default to NULL

refs #10502

7 years agoido-mysql: Bump schema version to 1.14.2
Eric Lippmann [Thu, 17 Nov 2016 11:24:00 +0000 (12:24 +0100)]
ido-mysql: Bump schema version to 1.14.2

refs #10502

7 years agoido-mysql: Don't set the SQL mode to NO_AUTO_VALUE_ON_ZERO
Eric Lippmann [Thu, 17 Nov 2016 11:22:00 +0000 (12:22 +0100)]
ido-mysql: Don't set the SQL mode to NO_AUTO_VALUE_ON_ZERO

This mode is obsolete because timestamp columns now default to NULL instead of '0000-00...'.

refs #10502

7 years agoido-mysql: Change timestamp columns to default to NULL in the schema
Eric Lippmann [Thu, 17 Nov 2016 11:19:47 +0000 (12:19 +0100)]
ido-mysql: Change timestamp columns to default to NULL in the schema

refs #10502

7 years agoido-mysql: Add yet empty v2.6.0 schema upgrade script
Eric Lippmann [Thu, 17 Nov 2016 11:08:38 +0000 (12:08 +0100)]
ido-mysql: Add yet empty v2.6.0 schema upgrade script

refs #10502

7 years agoDocs: Update order of plugins contrib chapter
Michael Friedrich [Thu, 17 Nov 2016 16:09:56 +0000 (17:09 +0100)]
Docs: Update order of plugins contrib chapter

fixes #13229

7 years agoITL: Add logstash CheckCommand
Thomas Widhalm [Mon, 31 Oct 2016 15:51:58 +0000 (16:51 +0100)]
ITL: Add logstash CheckCommand

fixes #12755

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoAdd unit test for notification state/type filters
Michael Friedrich [Thu, 17 Nov 2016 13:36:55 +0000 (14:36 +0100)]
Add unit test for notification state/type filters

fixes #13225

7 years agoFix that custom notifications do not reset force_next_notification
Michael Friedrich [Thu, 17 Nov 2016 10:46:40 +0000 (11:46 +0100)]
Fix that custom notifications do not reset force_next_notification

This attribute is stored in the state file forever as well.
Will cause forced notifications ignoring state/type filters.

fixes #12670

7 years agoRevert "Implement the 'evaluate-macros' API action"
Gunnar Beutner [Thu, 17 Nov 2016 09:39:04 +0000 (10:39 +0100)]
Revert "Implement the 'evaluate-macros' API action"

This reverts commit 851135d3a1643dd978453198b3f2523ccf6356e9.

fixes #13091

7 years agoFix that recovery notifications are sent if notified for !Problem type before
Michael Friedrich [Tue, 15 Nov 2016 14:12:26 +0000 (15:12 +0100)]
Fix that recovery notifications are sent if notified for !Problem type before

fixes #13205

7 years agoFix crash in HttpRequest::Parse
Gunnar Beutner [Thu, 17 Nov 2016 08:08:22 +0000 (09:08 +0100)]
Fix crash in HttpRequest::Parse

fixes #12667

7 years agoDoc: Update package repositories
Michael Friedrich [Tue, 15 Nov 2016 09:44:58 +0000 (10:44 +0100)]
Doc: Update package repositories

fixes #13199

7 years agoFix object sync for objects in a global zone
Michael Friedrich [Fri, 11 Nov 2016 09:41:49 +0000 (10:41 +0100)]
Fix object sync for objects in a global zone

fixes #11541

7 years agoEnsure that DowntimeStart notifications are not immediately sent
Michael Friedrich [Fri, 11 Nov 2016 18:36:19 +0000 (19:36 +0100)]
Ensure that DowntimeStart notifications are not immediately sent

fixes #12549

7 years agoFix crash in CheckResult cluster handlers
Michael Friedrich [Thu, 10 Nov 2016 19:00:38 +0000 (20:00 +0100)]
Fix crash in CheckResult cluster handlers

fixes #13151

7 years agoEnsure that runtime created objects are synced on (re)connect
Michael Friedrich [Thu, 10 Nov 2016 19:00:00 +0000 (20:00 +0100)]
Ensure that runtime created objects are synced on (re)connect

refs #11684

7 years agoEnhance log messages for cluster config sync
Michael Friedrich [Thu, 10 Nov 2016 16:44:05 +0000 (17:44 +0100)]
Enhance log messages for cluster config sync

refs #11684

7 years agoAPI: Set zone attribute for local zone if not specified
Michael Friedrich [Thu, 10 Nov 2016 16:16:08 +0000 (17:16 +0100)]
API: Set zone attribute for local zone if not specified

This allows to sync the object to other nodes in the same
zone on reconnect.

refs #11684

7 years agoEnsure that UpdateConfigObject sets the target zone
Michael Friedrich [Thu, 10 Nov 2016 16:15:06 +0000 (17:15 +0100)]
Ensure that UpdateConfigObject sets the target zone

refs #11684

7 years agoFix Flapping{Start,End} notifications in SOFT states or downtimes
Michael Friedrich [Thu, 10 Nov 2016 13:02:02 +0000 (14:02 +0100)]
Fix Flapping{Start,End} notifications in SOFT states or downtimes

fixes #12560
fixes #12892

7 years agoFix crash in Checkable::OnAllConfigLoaded
Gunnar Beutner [Thu, 10 Nov 2016 12:42:50 +0000 (13:42 +0100)]
Fix crash in Checkable::OnAllConfigLoaded

fixes #13103

7 years agoInfluxDB: Always Write Out Metadata
Simon Murray [Thu, 6 Oct 2016 09:49:00 +0000 (10:49 +0100)]
InfluxDB: Always Write Out Metadata

Previously the logic would just bail out if no performance data was associated with a
check, the problem being that check metadata was skipped too.  This rearranges the code
to dump out performance metrics if they exist, then dump out metadata if requested.  This
also fixes an issue whereby metadata was being sent for every performance data in the
check result, rather than just once, so we save a bit of bandwidth as a result.

fixes #12276

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoImplement the 'evaluate-macros' API action
Gunnar Beutner [Wed, 9 Nov 2016 08:11:40 +0000 (09:11 +0100)]
Implement the 'evaluate-macros' API action

fixes #13091

7 years agoAdd child_options for API action 'schedule-downtime'
Michael Friedrich [Wed, 5 Oct 2016 15:36:43 +0000 (17:36 +0200)]
Add child_options for API action 'schedule-downtime'

fixes #10896
fixes #10897

7 years agoImplement GetAllChildren() for dependency resolution
Michael Friedrich [Wed, 5 Oct 2016 11:13:26 +0000 (13:13 +0200)]
Implement GetAllChildren() for dependency resolution

refs #10896
refs #10897

7 years agoAdd SCHEDULE_AND_PROPAGATE{,_TRIGGERED}_HOST_DOWNTIME external commands
Michael Friedrich [Thu, 21 Jul 2016 15:01:49 +0000 (17:01 +0200)]
Add SCHEDULE_AND_PROPAGATE{,_TRIGGERED}_HOST_DOWNTIME external commands

refs #10896
refs #10897

7 years agoFix integer truncation in Convert::ToString
Gunnar Beutner [Wed, 2 Nov 2016 07:42:24 +0000 (08:42 +0100)]
Fix integer truncation in Convert::ToString

fixes #12995

7 years agoUpdate design of Agent Wizard
Jean Flach [Wed, 26 Oct 2016 08:30:12 +0000 (10:30 +0200)]
Update design of Agent Wizard

refs #9119

7 years agoAdd option to choose icinga2s user
Jean Flach [Fri, 26 Feb 2016 12:42:36 +0000 (13:42 +0100)]
Add option to choose icinga2s user

Adds the --scm-user option and a check box and text field in the Agent

fixes #9119

7 years agoDon't mask all signals in the subprocess handler
Gunnar Beutner [Mon, 24 Oct 2016 06:42:40 +0000 (08:42 +0200)]
Don't mask all signals in the subprocess handler

fixes #12940

7 years agoAdd missing call for the base class' Stop() method
Gunnar Beutner [Mon, 24 Oct 2016 06:40:12 +0000 (08:40 +0200)]
Add missing call for the base class' Stop() method

refs #11684

7 years agoDon't generate 'UNKNOWN' results when the endpoint's log is still being resynced
Gunnar Beutner [Mon, 24 Oct 2016 06:38:58 +0000 (08:38 +0200)]
Don't generate 'UNKNOWN' results when the endpoint's log is still being resynced

fixes #12844

7 years agoUpdate AUTHORS
Jean Flach [Mon, 17 Oct 2016 12:51:30 +0000 (14:51 +0200)]
Update AUTHORS

refs #12933

7 years agoFix bad heading level for {commands,groups}.conf
Brendan Jurd [Fri, 14 Oct 2016 05:33:53 +0000 (16:33 +1100)]
Fix bad heading level for {commands,groups}.conf

The heading levels for commands.conf and groups.conf were incorrect.  They should have been at level 4, underneath "4.2.3 The conf.d directory", but instead they were at level 3.

fixes #12933

Signed-off-by: Jean Flach <jean-marcel.flach@icinga.com>
7 years agoUpdate AUTHORS
Gunnar Beutner [Tue, 11 Oct 2016 10:44:34 +0000 (12:44 +0200)]
Update AUTHORS

refs #12838

7 years agoFix indentation for the snmpv3 check command definition
Gunnar Beutner [Tue, 11 Oct 2016 10:43:33 +0000 (12:43 +0200)]
Fix indentation for the snmpv3 check command definition

refs #12838

7 years agoAdd missing '-m' (snmpv3_miblist) and -p (snmpv3_port) options
Peter Eckel [Tue, 4 Oct 2016 07:53:12 +0000 (09:53 +0200)]
Add missing '-m' (snmpv3_miblist) and -p (snmpv3_port) options

The options for setting an explicit MIB list and for specifying the target
port that are present for the snmp CheckCommand object that were missing from
the snmpv3 CheckCommand object are added with this patch.

fixes #12838

Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
7 years agoFix object resync issues
Gunnar Beutner [Tue, 11 Oct 2016 08:53:51 +0000 (10:53 +0200)]
Fix object resync issues

refs #11684

7 years agoFix Url Query formatting
Jean Flach [Mon, 10 Oct 2016 14:16:52 +0000 (16:16 +0200)]
Fix Url Query formatting

fixes #12883

7 years agoUpdate .mailmap for Thomas Widhalm
Gunnar Beutner [Mon, 10 Oct 2016 09:10:56 +0000 (11:10 +0200)]
Update .mailmap for Thomas Widhalm

refs #12881

7 years agoUpdate .mailmap for Dirk Goetz and Lennart Betz
Gunnar Beutner [Mon, 10 Oct 2016 09:08:31 +0000 (11:08 +0200)]
Update .mailmap for Dirk Goetz and Lennart Betz

refs #12881

7 years agoUpdate .mailmap for icinga.com
Gunnar Beutner [Mon, 10 Oct 2016 08:35:05 +0000 (10:35 +0200)]
Update .mailmap for icinga.com

fixes #12881

7 years agoDon't use InitializeSpawnHelper on Windows
Jean Flach [Wed, 5 Oct 2016 13:02:42 +0000 (15:02 +0200)]
Don't use InitializeSpawnHelper on Windows

refs #8900

7 years agoFix crash when deleting config files fails
Gunnar Beutner [Wed, 5 Oct 2016 12:17:26 +0000 (14:17 +0200)]
Fix crash when deleting config files fails

fixes #12860

7 years agoEnsure we don't leak file descriptors to child processes
Gunnar Beutner [Thu, 29 Sep 2016 10:35:10 +0000 (12:35 +0200)]
Ensure we don't leak file descriptors to child processes

fixes #8900

7 years agoFix incorrect default arguments for check_swap
Gunnar Beutner [Tue, 4 Oct 2016 11:56:27 +0000 (13:56 +0200)]
Fix incorrect default arguments for check_swap

fixes #12849

7 years agoDocs: Fix wrong notification filter in Migration chapter
Michael Friedrich [Fri, 30 Sep 2016 14:02:09 +0000 (16:02 +0200)]
Docs: Fix wrong notification filter in Migration chapter

fixes #12664

7 years agoUpdate AUTHORS
Michael Friedrich [Fri, 30 Sep 2016 12:57:59 +0000 (14:57 +0200)]
Update AUTHORS

refs #12834

7 years agoDocs: Add more Timeperiod examples
Nicole Lang [Fri, 30 Sep 2016 09:41:32 +0000 (11:41 +0200)]
Docs: Add more Timeperiod examples

fixes #12834

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
7 years agoDocs: Add an example of multi-parents configuration for the Migration chapter
Mathieu Arnold [Tue, 27 Sep 2016 15:53:38 +0000 (17:53 +0200)]
Docs: Add an example of multi-parents configuration for the Migration chapter

fixes #12832

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
7 years agoDocs: Fix typo
Mirco Bauer [Fri, 30 Sep 2016 03:37:02 +0000 (05:37 +0200)]
Docs: Fix typo

fixes #12831

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
7 years agoDocs: Fix missing configuration in distributed monitoring chapter
Michael Friedrich [Thu, 29 Sep 2016 15:58:31 +0000 (17:58 +0200)]
Docs: Fix missing configuration in distributed monitoring chapter

fixes #12681

7 years agoUpdate AUTHORS
Gunnar Beutner [Thu, 29 Sep 2016 06:42:08 +0000 (08:42 +0200)]
Update AUTHORS

refs #12762

7 years agoAdd check command definition for check_radius
Mathieu Arnold [Tue, 20 Sep 2016 12:43:29 +0000 (14:43 +0200)]
Add check command definition for check_radius

fixes #12762

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
7 years agoUpdate AUTHORS
Gunnar Beutner [Thu, 29 Sep 2016 06:37:41 +0000 (08:37 +0200)]
Update AUTHORS

refs #12613

7 years agoAdd a check command definition for check_iostats
Claudio Bilotta [Wed, 31 Aug 2016 13:47:35 +0000 (14:47 +0100)]
Add a check command definition for check_iostats

This should work fine with this plugin https://github.com/dnsmichi/icinga-plugins/blob/master/scripts/check_iostats

fixes #12613

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
7 years agoUpdate AUTHORS
Gunnar Beutner [Thu, 29 Sep 2016 06:28:51 +0000 (08:28 +0200)]
Update AUTHORS

refs #12155
refs #12822

7 years agoFix some spelling mistakes
Konstantin Kelemen [Wed, 21 Sep 2016 14:38:14 +0000 (17:38 +0300)]
Fix some spelling mistakes

fixes #12822

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
7 years agoSpell ISATAP correctly and set noisatap in the ITL
Jean Flach [Wed, 28 Sep 2016 09:26:08 +0000 (11:26 +0200)]
Spell ISATAP correctly and set noisatap in the ITL

refs #12155

7 years agoUpdate check_network in docs and itl
Jean Flach [Wed, 28 Sep 2016 09:18:39 +0000 (11:18 +0200)]
Update check_network in docs and itl

fixes #12155

7 years agoUpdate perfdata; Add skipping of isatap interfaces with parameter
Matthias Schales [Tue, 27 Sep 2016 18:29:23 +0000 (20:29 +0200)]
Update perfdata; Add skipping of isatap interfaces with parameter

Also updates interface names to fix perfdata output

refs #12155

7 years agoFix incorrect #ifdef
Gunnar Beutner [Wed, 28 Sep 2016 06:30:47 +0000 (08:30 +0200)]
Fix incorrect #ifdef

fixes #12749

7 years agoDocs: Add a note on logrotate to the Logging feature
Michael Friedrich [Tue, 27 Sep 2016 14:10:44 +0000 (16:10 +0200)]
Docs: Add a note on logrotate to the Logging feature

fixes #12725

7 years agoFix SOFT/HARD state counting logic for check attempts <= 2
Michael Friedrich [Tue, 27 Sep 2016 09:29:25 +0000 (11:29 +0200)]
Fix SOFT/HARD state counting logic for check attempts <= 2

fixes #12592

7 years agoFail if perfdata is corrupted
Jean Flach [Mon, 12 Sep 2016 15:44:03 +0000 (17:44 +0200)]
Fail if perfdata is corrupted

Could not reproduce this myself, so no way to test

fixes #11604

7 years agoUpgrade NSClient++ to 0.5.0 stable
Michael Friedrich [Wed, 21 Sep 2016 12:04:20 +0000 (14:04 +0200)]
Upgrade NSClient++ to 0.5.0 stable

This involves required changes in the nscp-local ITL CheckCommand
definitions. Upgrading NSClient++ therefore requires updating
the Icinga 2 Windows client as well.

fixes #12733

7 years agoITL: Add timeout option for oracle_health CheckCommand
Yannick Charton [Wed, 21 Sep 2016 12:09:43 +0000 (14:09 +0200)]
ITL: Add timeout option for oracle_health CheckCommand

fixes #12739

7 years agoUpdate AUTHORS
Michael Friedrich [Wed, 21 Sep 2016 08:23:44 +0000 (10:23 +0200)]
Update AUTHORS

refs #12747

7 years agoITL: Fix problem with passing arguments to NSClient++
Lars Krüger [Mon, 19 Sep 2016 12:12:15 +0000 (14:12 +0200)]
ITL: Fix problem with passing arguments to NSClient++

There was a problem with passing arguments to the NSClient++
which is fixed by changing the skip_key staement by the repeat_key
statement in the "-a" key of the dictionary. Further details can be
found in issue #12747 ITL - Problems passing arguments/parameters to
NSClient++

fixes #12747

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
8 years agoFix crash in NodeUtility::CollectNodes
Gunnar Beutner [Mon, 19 Sep 2016 04:34:37 +0000 (06:34 +0200)]
Fix crash in NodeUtility::CollectNodes

fixes #12741

8 years agoFix crash in ClusterEvents::SendNotificationsAPIHandler
Gunnar Beutner [Tue, 13 Sep 2016 20:14:11 +0000 (22:14 +0200)]
Fix crash in ClusterEvents::SendNotificationsAPIHandler

fixes #12718

8 years agoAdd hostname support for check_ping
Jean Flach [Fri, 9 Sep 2016 15:17:07 +0000 (17:17 +0200)]
Add hostname support for check_ping

ipv6 resolving has not been tested thoroughly

fixes #9831

8 years agoFix performance output of check_perfmon
Jean Flach [Thu, 8 Sep 2016 14:50:10 +0000 (16:50 +0200)]
Fix performance output of check_perfmon

fixes #10489
refs #12679

8 years agoFix fmt-countertype in check_perfmon
Jean Flach [Thu, 8 Sep 2016 14:30:30 +0000 (16:30 +0200)]
Fix fmt-countertype in check_perfmon

All three options are now working as expected

fixes #10487

8 years agoDocs: Fix core dump instructions for daemon with SUID bit set
Michael Friedrich [Thu, 8 Sep 2016 06:30:03 +0000 (08:30 +0200)]
Docs: Fix core dump instructions for daemon with SUID bit set

refs #12648

8 years agoFix: Unit tests randomly crash after the tests have completed
Gunnar Beutner [Wed, 7 Sep 2016 06:20:51 +0000 (08:20 +0200)]
Fix: Unit tests randomly crash after the tests have completed

fixes #12610

8 years agoUpdate development docs
Jean Flach [Tue, 6 Sep 2016 15:37:52 +0000 (17:37 +0200)]
Update development docs

fixes #12662

8 years agoDocs: Add a development chapter for writing core dump files
Michael Friedrich [Mon, 5 Sep 2016 14:31:57 +0000 (16:31 +0200)]
Docs: Add a development chapter for writing core dump files

fixes #12648

8 years agoFix compiler warning in demo.hpp
Gunnar Beutner [Mon, 5 Sep 2016 04:58:09 +0000 (06:58 +0200)]
Fix compiler warning in demo.hpp

refs #12534

8 years agoSuppress compiler warnings for auto-generated code
Gunnar Beutner [Mon, 5 Sep 2016 04:48:47 +0000 (06:48 +0200)]
Suppress compiler warnings for auto-generated code

fixes #12635

8 years agoFix incorrect attribute name on the validator for the Notification class
Gunnar Beutner [Sun, 4 Sep 2016 15:50:20 +0000 (17:50 +0200)]
Fix incorrect attribute name on the validator for the Notification class

fixes #12633

8 years agoFix command line parser for "icinga2 --version"
Gunnar Beutner [Sun, 4 Sep 2016 15:01:46 +0000 (17:01 +0200)]
Fix command line parser for "icinga2 --version"

fixes #12632

8 years agoBuild fix for Windows
Gunnar Beutner [Sun, 4 Sep 2016 14:53:24 +0000 (16:53 +0200)]
Build fix for Windows

fixes #12614