]>
granicus.if.org Git - icinga2/log
Gunnar Beutner [Wed, 3 Jan 2018 09:35:52 +0000 (10:35 +0100)]
Remove deprecated Chocolatey functions
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
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
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
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
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
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
Michael Insel [Tue, 2 Jan 2018 11:06:00 +0000 (12:06 +0100)]
Change copyright header for 2018
Gunnar Beutner [Sun, 24 Dec 2017 06:27:57 +0000 (07:27 +0100)]
Improve detection for linker flags
Gunnar Beutner [Sun, 24 Dec 2017 05:35:12 +0000 (06:35 +0100)]
Replace boost::function with std::function
Gunnar Beutner [Sun, 24 Dec 2017 05:31:57 +0000 (06:31 +0100)]
Get rid of boost::assign::list_of in mkclass
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
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
Gunnar Beutner [Mon, 1 Jan 2018 08:13:47 +0000 (09:13 +0100)]
Make MSVC happy
Gunnar Beutner [Sun, 31 Dec 2017 18:12:33 +0000 (19:12 +0100)]
Fix missing variable name in ApiListener::Start
fixes #5924
refs #5807
Michael Insel [Fri, 29 Dec 2017 16:54:14 +0000 (17:54 +0100)]
Fix link format in documentation
Michael Insel [Thu, 28 Dec 2017 11:03:49 +0000 (12:03 +0100)]
Fix typo in SELinux documentation
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
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
Michael Friedrich [Fri, 22 Dec 2017 09:11:37 +0000 (10:11 +0100)]
Update ElasticsearchWriter docs for 5.x support only
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 .
Michael Insel [Thu, 21 Dec 2017 18:13:48 +0000 (19:13 +0100)]
Fix check_swap build error
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
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
Jean Flach [Wed, 20 Dec 2017 14:02:30 +0000 (15:02 +0100)]
Merge pull request #5893 from Icinga/fix/whitespace
Whitespace fix
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
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
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
Jean Flach [Wed, 20 Dec 2017 12:22:38 +0000 (13:22 +0100)]
Remove unnecessary inline statements
fixes #5886
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
Jean Flach [Wed, 20 Dec 2017 10:18:28 +0000 (11:18 +0100)]
Remove string_iless
It's unused
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
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
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
Gunnar Beutner [Wed, 20 Dec 2017 07:44:06 +0000 (08:44 +0100)]
Enable installing the init scripts on Solaris
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
Jean Flach [Fri, 15 Dec 2017 16:58:47 +0000 (17:58 +0100)]
Fix build errors
Adam James [Wed, 11 May 2016 06:55:08 +0000 (08:55 +0200)]
Implement unit tests for the time period parser
fixes #11146
Gunnar Beutner [Tue, 19 Dec 2017 16:03:53 +0000 (17:03 +0100)]
Fix for outdated libstdcxx
Gunnar Beutner [Tue, 19 Dec 2017 14:58:58 +0000 (15:58 +0100)]
Workaround for GCC bug 51494
Gunnar Beutner [Tue, 19 Dec 2017 07:42:24 +0000 (08:42 +0100)]
Workaround for GCC bug 61321
Gunnar Beutner [Tue, 19 Dec 2017 14:00:09 +0000 (15:00 +0100)]
Windows build fix
Gunnar Beutner [Wed, 20 Dec 2017 06:57:11 +0000 (07:57 +0100)]
Merge pull request #5891 from Icinga/feature/update-gitignore
Update .gitignore
Gunnar Beutner [Wed, 20 Dec 2017 06:56:04 +0000 (07:56 +0100)]
Update .gitignore
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
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.
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>
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
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
Gunnar Beutner [Mon, 18 Dec 2017 09:30:20 +0000 (10:30 +0100)]
Avoid unnecessary allocations for script frames
Gunnar Beutner [Mon, 18 Dec 2017 08:58:55 +0000 (09:58 +0100)]
Avoid allocations in ScriptUtils::Match
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
Jean Flach [Mon, 18 Dec 2017 10:04:40 +0000 (11:04 +0100)]
Fix package error message
fixes #5879
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
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
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()
Gunnar Beutner [Fri, 15 Dec 2017 21:24:08 +0000 (22:24 +0100)]
Replace incorrect fclose() call with pclose()
Gunnar Beutner [Fri, 15 Dec 2017 04:34:46 +0000 (05:34 +0100)]
Use std::unique_ptr for Expression objects
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
Gunnar Beutner [Thu, 14 Dec 2017 08:24:39 +0000 (09:24 +0100)]
Travis: Add support for Coverity
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()
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
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
Noah Hilverling [Fri, 15 Dec 2017 07:19:00 +0000 (08:19 +0100)]
Documentation: Add openSUSE to restart instructions
Noah Hilverling [Fri, 15 Dec 2017 06:41:05 +0000 (07:41 +0100)]
Documentation: Remove redundant FreeBSD restart instructions
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
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
Gunnar Beutner [Thu, 14 Dec 2017 17:48:58 +0000 (18:48 +0100)]
Add missing initializer in Utility::NewUniqueID()
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
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
Noah Hilverling [Thu, 14 Dec 2017 16:08:03 +0000 (17:08 +0100)]
Add missing initdb to PostgreSQL documentation
Jean Flach [Thu, 14 Dec 2017 16:04:35 +0000 (17:04 +0100)]
Fix glob error handling
fixes #5859
Gunnar Beutner [Thu, 14 Dec 2017 14:37:20 +0000 (15:37 +0100)]
Replace a few more NULLs with nullptr
Gunnar Beutner [Thu, 14 Dec 2017 14:04:25 +0000 (15:04 +0100)]
Fix incorrect memory access
Gunnar Beutner [Thu, 14 Dec 2017 13:57:23 +0000 (14:57 +0100)]
Fix memory leaks in the unit tests
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
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/
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
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
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
Jean Flach [Wed, 13 Dec 2017 16:48:16 +0000 (17:48 +0100)]
Fix check_service returning Warning instead of Critical
fixes #5849
Gunnar Beutner [Thu, 14 Dec 2017 07:47:04 +0000 (08:47 +0100)]
Fix compiler warnings
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
Gunnar Beutner [Wed, 13 Dec 2017 10:35:38 +0000 (11:35 +0100)]
Fix build problems with Visual Studio 2017
Gunnar Beutner [Wed, 13 Dec 2017 21:31:56 +0000 (22:31 +0100)]
Implement AppLocal deployment support for UCRT
Gunnar Beutner [Wed, 13 Dec 2017 11:54:14 +0000 (12:54 +0100)]
Remove extraneous whitespace
Gunnar Beutner [Wed, 13 Dec 2017 11:49:04 +0000 (12:49 +0100)]
mkclass: Fix compiler warnings in auto-generated code
Gunnar Beutner [Wed, 13 Dec 2017 11:48:14 +0000 (12:48 +0100)]
Fix incorrect format strings
Gunnar Beutner [Wed, 13 Dec 2017 11:47:51 +0000 (12:47 +0100)]
Remove unused variables
Michael Insel [Wed, 13 Dec 2017 20:21:17 +0000 (21:21 +0100)]
Fix missing space in check_service output
Gunnar Beutner [Wed, 13 Dec 2017 11:14:52 +0000 (12:14 +0100)]
Merge pull request #5848 from Icinga/fix/COPYING
Fix COPYING format
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
Jean Flach [Tue, 12 Dec 2017 13:23:19 +0000 (14:23 +0100)]
Fix COPYING format
Jean Flach [Tue, 12 Dec 2017 12:29:50 +0000 (13:29 +0100)]
Replace boost foreach and bind
fixes #5821
Gunnar Beutner [Tue, 12 Dec 2017 10:55:30 +0000 (11:55 +0100)]
Fix compiler warning introduced by #5753
Gunnar Beutner [Tue, 12 Dec 2017 10:54:47 +0000 (11:54 +0100)]
Fix compiler warning introduced by #5811
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
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
Gunnar Beutner [Tue, 24 Oct 2017 13:23:58 +0000 (15:23 +0200)]
Fix performance issues for InfluxdbWriter
Noah Hilverling [Mon, 13 Nov 2017 15:30:29 +0000 (16:30 +0100)]
Add metrics about communication between endpoints
refs #5509