]> granicus.if.org Git - icinga2/log
icinga2
6 years agoFix copyright header in cli/troubleshootcommand.hpp 5932/head
Gunnar Beutner [Tue, 26 Dec 2017 03:28:44 +0000 (04:28 +0100)]
Fix copyright header in cli/troubleshootcommand.hpp

6 years agoMerge pull request #5931 from Icinga/feature/linker-flags
Michael Friedrich [Tue, 2 Jan 2018 13:03:08 +0000 (14:03 +0100)]
Merge pull request #5931 from Icinga/feature/linker-flags

Improve detection for linker flags

6 years agoMerge pull request #5928 from Icinga/fix/build-fix-msvc
Michael Friedrich [Tue, 2 Jan 2018 13:01:15 +0000 (14:01 +0100)]
Merge pull request #5928 from Icinga/fix/build-fix-msvc

Fix build problem with MSVC

6 years agoMerge pull request #5925 from Icinga/fix/missing-variable-name
Michael Friedrich [Tue, 2 Jan 2018 12:48:30 +0000 (13:48 +0100)]
Merge pull request #5925 from Icinga/fix/missing-variable-name

Fix missing variable name in ApiListener::Start

6 years agoMerge pull request #5929 from Icinga/feature/remove-boost-assign
Michael Friedrich [Tue, 2 Jan 2018 12:47:19 +0000 (13:47 +0100)]
Merge pull request #5929 from Icinga/feature/remove-boost-assign

Get rid of boost::assign::list_of in mkclass

6 years agoMerge pull request #5930 from Icinga/feature/boost-function
Michael Friedrich [Tue, 2 Jan 2018 12:46:23 +0000 (13:46 +0100)]
Merge pull request #5930 from Icinga/feature/boost-function

Replace boost::function with std::function

6 years agoMerge pull request #5933 from mcktr/fix/copyright-for-2018
Gunnar Beutner [Tue, 2 Jan 2018 12:39:45 +0000 (13:39 +0100)]
Merge pull request #5933 from mcktr/fix/copyright-for-2018

Change copyright headers for 2018

6 years agoChange copyright header for 2018 5933/head
Michael Insel [Tue, 2 Jan 2018 11:06:00 +0000 (12:06 +0100)]
Change copyright header for 2018

6 years agoImprove detection for linker flags 5931/head
Gunnar Beutner [Sun, 24 Dec 2017 06:27:57 +0000 (07:27 +0100)]
Improve detection for linker flags

6 years agoReplace boost::function with std::function 5930/head
Gunnar Beutner [Sun, 24 Dec 2017 05:35:12 +0000 (06:35 +0100)]
Replace boost::function with std::function

6 years agoGet rid of boost::assign::list_of in mkclass 5929/head
Gunnar Beutner [Sun, 24 Dec 2017 05:31:57 +0000 (06:31 +0100)]
Get rid of boost::assign::list_of in mkclass

6 years agoMerge pull request #5922 from mcktr/fix/doc-link-format
Gunnar Beutner [Mon, 1 Jan 2018 12:40:17 +0000 (13:40 +0100)]
Merge pull request #5922 from mcktr/fix/doc-link-format

Fix link format in documentation

6 years agoMerge pull request #5918 from mcktr/fix/doc-selinux-typo
Gunnar Beutner [Mon, 1 Jan 2018 12:39:22 +0000 (13:39 +0100)]
Merge pull request #5918 from mcktr/fix/doc-selinux-typo

Fix typo in SELinux documentation

6 years agoMake MSVC happy 5928/head
Gunnar Beutner [Mon, 1 Jan 2018 08:13:47 +0000 (09:13 +0100)]
Make MSVC happy

6 years agoFix missing variable name in ApiListener::Start 5925/head
Gunnar Beutner [Sun, 31 Dec 2017 18:12:33 +0000 (19:12 +0100)]
Fix missing variable name in ApiListener::Start

fixes #5924
refs #5807

6 years agoFix link format in documentation 5922/head
Michael Insel [Fri, 29 Dec 2017 16:54:14 +0000 (17:54 +0100)]
Fix link format in documentation

6 years agoFix typo in SELinux documentation 5918/head
Michael Insel [Thu, 28 Dec 2017 11:03:49 +0000 (12:03 +0100)]
Fix typo in SELinux documentation

