]> granicus.if.org Git - icinga2/log
icinga2
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>
7 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

8 years agoImprove log message for ignored config updates
Gunnar Beutner [Fri, 2 Sep 2016 07:35:35 +0000 (09:35 +0200)]
Improve log message for ignored config updates

fixes #12623

8 years agoImprove error handling for event filters
Gunnar Beutner [Fri, 2 Sep 2016 06:51:51 +0000 (08:51 +0200)]
Improve error handling for event filters

fixes #12621

8 years agoFix incorrect assignment in String::operator=
Gunnar Beutner [Fri, 2 Sep 2016 06:14:15 +0000 (08:14 +0200)]
Fix incorrect assignment in String::operator=

refs #12619

8 years agoFix the easter egg
Gunnar Beutner [Thu, 1 Sep 2016 13:28:56 +0000 (15:28 +0200)]
Fix the easter egg

fixes #12617

8 years agoRemove unused Value::GetPtr method
Gunnar Beutner [Thu, 1 Sep 2016 13:26:25 +0000 (15:26 +0200)]
Remove unused Value::GetPtr method

refs #12619

8 years agoFix move assignment operator for the String class
Gunnar Beutner [Thu, 1 Sep 2016 13:25:14 +0000 (15:25 +0200)]
Fix move assignment operator for the String class

fixes #12619

8 years agoAvoid unnecessary dictionary lookups
Gunnar Beutner [Thu, 1 Sep 2016 05:41:41 +0000 (07:41 +0200)]
Avoid unnecessary dictionary lookups

refs #12555

8 years agoImprove error handling for invalid CLI commands
Gunnar Beutner [Thu, 1 Sep 2016 05:41:23 +0000 (07:41 +0200)]
Improve error handling for invalid CLI commands

fixes #12596

8 years agoUse https URLs for the chocolatey package
Gunnar Beutner [Wed, 31 Aug 2016 14:34:02 +0000 (16:34 +0200)]
Use https URLs for the chocolatey package

refs #12603

8 years agoITL: Fix typo in glusterfs CheckCommand definition
Michael Friedrich [Wed, 31 Aug 2016 13:24:04 +0000 (15:24 +0200)]
ITL: Fix typo in glusterfs CheckCommand definition

refs #12040

8 years agoRemove unused last_in_downtime field
Michael Friedrich [Wed, 31 Aug 2016 13:21:07 +0000 (15:21 +0200)]
Remove unused last_in_downtime field

fixes #12602

8 years agoImprove support for building the chocolatey package
Gunnar Beutner [Wed, 31 Aug 2016 11:41:13 +0000 (13:41 +0200)]
Improve support for building the chocolatey package

fixes #12603

8 years agoAnother build fix for Windows
Gunnar Beutner [Wed, 31 Aug 2016 11:43:14 +0000 (13:43 +0200)]
Another build fix for Windows

refs #9182

8 years agoDisable Value&& constructor for the String class on Windows
Gunnar Beutner [Wed, 31 Aug 2016 11:38:55 +0000 (13:38 +0200)]
Disable Value&& constructor for the String class on Windows

refs #12555

8 years agoBuild fix for Windows
Gunnar Beutner [Wed, 31 Aug 2016 11:24:57 +0000 (13:24 +0200)]
Build fix for Windows

refs #9182

8 years agoAdd another rvalue constructor to the String class
Gunnar Beutner [Wed, 31 Aug 2016 10:48:49 +0000 (12:48 +0200)]
Add another rvalue constructor to the String class

refs #12555

8 years agoUpdate distributed monitoring docs
Michael Friedrich [Wed, 31 Aug 2016 11:25:57 +0000 (13:25 +0200)]
Update distributed monitoring docs

fixes #12587
fixes #12594

8 years agoAvoid unnecessary copies when using Dictionary::Pair in loops
Gunnar Beutner [Tue, 30 Aug 2016 21:01:54 +0000 (23:01 +0200)]
Avoid unnecessary copies when using Dictionary::Pair in loops

refs #12509

8 years agoUpdate Makefile for i2eval
Gunnar Beutner [Tue, 30 Aug 2016 18:48:29 +0000 (20:48 +0200)]
Update Makefile for i2eval

8 years agoAdd context traces to most exceptions
Gunnar Beutner [Tue, 30 Aug 2016 18:12:35 +0000 (20:12 +0200)]
Add context traces to most exceptions

fixes #9182

8 years agoReplace boost::exception_ptr with std::exception_ptr
Gunnar Beutner [Tue, 30 Aug 2016 18:14:07 +0000 (20:14 +0200)]
Replace boost::exception_ptr with std::exception_ptr

refs #9182

8 years agoImplement support for libcxxabi
Gunnar Beutner [Tue, 30 Aug 2016 18:02:47 +0000 (20:02 +0200)]
Implement support for libcxxabi

refs #9182

8 years agoMerge branch 'support/2.5'
Michael Friedrich [Tue, 30 Aug 2016 13:16:40 +0000 (15:16 +0200)]
Merge branch 'support/2.5'

8 years agoRelease version 2.5.4
Michael Friedrich [Tue, 30 Aug 2016 13:13:06 +0000 (15:13 +0200)]
Release version 2.5.4

8 years agoRelease version 2.5.4 v2.5.4
Michael Friedrich [Tue, 30 Aug 2016 13:13:06 +0000 (15:13 +0200)]
Release version 2.5.4

8 years agoFix race condition for concurrent_checks
Gunnar Beutner [Mon, 29 Aug 2016 12:12:29 +0000 (14:12 +0200)]
Fix race condition for concurrent_checks

fixes #11932

8 years agoAdd more unit tests
Gunnar Beutner [Fri, 26 Aug 2016 10:37:20 +0000 (12:37 +0200)]
Add more unit tests

fixes #12530

8 years agoAdds bool switch for procurve / HP memory to the "snmp-memory" check command
Daniel Helgenberger [Mon, 29 Aug 2016 14:47:39 +0000 (16:47 +0200)]
Adds bool switch for procurve / HP memory to the "snmp-memory" check command

fixes #12586

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
8 years agoUpdate AUTHORS
Gunnar Beutner [Mon, 29 Aug 2016 16:09:44 +0000 (18:09 +0200)]
Update AUTHORS

refs #12588