]>
granicus.if.org Git - icinga2/log
Michael Friedrich [Thu, 21 Jan 2016 18:07:54 +0000 (19:07 +0100)]
Fix: Modified attributes do not work for the IcingaApplication object w/ external commands
fixes #10974
Jean Flach [Mon, 18 Jan 2016 15:12:59 +0000 (16:12 +0100)]
Fix AUTHORS and .mailmap
A name appears twice
fixes #10981
Michael Friedrich [Thu, 14 Jan 2016 14:33:28 +0000 (15:33 +0100)]
Raise a config error for "Checkable" objects in global zones
fixes #10807
Simon Ruderich [Fri, 20 Nov 2015 15:22:28 +0000 (16:22 +0100)]
doc/5-advanced-topics: add example how to use custom functions in attributes
Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
fixes #10947
Lee Clemens [Wed, 13 Jan 2016 18:22:27 +0000 (13:22 -0500)]
Add network.target to unit file
Icinga2 fails with 'Cannot bind TCP socket for host',
if other services requiring network.target are not installed.
Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
fixes #10968
Michael Friedrich [Wed, 13 Jan 2016 15:48:43 +0000 (16:48 +0100)]
Troubleshooting: Explain how to fetch the executed command
fixes #10964
Gunnar Beutner [Mon, 11 Jan 2016 13:23:16 +0000 (14:23 +0100)]
Fix incorrect is_active queries
fixes #10891
Gunnar Beutner [Mon, 11 Jan 2016 13:28:58 +0000 (14:28 +0100)]
Build fix for Windows
fixes #10824
Per von Zweigbergk [Thu, 5 Nov 2015 16:27:41 +0000 (17:27 +0100)]
Change B/s unit to B to comply with Nagios plugin spec
Unfortunately B/s is not a valid unit in the Nagios plugin specification. As a bit of a sad workaround, we set the unit to B, which is technically incorrect, but we can't really do much about that without amending the spec...
fixes #10544
Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
Per von Zweigbergk [Thu, 5 Nov 2015 16:23:41 +0000 (17:23 +0100)]
Fixed invalid quoting for network device names
Quoting needs to be with single quotes, not double quotes. Also single quotes need to be escaped.
refs #10544
Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
Michael Friedrich [Fri, 18 Dec 2015 13:33:55 +0000 (14:33 +0100)]
Enhance "setting up check plugins" documentation
fixes #10880
Michael Friedrich [Fri, 18 Dec 2015 10:15:29 +0000 (11:15 +0100)]
Update AUTHORS
refs #10890
Arnd Hannemann [Fri, 27 Nov 2015 19:44:24 +0000 (20:44 +0100)]
Remove superfluous ifdef
fixes #10890
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Michael Friedrich [Thu, 17 Dec 2015 09:20:41 +0000 (10:20 +0100)]
Fix that "repository add" writes invalid "type" attribute
fixes #10867
Michael Friedrich [Fri, 18 Dec 2015 09:52:04 +0000 (10:52 +0100)]
Fix crash in DbEvents::RemoveCommentInternal()
Missing multiple queries as implemented with RemoveDowntimeInternal().
fixes #10883
Michael Friedrich [Thu, 17 Dec 2015 12:46:39 +0000 (13:46 +0100)]
Fix config validation for templates used as object reference name
fixes #10830
Michael Friedrich [Wed, 16 Dec 2015 14:57:59 +0000 (15:57 +0100)]
Fix failed reload via systemd
fixes #10226
Michael Friedrich [Wed, 16 Dec 2015 12:57:29 +0000 (13:57 +0100)]
Fix duplicate key violation for downtimes
refs #10829
Gunnar Beutner [Wed, 16 Dec 2015 10:29:06 +0000 (11:29 +0100)]
Fix crash in Ido*Connection::InternalExecuteMultipleQueries
fixes #10862
Gunnar Beutner [Thu, 17 Dec 2015 11:05:35 +0000 (12:05 +0100)]
Don't log IDO statistics when we're not connected
refs #10860
Gunnar Beutner [Wed, 16 Dec 2015 07:49:47 +0000 (08:49 +0100)]
Implement additional query statistics for DB IDO
fixes #10860
Michael Friedrich [Tue, 15 Dec 2015 15:50:17 +0000 (16:50 +0100)]
DB IDO: Add a log message when the connection handling is completed
fixes #10857
Michael Friedrich [Tue, 15 Dec 2015 14:29:48 +0000 (15:29 +0100)]
Implement support for re-ordering groups of IDO queries
fixes #10855
Michael Friedrich [Tue, 15 Dec 2015 12:44:58 +0000 (13:44 +0100)]
Avoid duplicate config and status updates on startup
fixes #10765
Michael Friedrich [Thu, 10 Dec 2015 14:24:28 +0000 (15:24 +0100)]
Fix DB IDO events for next_check, etc. updates
refs #10817
Michael Friedrich [Tue, 15 Dec 2015 10:55:21 +0000 (11:55 +0100)]
Fix invalid notification_id in DB IDO query
fixes #8976
Michael Friedrich [Fri, 18 Dec 2015 10:53:56 +0000 (11:53 +0100)]
Change log level for authoritative zone config includes
LogWarning will make users wonder about a problem each time
Icinga 2 starts.
refs #10819
Michael Friedrich [Fri, 11 Dec 2015 18:54:17 +0000 (19:54 +0100)]
Fix cluster config sync for (non-)authoritative configs
Details: https://dev.icinga.org/issues/10819#note-39
refs #10819
Michael Friedrich [Fri, 11 Dec 2015 16:03:07 +0000 (17:03 +0100)]
Add more debug logging for api package config sync
refs #10819
Michael Friedrich [Thu, 10 Dec 2015 21:21:29 +0000 (22:21 +0100)]
Fix that cluster config sync ignores zones.d directory from API config packages
fixes #10819
Michael Friedrich [Fri, 11 Dec 2015 15:58:43 +0000 (16:58 +0100)]
Fix that relative paths do not work with include_zones
fixes #10828
Michael Friedrich [Mon, 14 Dec 2015 10:36:03 +0000 (11:36 +0100)]
Fix priority ordering for IDO queries
fixes #10829
refs #8714
Gunnar Beutner [Mon, 14 Dec 2015 09:33:43 +0000 (10:33 +0100)]
Clean up the FinishAsyncQueries code a bit
refs #8714
Gunnar Beutner [Thu, 10 Dec 2015 15:54:43 +0000 (16:54 +0100)]
Implement support for priorities in the WorkQueue class
fixes #8714
Gunnar Beutner [Thu, 10 Dec 2015 11:25:46 +0000 (12:25 +0100)]
Make sure that all strings in the IDO database are UTF8-encoded
fixes #10554
Jean Flach [Fri, 20 Nov 2015 15:07:44 +0000 (16:07 +0100)]
Update docs
The semicolon is not required at all.
We also can expect an admin to be capable of fixing the problems
araising from locale problems by himself.
fixes #10460, #10458
Gunnar Beutner [Thu, 21 Jan 2016 08:06:21 +0000 (09:06 +0100)]
Fix incorrect type name in the documentation
fixes #10998
Gunnar Beutner [Tue, 12 Jan 2016 07:29:59 +0000 (08:29 +0100)]
Update copyright headers for 2016
Michael Friedrich [Tue, 15 Dec 2015 13:03:01 +0000 (14:03 +0100)]
Documentation: Fix formatting in "Advanced Filters" chapter
fixes #10852
Michael Friedrich [Fri, 11 Dec 2015 11:11:09 +0000 (12:11 +0100)]
Fix build error with older CMake versions on VERSION_LESS compare
fixes #10826
Michael Friedrich [Fri, 11 Dec 2015 11:03:31 +0000 (12:03 +0100)]
Fix missing documentation for API packages zones.d config sync
fixes #10825
Michael Friedrich [Thu, 10 Dec 2015 14:27:49 +0000 (15:27 +0100)]
Use NodeName instead of GetFQDN() in embedded checks
fixes #10818
Michael Friedrich [Tue, 8 Dec 2015 15:04:02 +0000 (16:04 +0100)]
Documentation: Fix postgresql-setup initdb
fixes #10779
Michael Friedrich [Wed, 25 Nov 2015 14:24:04 +0000 (15:24 +0100)]
Add CMake flag for disabling the unit tests
fixes #10660
Gunnar Beutner [Mon, 30 Nov 2015 07:25:37 +0000 (08:25 +0100)]
Remove the local zone name question in node wizard
fixes #10724
Jean Flach [Fri, 27 Nov 2015 15:36:37 +0000 (16:36 +0100)]
Update default port behaviour in node wizard
fixes #10728
Michael Friedrich [Thu, 26 Nov 2015 19:03:46 +0000 (20:03 +0100)]
Fix missing num_hosts_pending in /v1/status/CIB
fixes #10736
Michael Friedrich [Mon, 7 Dec 2015 09:22:22 +0000 (10:22 +0100)]
Fix that the hpasm CheckCommand is using the PluginDir constant
fixes #10780
Gunnar Beutner [Mon, 30 Nov 2015 07:27:45 +0000 (08:27 +0100)]
Update AUTHORS
refs #10745
Luca Lesinigo [Sat, 28 Nov 2015 20:56:29 +0000 (21:56 +0100)]
ITL: fix ipmi-sensor variable names
fixes #10745
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
Gunnar Beutner [Mon, 30 Nov 2015 07:16:39 +0000 (08:16 +0100)]
Disable --std=c++11 for ancient GCC versions
fixes #10744
Gunnar Beutner [Tue, 1 Dec 2015 15:41:00 +0000 (16:41 +0100)]
Turn '=>' lambda expressions into side-effect-free statements
fixes #10760
Michael Friedrich [Tue, 8 Dec 2015 14:12:13 +0000 (15:12 +0100)]
Fix crash on startup with incorrect directory permissions
fixes #10739
Gunnar Beutner [Fri, 4 Dec 2015 14:29:07 +0000 (15:29 +0100)]
Update the documentation
Michael Friedrich [Fri, 4 Dec 2015 09:27:47 +0000 (10:27 +0100)]
Update AUTHORS
refs #10449
Michael Friedrich [Mon, 30 Nov 2015 09:37:57 +0000 (10:37 +0100)]
Fix missing path in mkdir() exception
fixes #10748
Michael Kraus [Wed, 2 Dec 2015 08:55:49 +0000 (09:55 +0100)]
Fix problem with livestatus filter "type"
There was a regression in changeset
3d4e48aa124fd76493fe7ca6584fe6ee541104c5 for issue 10449 that
made the "class" filter work, but broke the "type" filter. Reverting some changes seems to do the
trick.
refs #10449
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Michael Friedrich [Thu, 26 Nov 2015 18:15:54 +0000 (19:15 +0100)]
Livestatus: Fix "class" filter for log table
fixes #10449
Gunnar Beutner [Thu, 26 Nov 2015 10:00:12 +0000 (11:00 +0100)]
Release version 2.4.1
Jean Flach [Thu, 26 Nov 2015 10:10:55 +0000 (11:10 +0100)]
Fix return value in PkiUtility
refs #10632
Gunnar Beutner [Thu, 26 Nov 2015 10:17:17 +0000 (11:17 +0100)]
Build fix for Windows
refs #10693
Gunnar Beutner [Mon, 23 Nov 2015 12:26:42 +0000 (13:26 +0100)]
Add running_kernel_use_sudo option for the running_kernel check
fixes #10693
Gunnar Beutner [Sun, 22 Nov 2015 11:36:50 +0000 (12:36 +0100)]
Implement Platform* global variables
refs #10693
Michael Friedrich [Thu, 26 Nov 2015 09:34:35 +0000 (10:34 +0100)]
Update AUTHORS
refs #10528
Michael Friedrich [Thu, 26 Nov 2015 09:33:13 +0000 (10:33 +0100)]
Add a note for different binary locations to development docs
refs #10710
Jean Flach [Tue, 24 Nov 2015 16:01:46 +0000 (17:01 +0100)]
Update node wizard
The wizard now displays basic information on the to-be-imported master
certificate and asks the user for confirmation.
fixes #10632
Gunnar Beutner [Thu, 26 Nov 2015 07:09:24 +0000 (08:09 +0100)]
Use the NodeName constant in 'api setup'
fixes #10641
Gunnar Beutner [Wed, 25 Nov 2015 17:58:52 +0000 (18:58 +0100)]
Hide the --master_zone option in --help because it's not currently implemented
fixes #10720
Gunnar Beutner [Wed, 25 Nov 2015 16:41:03 +0000 (17:41 +0100)]
Use the ZoneName and NodeName constants for 'node setup' and 'node wizard'
refs #10716
Jean Flach [Tue, 24 Nov 2015 13:32:07 +0000 (14:32 +0100)]
Fix master zone name
fixes #10716
Markus Waldmueller [Wed, 4 Nov 2015 10:50:21 +0000 (11:50 +0100)]
Documentation: Fix error in Access Object Attributes at Runtime example
fixes #10528
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Gunnar Beutner [Mon, 23 Nov 2015 16:25:35 +0000 (17:25 +0100)]
Fix crash in ConfigItem::ActivateItems
refs #10643
Michael Friedrich [Mon, 23 Nov 2015 13:02:33 +0000 (14:02 +0100)]
Fix crash in ConfigItem::ActivateItems
refs #10643
Gunnar Beutner [Thu, 19 Nov 2015 19:25:10 +0000 (20:25 +0100)]
Fix unit tests for livestatus
refs #10643
Gunnar Beutner [Thu, 19 Nov 2015 18:38:20 +0000 (19:38 +0100)]
Fix race condition in the ConfigItem class
fixes #10643
Jean Flach [Mon, 23 Nov 2015 13:12:25 +0000 (14:12 +0100)]
Fix possible crash in Icinga 2 Setup Wizard
fixes #10708
Jean Flach [Fri, 20 Nov 2015 12:42:13 +0000 (13:42 +0100)]
Update docs
An action was missing two parameters.
fixes #10645
Michael Friedrich [Mon, 23 Nov 2015 13:37:49 +0000 (14:37 +0100)]
Fix wrong icinga2 binary in development docs
fixes #10710
Gunnar Beutner [Tue, 24 Nov 2015 08:20:04 +0000 (09:20 +0100)]
Build fix for systems where strsignal() returns a const char *
Gunnar Beutner [Sat, 21 Nov 2015 03:46:13 +0000 (04:46 +0100)]
Build fix for SLES 11 (with -std=c++11)
fixes #10615
Gunnar Beutner [Fri, 20 Nov 2015 15:12:56 +0000 (16:12 +0100)]
Update AUTHORS
refs #10692
Simon Ruderich [Fri, 20 Nov 2015 14:57:16 +0000 (15:57 +0100)]
Fix typos in the documentation
fixes #10692
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
Gunnar Beutner [Fri, 20 Nov 2015 14:52:11 +0000 (15:52 +0100)]
Fix: CLI command 'repository add' doesn't work
fixes #10690
Gunnar Beutner [Fri, 20 Nov 2015 09:48:48 +0000 (10:48 +0100)]
Fix indentation in command-plugins.conf
fixes #10667
Michael Friedrich [Thu, 19 Nov 2015 16:06:41 +0000 (17:06 +0100)]
Fix pki new-ca not checking for existing ca files
fixes #10677
Gunnar Beutner [Wed, 18 Nov 2015 19:30:42 +0000 (20:30 +0100)]
Update AUTHORS
refs #10622
Bruno Lingner [Sat, 14 Nov 2015 12:08:21 +0000 (13:08 +0100)]
Add by_ssh_options argument for the check_by_ssh plugin
fixes #10622
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
Gunnar Beutner [Wed, 18 Nov 2015 19:18:04 +0000 (20:18 +0100)]
Fix typo in prepare-dirs / safe-reload
fixes #10663
Michael Friedrich [Wed, 18 Nov 2015 11:44:13 +0000 (12:44 +0100)]
Fix webinject URL
fixes #10661
Gunnar Beutner [Tue, 17 Nov 2015 21:04:50 +0000 (22:04 +0100)]
Fix crash in Process::IOThreadProc when building Icinga 2 with GCC 4.7.2
fixes #10648
Michael Friedrich [Mon, 16 Nov 2015 09:57:03 +0000 (10:57 +0100)]
Update version in RELEASE.md
refs #10693
Gunnar Beutner [Mon, 16 Nov 2015 07:19:40 +0000 (08:19 +0100)]
Update changelog
refs #10593
Gunnar Beutner [Mon, 16 Nov 2015 07:13:55 +0000 (08:13 +0100)]
Use notify_one in WorkQueue::Enqueue
fixes #10639
Gunnar Beutner [Sun, 15 Nov 2015 20:18:27 +0000 (21:18 +0100)]
Fix incorrect error messages on Windows
fixes #10637
Gunnar Beutner [Sat, 14 Nov 2015 05:10:44 +0000 (06:10 +0100)]
Update changelog and spec files
refs #10593
Gunnar Beutner [Sat, 14 Nov 2015 04:51:03 +0000 (05:51 +0100)]
Update wxWidgets documentation for Icinga Studio
fixes #10630
Gunnar Beutner [Sat, 14 Nov 2015 04:38:03 +0000 (05:38 +0100)]
Update download URL for NSClient++
fixes #10629
Gunnar Beutner [Sat, 14 Nov 2015 04:36:48 +0000 (05:36 +0100)]
Allow null values for constructor calls
fixes #10628
Michael Friedrich [Thu, 12 Nov 2015 08:31:27 +0000 (09:31 +0100)]
Fix attribute validation for PUT queries
fixes #10601
Jean Flach [Wed, 11 Nov 2015 14:46:11 +0000 (15:46 +0100)]
Fix typo in documentation
fixes #10606