6 years agoMerge pull request #5907 from mcktr/fix/check-swap-build-error
Jean Flach [Sun, 24 Dec 2017 17:41:39 +0000 (18:41 +0100)]
Merge pull request #5907 from mcktr/fix/check-swap-build-error

Windows plugin check_swap build fix

6 years agoMerge pull request #5911 from Icinga/fix/docs-elastic
Jean Flach [Fri, 22 Dec 2017 09:23:20 +0000 (10:23 +0100)]
Merge pull request #5911 from Icinga/fix/docs-elastic

Update ElasticsearchWriter docs for 5.x support only

6 years agoUpdate ElasticsearchWriter docs for 5.x support only 5911/head
Michael Friedrich [Fri, 22 Dec 2017 09:11:37 +0000 (10:11 +0100)]
Update ElasticsearchWriter docs for 5.x support only

6 years agoRevert "Update docs for Elasticsearch 5.x and 6.x support"
Michael Friedrich [Fri, 22 Dec 2017 09:10:04 +0000 (10:10 +0100)]
Revert "Update docs for Elasticsearch 5.x and 6.x support"

This reverts commit 14953dff428c04bcc1a9a24fc3f7bdbdfe43eb2e.

6 years agoFix check_swap build error 5907/head
Michael Insel [Thu, 21 Dec 2017 18:13:48 +0000 (19:13 +0100)]
Fix check_swap build error

6 years agoMerge pull request #5901 from Icinga/fix/do-not-replace-colons-in-output
Gunnar Beutner [Thu, 21 Dec 2017 12:46:32 +0000 (13:46 +0100)]
Merge pull request #5901 from Icinga/fix/do-not-replace-colons-in-output

Do not replace colons in plugin output

6 years agoDo not replace colons in plugin output 5901/head
Michael Friedrich [Thu, 21 Dec 2017 08:49:34 +0000 (09:49 +0100)]
Do not replace colons in plugin output

This affects all interfaces which are using the CompatUtility class
format helpers for short and long output.

fixes #4785

6 years agoMerge pull request #5893 from Icinga/fix/whitespace
Jean Flach [Wed, 20 Dec 2017 14:02:30 +0000 (15:02 +0100)]
Merge pull request #5893 from Icinga/fix/whitespace

Whitespace fix

6 years agoWhitespace fix 5893/head
Jean Flach [Tue, 19 Dec 2017 14:50:05 +0000 (15:50 +0100)]
Whitespace fix

