]>
granicus.if.org Git - icinga2/log
Gunnar Beutner [Wed, 10 Jan 2018 16:20:33 +0000 (17:20 +0100)]
Allocate ConfigItemBuilder objects on the stack
Michael Friedrich [Thu, 11 Jan 2018 08:37:19 +0000 (09:37 +0100)]
Merge pull request #5965 from Icinga/feature/json-casts
Avoid unnecessary casts in the JSON encoder
Gunnar Beutner [Thu, 11 Jan 2018 06:29:34 +0000 (07:29 +0100)]
Avoid unnecessary casts in the JSON encoder
Michael Friedrich [Tue, 9 Jan 2018 08:33:07 +0000 (09:33 +0100)]
Merge pull request #5961 from Icinga/fix/min-version-warning
Fix macro warning from the icinga check
Gunnar Beutner [Tue, 9 Jan 2018 08:16:59 +0000 (09:16 +0100)]
Fix macro warning from the icinga check
Gunnar Beutner [Tue, 9 Jan 2018 04:32:17 +0000 (05:32 +0100)]
Merge pull request #5958 from Icinga/feature/icinga-check-min-version
Add minimum version check to the built-in icinga command
Gunnar Beutner [Tue, 9 Jan 2018 04:12:31 +0000 (05:12 +0100)]
Merge pull request #5959 from Icinga/feature/api-pretty
API: Add 'pretty' parameter for beautified JSON response bodies
Gunnar Beutner [Tue, 9 Jan 2018 03:58:25 +0000 (04:58 +0100)]
Merge pull request #5957 from mcktr/fix/year-2017-reference
Change a bunch more copyright headers for 2018
Michael Friedrich [Wed, 20 Dec 2017 14:31:05 +0000 (15:31 +0100)]
API: Add 'pretty' parameter for beautified JSON response bodies
fixes #5877
Michael Friedrich [Mon, 8 Jan 2018 18:44:54 +0000 (19:44 +0100)]
Add minimum version check to the built-in icinga command
fixes #3998
Michael Insel [Mon, 8 Jan 2018 17:05:12 +0000 (18:05 +0100)]
Change a bunch more copyright headers for 2018
This changes more copyright headers for 2018.
Michael Friedrich [Mon, 8 Jan 2018 16:11:43 +0000 (17:11 +0100)]
Merge pull request #5955 from Icinga/feature/workqueue-lock-contention
Avoid mutex contention in the config parser
Gunnar Beutner [Sat, 6 Jan 2018 03:36:58 +0000 (04:36 +0100)]
Avoid mutex contention in the config parser
Michael Friedrich [Mon, 8 Jan 2018 13:24:24 +0000 (14:24 +0100)]
Merge pull request #5954 from Icinga/feature/itl-mongodb-authdb
ITL: Add mongodb --authdb parameter support
Michael Friedrich [Mon, 8 Jan 2018 13:14:04 +0000 (14:14 +0100)]
ITL: Add mongodb --authdb parameter support
fixes #5260
Markus Frosch [Mon, 8 Jan 2018 12:46:47 +0000 (13:46 +0100)]
Merge pull request #5906 from sahnd/feature/check_openmanage
Add check_openmanage command to ITL.
sah [Thu, 21 Dec 2017 14:26:30 +0000 (15:26 +0100)]
Add check_openmanage command to ITL.
This will help monitoring Dell PowerEdge servers hardware.
Markus Frosch [Fri, 5 Jan 2018 16:49:58 +0000 (17:49 +0100)]
Merge pull request #5921 from widhalmt/feature/director-check-in-itl-5920
Add icingacli-director check to ITL
Markus Frosch [Fri, 5 Jan 2018 16:38:50 +0000 (17:38 +0100)]
Merge pull request #5951 from Icinga/itl/snmp_mem
itl: Add command parameters for snmp-memory
Thomas Widhalm [Fri, 29 Dec 2017 13:46:19 +0000 (14:46 +0100)]
Add icingacli-director check to ITL
Including documentation.
Add a hint to the documentation of all icingacli commands that Icinga 2 has to be allowed access to the icingaweb2 directory.
fixes: #5920
T. Mulyana [Mon, 9 Oct 2017 13:51:25 +0000 (20:51 +0700)]
itl: Add command parameters for snmp-memory
Signed-off-by: Markus Frosch <markus.frosch@icinga.com>
Markus Frosch [Fri, 5 Jan 2018 16:17:27 +0000 (17:17 +0100)]
Merge pull request #5914 from Icinga/fix/itl-check-mongodb-5817
Fix for wrong attribute in ITL mongodb CheckCommand
Markus Frosch [Fri, 5 Jan 2018 16:13:13 +0000 (17:13 +0100)]
Merge pull request #5913 from mcktr/fix/itl-http-certificate-age-5610
Enhance http_certificate parameter documentation
Markus Frosch [Fri, 5 Jan 2018 16:05:28 +0000 (17:05 +0100)]
Merge pull request #5902 from sahnd/feature/itl-snmp-storage-responsesize
Add parameter --octetlength to snmp-storage command.
Michael Friedrich [Thu, 4 Jan 2018 15:06:38 +0000 (16:06 +0100)]
Merge pull request #5942 from Icinga/feature/tech-doc-cluster-health
Add some technical insights into the cluster-zone health check and log lag
Michael Friedrich [Thu, 4 Jan 2018 15:06:09 +0000 (16:06 +0100)]
Merge pull request #5948 from Icinga/doc/install
doc: Improve INSTALL documentation
Markus Frosch [Thu, 4 Jan 2018 14:40:41 +0000 (15:40 +0100)]
doc: Improve INSTALL documentation
Gunnar Beutner [Thu, 4 Jan 2018 11:41:52 +0000 (12:41 +0100)]
Merge pull request #5945 from Icinga/fix/mkclass-indentation
Fix incorrect indentation for code generated by mkclass
Gunnar Beutner [Thu, 4 Jan 2018 11:40:50 +0000 (12:40 +0100)]
Merge pull request #5946 from Icinga/feature/clang-tidy
Use clang-tidy to add some more C++11 features
Gunnar Beutner [Thu, 4 Jan 2018 09:46:35 +0000 (10:46 +0100)]
Build fix
Gunnar Beutner [Thu, 4 Jan 2018 09:36:35 +0000 (10:36 +0100)]
Move inline functions to their .cpp files
Gunnar Beutner [Thu, 4 Jan 2018 08:43:49 +0000 (09:43 +0100)]
Apply clang-tidy fix 'modernize-use-default-member-init'
Gunnar Beutner [Thu, 4 Jan 2018 08:28:24 +0000 (09:28 +0100)]
Apply clang-tidy fix 'modernize-return-braced-init-list'
Gunnar Beutner [Thu, 4 Jan 2018 08:18:50 +0000 (09:18 +0100)]
Apply clang-tidy fix 'modernize-use-nullptr'
Gunnar Beutner [Thu, 4 Jan 2018 08:14:55 +0000 (09:14 +0100)]
Apply clang-tidy fix 'modernize-use-emplace'
Gunnar Beutner [Thu, 4 Jan 2018 08:07:03 +0000 (09:07 +0100)]
Apply clang-tidy fix 'modernize-use-auto'
Gunnar Beutner [Thu, 4 Jan 2018 07:59:00 +0000 (08:59 +0100)]
Apply clang-tidy fix 'modernize-raw-string-literal'
Gunnar Beutner [Thu, 4 Jan 2018 07:54:18 +0000 (08:54 +0100)]
Apply clang-tidy fix 'modernize-pass-by-value'
Gunnar Beutner [Thu, 4 Jan 2018 07:15:20 +0000 (08:15 +0100)]
Apply clang-tidy fix 'modernize-loop-convert'
Gunnar Beutner [Thu, 4 Jan 2018 04:12:56 +0000 (05:12 +0100)]
Apply clang-tidy fix 'modernize-use-override'
Gunnar Beutner [Thu, 4 Jan 2018 03:25:35 +0000 (04:25 +0100)]
Apply clang-tidy fix 'modernize-redundant-void-arg'
Gunnar Beutner [Thu, 4 Jan 2018 11:08:30 +0000 (12:08 +0100)]
Merge pull request #5944 from Icinga/feature/final-keyword
Add the final keyword to classes
Gunnar Beutner [Thu, 4 Jan 2018 06:06:33 +0000 (06:06 +0000)]
Fix incorrect indentation for code generated by mkclass
Gunnar Beutner [Thu, 4 Jan 2018 05:29:40 +0000 (05:29 +0000)]
Add the final keyword to methods
Gunnar Beutner [Thu, 4 Jan 2018 05:11:04 +0000 (05:11 +0000)]
Add the final keyword to classes
Michael Friedrich [Wed, 3 Jan 2018 19:12:51 +0000 (20:12 +0100)]
Merge pull request #5943 from Icinga/fix/incorrect-start-call
Fix incorrect ::Start call
Gunnar Beutner [Mon, 18 Dec 2017 08:32:09 +0000 (09:32 +0100)]
Fix incorrect ::Start call
Michael Friedrich [Wed, 3 Jan 2018 14:22:02 +0000 (15:22 +0100)]
Add some technical insights into the cluster-zone health check and log lag
As per @widhalmt request.
Michael Friedrich [Wed, 3 Jan 2018 10:59:35 +0000 (11:59 +0100)]
Merge pull request #5936 from Icinga/feature/source-lists
Clean up source lists in the CMakeLists.txt files
Gunnar Beutner [Sun, 24 Dec 2017 07:18:33 +0000 (08:18 +0100)]
Clean up source lists in the CMakeLists.txt files
Michael Friedrich [Wed, 3 Jan 2018 10:28:57 +0000 (11:28 +0100)]
Merge pull request #5939 from Icinga/fix/build-fix-wheezy
Build fix for Debian wheezy
Michael Friedrich [Wed, 3 Jan 2018 10:24:34 +0000 (11:24 +0100)]
Merge pull request #5937 from Icinga/feature/remove-inline-methods
Remove inline methods and use explicit template instantiation to minimize the number of weak symbols
Gunnar Beutner [Wed, 3 Jan 2018 05:01:02 +0000 (06:01 +0100)]
Remove inline methods and use explicit template instantiation to minimize the number of weak symbols
Michael Friedrich [Wed, 3 Jan 2018 09:58:30 +0000 (10:58 +0100)]
Merge pull request #5934 from Icinga/feature/cmake-library-paths
Add more include/library paths for MySQL and PostgreSQL
Michael Friedrich [Wed, 3 Jan 2018 09:56:07 +0000 (10:56 +0100)]
Merge pull request #5932 from Icinga/feature/copyright-header
Fix copyright header in cli/troubleshootcommand.hpp
Michael Friedrich [Wed, 3 Jan 2018 09:55:10 +0000 (10:55 +0100)]
Merge pull request #5927 from Icinga/feature/static-libraries
Build libraries as static libraries
Gunnar Beutner [Wed, 3 Jan 2018 09:19:24 +0000 (10:19 +0100)]
Build fix for Debian wheezy
Gunnar Beutner [Tue, 26 Dec 2017 03:28:44 +0000 (04:28 +0100)]
Fix copyright header in cli/troubleshootcommand.hpp
Gunnar Beutner [Wed, 3 Jan 2018 00:05:23 +0000 (01:05 +0100)]
Add more include/library paths for MySQL and PostgreSQL
Gunnar Beutner [Mon, 1 Jan 2018 14:21:14 +0000 (15:21 +0100)]
Implement shim for libmysqlclient and libpq
Gunnar Beutner [Sun, 31 Dec 2017 06:22:16 +0000 (07:22 +0100)]
Build libraries as static libraries
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
Michael Insel [Wed, 27 Dec 2017 19:07:56 +0000 (20:07 +0100)]
Fix for wrong attribute in ITL mongodb CheckCommand
This corrects the attribute mongodb_address to mongodb_host, if the old attribute is set Icinga will use that and output a Log message to the Log.
refs #5817
sah [Thu, 21 Dec 2017 09:48:34 +0000 (10:48 +0100)]
Add parameter --octetlength to snmp-storage command.
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
Michael Insel [Fri, 22 Dec 2017 13:35:55 +0000 (14:35 +0100)]
Enhance http_certificate parameter documentation
This clarifies the usage of the http_certificate parameter.
refs #5610
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