Gunnar Beutner
e0174b8f3f
Apply clang-tidy fix 'modernize-return-braced-init-list'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
e0c350b8a5
Apply clang-tidy fix 'modernize-use-nullptr'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
becfa85094
Apply clang-tidy fix 'modernize-use-emplace'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
e3ad0be769
Apply clang-tidy fix 'modernize-use-auto'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
d6062eefbf
Apply clang-tidy fix 'modernize-raw-string-literal'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
621eed3f13
Apply clang-tidy fix 'modernize-pass-by-value'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
6da7d48d25
Apply clang-tidy fix 'modernize-loop-convert'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
9ca682496c
Apply clang-tidy fix 'modernize-use-override'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
ac155d1dda
Apply clang-tidy fix 'modernize-redundant-void-arg'
2018-01-04 12:24:57 +01:00
Gunnar Beutner
be5a5783d2
Merge pull request #5944 from Icinga/feature/final-keyword
...
Add the final keyword to classes
2018-01-04 12:08:30 +01:00
Gunnar Beutner
d9020f264f
Fix incorrect indentation for code generated by mkclass
2018-01-04 06:06:33 +00:00
Gunnar Beutner
41f0fbfd30
Add the final keyword to methods
2018-01-04 05:45:40 +00:00
Gunnar Beutner
efe99a3e5e
Add the final keyword to classes
2018-01-04 05:20:20 +00:00
Michael Friedrich
7fc25dcb98
Merge pull request #5943 from Icinga/fix/incorrect-start-call
...
Fix incorrect ::Start call
2018-01-03 20:12:51 +01:00
Gunnar Beutner
6a1ac6a902
Fix incorrect ::Start call
2018-01-03 18:57:01 +01:00
Michael Friedrich
a6e153c1cf
Add some technical insights into the cluster-zone health check and log lag
...
As per @widhalmt request.
2018-01-03 15:22:02 +01:00
Michael Friedrich
cd33b8b508
Merge pull request #5936 from Icinga/feature/source-lists
...
Clean up source lists in the CMakeLists.txt files
2018-01-03 11:59:35 +01:00
Gunnar Beutner
75e2473616
Clean up source lists in the CMakeLists.txt files
2018-01-03 11:47:46 +01:00
Michael Friedrich
0e6f4b1966
Merge pull request #5939 from Icinga/fix/build-fix-wheezy
...
Build fix for Debian wheezy
2018-01-03 11:28:57 +01:00
Michael Friedrich
b8839fe238
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
2018-01-03 11:24:34 +01:00
Gunnar Beutner
fe8572d75b
Remove inline methods and use explicit template instantiation to minimize the number of weak symbols
2018-01-03 11:04:58 +01:00
Michael Friedrich
158312c87b
Merge pull request #5934 from Icinga/feature/cmake-library-paths
...
Add more include/library paths for MySQL and PostgreSQL
2018-01-03 10:58:30 +01:00
Michael Friedrich
27a2d95338
Merge pull request #5932 from Icinga/feature/copyright-header
...
Fix copyright header in cli/troubleshootcommand.hpp
2018-01-03 10:56:07 +01:00
Michael Friedrich
e31e2fe76c
Merge pull request #5927 from Icinga/feature/static-libraries
...
Build libraries as static libraries
2018-01-03 10:55:10 +01:00
Gunnar Beutner
abe3f8a959
Build fix for Debian wheezy
2018-01-03 10:32:33 +01:00
Gunnar Beutner
803dc0c05d
Fix copyright header in cli/troubleshootcommand.hpp
2018-01-03 01:19:02 +01:00
Gunnar Beutner
6afc4ec7ac
Add more include/library paths for MySQL and PostgreSQL
2018-01-03 01:11:54 +01:00
Gunnar Beutner
2f953d6204
Implement shim for libmysqlclient and libpq
2018-01-02 23:29:48 +01:00
Gunnar Beutner
90496b5456
Build libraries as static libraries
2018-01-02 23:29:48 +01:00
Michael Friedrich
025abc3357
Merge pull request #5931 from Icinga/feature/linker-flags
...
Improve detection for linker flags
2018-01-02 14:03:08 +01:00
Michael Friedrich
f843f92ee3
Merge pull request #5928 from Icinga/fix/build-fix-msvc
...
Fix build problem with MSVC
2018-01-02 14:01:15 +01:00
Michael Friedrich
1a7e7be6a4
Merge pull request #5925 from Icinga/fix/missing-variable-name
...
Fix missing variable name in ApiListener::Start
2018-01-02 13:48:30 +01:00
Michael Friedrich
5563665b7d
Merge pull request #5929 from Icinga/feature/remove-boost-assign
...
Get rid of boost::assign::list_of in mkclass
2018-01-02 13:47:19 +01:00
Michael Friedrich
e08da4267b
Merge pull request #5930 from Icinga/feature/boost-function
...
Replace boost::function with std::function
2018-01-02 13:46:23 +01:00
Gunnar Beutner
316780259c
Merge pull request #5933 from mcktr/fix/copyright-for-2018
...
Change copyright headers for 2018
2018-01-02 13:39:45 +01:00
Michael Insel
158ae2188e
Change copyright header for 2018
2018-01-02 12:08:55 +01:00
Gunnar Beutner
32e178bb5f
Improve detection for linker flags
2018-01-02 08:58:05 +01:00
Gunnar Beutner
dac71b3960
Replace boost::function with std::function
2018-01-02 08:55:50 +01:00
Gunnar Beutner
c6d8483277
Get rid of boost::assign::list_of in mkclass
2018-01-02 08:51:19 +01:00
Gunnar Beutner
ec061a9538
Merge pull request #5922 from mcktr/fix/doc-link-format
...
Fix link format in documentation
2018-01-01 13:40:17 +01:00
Gunnar Beutner
880d0cd839
Merge pull request #5918 from mcktr/fix/doc-selinux-typo
...
Fix typo in SELinux documentation
2018-01-01 13:39:22 +01:00
Gunnar Beutner
6737a0fa8f
Make MSVC happy
2018-01-01 09:24:28 +01:00
Gunnar Beutner
4ed19d5cf6
Fix missing variable name in ApiListener::Start
...
fixes #5924
refs #5807
2017-12-31 19:12:33 +01:00
Michael Insel
a5a37995a7
Fix link format in documentation
2017-12-29 17:56:43 +01:00
Michael Insel
a442e96a99
Fix typo in SELinux documentation
2017-12-28 12:03:49 +01:00
Michael Insel
ae3921b798
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
2017-12-27 20:19:39 +01:00
sah
d858b9741a
Add parameter --octetlength to snmp-storage command.
2017-12-27 19:39:19 +01:00
Jean Flach
619266bf97
Merge pull request #5907 from mcktr/fix/check-swap-build-error
...
Windows plugin check_swap build fix
2017-12-24 18:41:39 +01:00
Michael Insel
abd6c84be8
Enhance http_certificate parameter documentation
...
This clarifies the usage of the http_certificate parameter.
refs #5610
2017-12-22 14:46:45 +01:00
Jean Flach
eea8e4e1d3
Merge pull request #5911 from Icinga/fix/docs-elastic
...
Update ElasticsearchWriter docs for 5.x support only
2017-12-22 10:23:20 +01:00