What does this change?
* Remove use of spaces for formatting
These could be found by using `grep -r -l -P '^\t+ +[^*]'
* Removal of training whitespaces
* A few lines longer than 120 chars

6 years agoMerge pull request #5897 from Icinga/remove-inline
Gunnar Beutner [Wed, 20 Dec 2017 13:14:31 +0000 (14:14 +0100)]
Merge pull request #5897 from Icinga/remove-inline

Remove unnecessary inline statements

6 years agoMerge pull request #5892 from Icinga/feature/solaris-init
Michael Friedrich [Wed, 20 Dec 2017 13:10:39 +0000 (14:10 +0100)]
Merge pull request #5892 from Icinga/feature/solaris-init

Enable installing the init scripts on Solaris

6 years agoRemove unnecessary inline statements 5897/head
Jean Flach [Wed, 20 Dec 2017 12:22:38 +0000 (13:22 +0100)]
Remove unnecessary inline statements

fixes #5886

6 years agoMerge pull request #5894 from Icinga/remove-string_iless
Gunnar Beutner [Wed, 20 Dec 2017 10:33:39 +0000 (11:33 +0100)]
Merge pull request #5894 from Icinga/remove-string_iless

Remove string_iless

6 years agoRemove string_iless 5894/head
Jean Flach [Wed, 20 Dec 2017 10:18:28 +0000 (11:18 +0100)]
Remove string_iless

It's unused

6 years agoMerge pull request #5887 from Icinga/fix/windows-build-fix
Jean Flach [Wed, 20 Dec 2017 09:50:27 +0000 (10:50 +0100)]
Merge pull request #5887 from Icinga/fix/windows-build-fix

Windows build fix

6 years agoMerge pull request #5885 from Icinga/fix/build-fix-gcc
Jean Flach [Wed, 20 Dec 2017 08:59:45 +0000 (09:59 +0100)]
Merge pull request #5885 from Icinga/fix/build-fix-gcc

Workaround for GCC bug 61321

6 years agoMerge pull request #5805 from KAMI911/master
Michael Friedrich [Wed, 20 Dec 2017 08:48:41 +0000 (09:48 +0100)]
Merge pull request #5805 from KAMI911/master

Add support for LD_LIBRARY_PATH env variable in oracle_health ITL CheckCommand

6 years agoEnable installing the init scripts on Solaris 5892/head
Gunnar Beutner [Wed, 20 Dec 2017 07:44:06 +0000 (08:44 +0100)]
Enable installing the init scripts on Solaris

6 years agoMerge pull request #5871 from Icinga/feature/legacy-timerperiod-test
Gunnar Beutner [Wed, 20 Dec 2017 07:28:19 +0000 (08:28 +0100)]
Merge pull request #5871 from Icinga/feature/legacy-timerperiod-test

Unit tests for the LegacyTimePeriod class

6 years agoFix build errors 5871/head
Jean Flach [Fri, 15 Dec 2017 16:58:47 +0000 (17:58 +0100)]
Fix build errors

6 years agoImplement unit tests for the time period parser
Adam James [Wed, 11 May 2016 06:55:08 +0000 (08:55 +0200)]
Implement unit tests for the time period parser

fixes #11146

6 years agoFix for outdated libstdcxx 5885/head
Gunnar Beutner [Tue, 19 Dec 2017 16:03:53 +0000 (17:03 +0100)]
Fix for outdated libstdcxx

6 years agoWorkaround for GCC bug 51494
Gunnar Beutner [Tue, 19 Dec 2017 14:58:58 +0000 (15:58 +0100)]
Workaround for GCC bug 51494

6 years agoWorkaround for GCC bug 61321
Gunnar Beutner [Tue, 19 Dec 2017 07:42:24 +0000 (08:42 +0100)]
Workaround for GCC bug 61321

6 years agoWindows build fix 5887/head
Gunnar Beutner [Tue, 19 Dec 2017 14:00:09 +0000 (15:00 +0100)]
Windows build fix

6 years agoMerge pull request #5891 from Icinga/feature/update-gitignore
Gunnar Beutner [Wed, 20 Dec 2017 06:57:11 +0000 (07:57 +0100)]
Merge pull request #5891 from Icinga/feature/update-gitignore

Update .gitignore

6 years agoUpdate .gitignore 5891/head
Gunnar Beutner [Wed, 20 Dec 2017 06:56:04 +0000 (07:56 +0100)]
Update .gitignore

6 years agoMerge pull request #5889 from Icinga/fix/execvpe-indention
Gunnar Beutner [Wed, 20 Dec 2017 06:53:55 +0000 (07:53 +0100)]
Merge pull request #5889 from Icinga/fix/execvpe-indention

execvpe: Fixup indention for readability

6 years agoexecvpe: Fixup indention for readability 5889/head
Markus Frosch [Tue, 19 Dec 2017 15:36:03 +0000 (16:36 +0100)]
execvpe: Fixup indention for readability

The file was added with a mixed indention, now all are spaces.

Corresponding to the indented tabwidth of 2 and a sub-indention on curly
brackets.

6 years agoAdd support for LD_LIBRARY_PATH env variable in oracle_health ITL CheckCommand 5805/head
Kálmán Szalai - KAMI [Thu, 30 Nov 2017 07:12:07 +0000 (08:12 +0100)]
Add support for LD_LIBRARY_PATH env variable in oracle_health ITL CheckCommand

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
6 years agoMerge pull request #5717 from hrld/patch-1
Michael Friedrich [Tue, 19 Dec 2017 08:22:22 +0000 (09:22 +0100)]
Merge pull request #5717 from hrld/patch-1

add order tags to disk check

6 years agoMerge pull request #5882 from Icinga/feature/avoid-allocations
Michael Friedrich [Mon, 18 Dec 2017 16:11:27 +0000 (17:11 +0100)]
Merge pull request #5882 from Icinga/feature/avoid-allocations

Avoid unnecessary allocations

6 years agoAvoid unnecessary allocations for script frames 5882/head
Gunnar Beutner [Mon, 18 Dec 2017 09:30:20 +0000 (10:30 +0100)]
Avoid unnecessary allocations for script frames

6 years agoAvoid allocations in ScriptUtils::Match
Gunnar Beutner [Mon, 18 Dec 2017 08:58:55 +0000 (09:58 +0100)]
Avoid allocations in ScriptUtils::Match

6 years agoMerge pull request #5881 from Icinga/fix/api-package
Gunnar Beutner [Mon, 18 Dec 2017 10:30:07 +0000 (11:30 +0100)]
Merge pull request #5881 from Icinga/fix/api-package

Fix package error message

6 years agoFix package error message 5881/head
Jean Flach [Mon, 18 Dec 2017 10:04:40 +0000 (11:04 +0100)]
Fix package error message

fixes #5879

6 years agoMerge pull request #5757 from ekeih/doc/systemd-restart-5721
Michael Friedrich [Mon, 18 Dec 2017 08:57:45 +0000 (09:57 +0100)]
Merge pull request #5757 from ekeih/doc/systemd-restart-5721

Add documentation about automatic service restarts with systemd

6 years agoMerge pull request #5868 from Icinga/feature/expression-ptr
Michael Friedrich [Mon, 18 Dec 2017 08:54:30 +0000 (09:54 +0100)]
Merge pull request #5868 from Icinga/feature/expression-ptr

Use std::unique_ptr for Expression objects

6 years agoMerge pull request #5872 from Icinga/fix/incorrect-fclose
Michael Friedrich [Sun, 17 Dec 2017 14:40:12 +0000 (15:40 +0100)]
Merge pull request #5872 from Icinga/fix/incorrect-fclose

Replace incorrect fclose() call with pclose()

6 years agoReplace incorrect fclose() call with pclose() 5872/head
Gunnar Beutner [Fri, 15 Dec 2017 21:24:08 +0000 (22:24 +0100)]
Replace incorrect fclose() call with pclose()

6 years agoUse std::unique_ptr for Expression objects 5868/head
Gunnar Beutner [Fri, 15 Dec 2017 04:34:46 +0000 (05:34 +0100)]
Use std::unique_ptr for Expression objects

6 years agoMerge pull request #5858 from Icinga/feature/coverity
Michael Friedrich [Fri, 15 Dec 2017 09:06:47 +0000 (10:06 +0100)]
Merge pull request #5858 from Icinga/feature/coverity

Travis: Add support for Coverity

6 years agoTravis: Add support for Coverity 5858/head
Gunnar Beutner [Thu, 14 Dec 2017 08:24:39 +0000 (09:24 +0100)]
Travis: Add support for Coverity

6 years agoMerge pull request #5865 from Icinga/fix/uuid
Michael Friedrich [Fri, 15 Dec 2017 08:08:26 +0000 (09:08 +0100)]
Merge pull request #5865 from Icinga/fix/uuid

Add missing initializer in Utility::NewUniqueID()

6 years agoMerge pull request #5864 from Icinga/fix/add-initdb-to-postgresql-documentation
Michael Friedrich [Fri, 15 Dec 2017 07:38:16 +0000 (08:38 +0100)]
Merge pull request #5864 from Icinga/fix/add-initdb-to-postgresql-documentation

Add missing initdb to PostgreSQL documentation

6 years agoMerge pull request #5866 from Icinga/fix/remove-redundant-freebsd-restart-code
Michael Friedrich [Fri, 15 Dec 2017 07:37:38 +0000 (08:37 +0100)]
Merge pull request #5866 from Icinga/fix/remove-redundant-freebsd-restart-code

Remove redundant FreeBSD from restart instructions and add openSUSE

6 years agoDocumentation: Add openSUSE to restart instructions 5866/head
Noah Hilverling [Fri, 15 Dec 2017 07:19:00 +0000 (08:19 +0100)]
Documentation: Add openSUSE to restart instructions

6 years agoDocumentation: Remove redundant FreeBSD restart instructions
Noah Hilverling [Fri, 15 Dec 2017 06:41:05 +0000 (07:41 +0100)]
Documentation: Remove redundant FreeBSD restart instructions

6 years agoMerge pull request #5861 from Icinga/fix/invalid-memory-access
Gunnar Beutner [Fri, 15 Dec 2017 05:25:10 +0000 (06:25 +0100)]
Merge pull request #5861 from Icinga/fix/invalid-memory-access

Fix incorrect memory access

6 years agoMerge pull request #5863 from Icinga/fix/glob-5859
Gunnar Beutner [Thu, 14 Dec 2017 18:08:54 +0000 (19:08 +0100)]
Merge pull request #5863 from Icinga/fix/glob-5859

Fix glob error handling

6 years agoAdd missing initializer in Utility::NewUniqueID() 5865/head
Gunnar Beutner [Thu, 14 Dec 2017 17:48:58 +0000 (18:48 +0100)]
Add missing initializer in Utility::NewUniqueID()

6 years agoMerge pull request #5860 from Icinga/fix/memory-leaks
Jean Flach [Thu, 14 Dec 2017 16:31:02 +0000 (17:31 +0100)]
Merge pull request #5860 from Icinga/fix/memory-leaks

Fix memory leaks in the unit tests

6 years agoMerge pull request #5862 from Icinga/feature/nullptr-cleanup
Michael Friedrich [Thu, 14 Dec 2017 16:11:18 +0000 (17:11 +0100)]
Merge pull request #5862 from Icinga/feature/nullptr-cleanup

Replace a few more NULLs with nullptr

6 years agoAdd missing initdb to PostgreSQL documentation 5864/head
Noah Hilverling [Thu, 14 Dec 2017 16:08:03 +0000 (17:08 +0100)]
Add missing initdb to PostgreSQL documentation

6 years agoFix glob error handling 5863/head
Jean Flach [Thu, 14 Dec 2017 16:04:35 +0000 (17:04 +0100)]
Fix glob error handling

fixes #5859

6 years agoReplace a few more NULLs with nullptr 5862/head
Gunnar Beutner [Thu, 14 Dec 2017 14:37:20 +0000 (15:37 +0100)]
Replace a few more NULLs with nullptr

6 years agoFix incorrect memory access 5861/head
Gunnar Beutner [Thu, 14 Dec 2017 14:04:25 +0000 (15:04 +0100)]
Fix incorrect memory access

6 years agoFix memory leaks in the unit tests 5860/head
Gunnar Beutner [Thu, 14 Dec 2017 13:57:23 +0000 (14:57 +0100)]
Fix memory leaks in the unit tests

6 years agoMerge pull request #5857 from Icinga/fix/compiler-warnings
Gunnar Beutner [Thu, 14 Dec 2017 12:49:25 +0000 (13:49 +0100)]
Merge pull request #5857 from Icinga/fix/compiler-warnings

Fix compiler warnings

6 years agoMerge pull request #5838 from waja/doc_fix_config_sync
Michael Friedrich [Thu, 14 Dec 2017 12:35:15 +0000 (13:35 +0100)]
Merge pull request #5838 from waja/doc_fix_config_sync

services.conf has also be moved to zones.d/global-templates/

6 years agoMerge pull request #5855 from Icinga/fix/vs2017
Jean Flach [Thu, 14 Dec 2017 12:15:24 +0000 (13:15 +0100)]
Merge pull request #5855 from Icinga/fix/vs2017

Fix build problems with Visual Studio 2017

6 years agoMerge pull request #5856 from Icinga/feature/applocal-ucrt
Jean Flach [Thu, 14 Dec 2017 11:59:34 +0000 (12:59 +0100)]
Merge pull request #5856 from Icinga/feature/applocal-ucrt

Implement AppLocal deployment support for UCRT

6 years agoMerge pull request #5851 from Icinga/fix/checl-service-5849
Jean Flach [Thu, 14 Dec 2017 10:41:21 +0000 (11:41 +0100)]
Merge pull request #5851 from Icinga/fix/checl-service-5849

Fix check_service returning Warning instead of Critical

6 years agoFix check_service returning Warning instead of Critical 5851/head
Jean Flach [Wed, 13 Dec 2017 16:48:16 +0000 (17:48 +0100)]
Fix check_service returning Warning instead of Critical

fixes #5849

6 years agoFix compiler warnings 5857/head
Gunnar Beutner [Thu, 14 Dec 2017 07:47:04 +0000 (08:47 +0100)]
Fix compiler warnings

6 years agoMerge pull request #5853 from mcktr/fix/output-format-check-service
Gunnar Beutner [Thu, 14 Dec 2017 08:11:42 +0000 (09:11 +0100)]
Merge pull request #5853 from mcktr/fix/output-format-check-service

Fix missing space in check_service output

6 years agoFix build problems with Visual Studio 2017 5855/head
Gunnar Beutner [Wed, 13 Dec 2017 10:35:38 +0000 (11:35 +0100)]
Fix build problems with Visual Studio 2017

6 years agoImplement AppLocal deployment support for UCRT 5856/head
Gunnar Beutner [Wed, 13 Dec 2017 21:31:56 +0000 (22:31 +0100)]
Implement AppLocal deployment support for UCRT

6 years agoRemove extraneous whitespace
Gunnar Beutner [Wed, 13 Dec 2017 11:54:14 +0000 (12:54 +0100)]
Remove extraneous whitespace

6 years agomkclass: Fix compiler warnings in auto-generated code
Gunnar Beutner [Wed, 13 Dec 2017 11:49:04 +0000 (12:49 +0100)]
mkclass: Fix compiler warnings in auto-generated code

6 years agoFix incorrect format strings
Gunnar Beutner [Wed, 13 Dec 2017 11:48:14 +0000 (12:48 +0100)]
Fix incorrect format strings

6 years agoRemove unused variables
Gunnar Beutner [Wed, 13 Dec 2017 11:47:51 +0000 (12:47 +0100)]
Remove unused variables

6 years agoFix missing space in check_service output 5853/head
Michael Insel [Wed, 13 Dec 2017 20:21:17 +0000 (21:21 +0100)]
Fix missing space in check_service output

6 years agoMerge pull request #5848 from Icinga/fix/COPYING
Gunnar Beutner [Wed, 13 Dec 2017 11:14:52 +0000 (12:14 +0100)]
Merge pull request #5848 from Icinga/fix/COPYING

Fix COPYING format

6 years agoMerge pull request #5846 from Icinga/fix/compiler-warning
Gunnar Beutner [Wed, 13 Dec 2017 10:34:21 +0000 (11:34 +0100)]
Merge pull request #5846 from Icinga/fix/compiler-warning

Fix compiler warnings

6 years agoFix COPYING format 5848/head
Jean Flach [Tue, 12 Dec 2017 13:23:19 +0000 (14:23 +0100)]
Fix COPYING format

6 years agoReplace boost foreach and bind
Jean Flach [Tue, 12 Dec 2017 12:29:50 +0000 (13:29 +0100)]
Replace boost foreach and bind

fixes #5821

6 years agoFix compiler warning introduced by #5753 5846/head
Gunnar Beutner [Tue, 12 Dec 2017 10:55:30 +0000 (11:55 +0100)]
Fix compiler warning introduced by #5753

6 years agoFix compiler warning introduced by #5811
Gunnar Beutner [Tue, 12 Dec 2017 10:54:47 +0000 (11:54 +0100)]
Fix compiler warning introduced by #5811

6 years agoMerge pull request #5753 from Icinga/fix/ringbuffer-does-not-get-updated-if-nothing...
Gunnar Beutner [Tue, 12 Dec 2017 10:32:18 +0000 (11:32 +0100)]
Merge pull request #5753 from Icinga/fix/ringbuffer-does-not-get-updated-if-nothing-is-written-5750

Fix that RingBuffer does not get updated and add metrics about communication between endpoints

6 years agoMerge pull request #5764 from Icinga/feature/influxdb-cleanup
Gunnar Beutner [Tue, 12 Dec 2017 09:57:48 +0000 (10:57 +0100)]
Merge pull request #5764 from Icinga/feature/influxdb-cleanup

Improve InfluxdbWriter performance

6 years agoFix performance issues for InfluxdbWriter 5764/head
Gunnar Beutner [Tue, 24 Oct 2017 13:23:58 +0000 (15:23 +0200)]
Fix performance issues for InfluxdbWriter

6 years agoAdd metrics about communication between endpoints 5753/head
Noah Hilverling [Mon, 13 Nov 2017 15:30:29 +0000 (16:30 +0100)]
Add metrics about communication between endpoints

refs #5509