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
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
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
Michael Friedrich
9b5486eb0c
Update ElasticsearchWriter docs for 5.x support only
2017-12-22 10:11:37 +01:00
Michael Friedrich
cfb3835b54
Revert "Update docs for Elasticsearch 5.x and 6.x support"
...
This reverts commit 14953dff42
.
2017-12-22 10:10:04 +01:00
Michael Insel
3171b9548b
Fix check_swap build error
2017-12-21 19:13:48 +01:00
Gunnar Beutner
bff6e39b7d
Merge pull request #5901 from Icinga/fix/do-not-replace-colons-in-output
...
Do not replace colons in plugin output
2017-12-21 13:46:32 +01:00
Michael Friedrich
8bdd16bb42
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
2017-12-21 09:49:34 +01:00
Jean Flach
9b75548b07
Merge pull request #5893 from Icinga/fix/whitespace
...
Whitespace fix
2017-12-20 15:02:30 +01:00
Jean Flach
2636e6a77a
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
2017-12-20 14:53:52 +01:00
Gunnar Beutner
df88da5836
Merge pull request #5897 from Icinga/remove-inline
...
Remove unnecessary inline statements
2017-12-20 14:14:31 +01:00
Michael Friedrich
378837941e
Merge pull request #5892 from Icinga/feature/solaris-init
...
Enable installing the init scripts on Solaris
2017-12-20 14:10:39 +01:00
Jean Flach
f40f366e9e
Remove unnecessary inline statements
...
fixes #5886
2017-12-20 13:22:38 +01:00
Gunnar Beutner
a236a5a582
Merge pull request #5894 from Icinga/remove-string_iless
...
Remove string_iless
2017-12-20 11:33:39 +01:00
Jean Flach
6d9a0fe3a9
Remove string_iless
...
It's unused
2017-12-20 11:18:28 +01:00
Jean Flach
0791a8ddde
Merge pull request #5887 from Icinga/fix/windows-build-fix
...
Windows build fix
2017-12-20 10:50:27 +01:00
Jean Flach
bde3263d5c
Merge pull request #5885 from Icinga/fix/build-fix-gcc
...
Workaround for GCC bug 61321
2017-12-20 09:59:45 +01:00
Michael Friedrich
050794355f
Merge pull request #5805 from KAMI911/master
...
Add support for LD_LIBRARY_PATH env variable in oracle_health ITL CheckCommand
2017-12-20 09:48:41 +01:00
Gunnar Beutner
b3b707aba0
Enable installing the init scripts on Solaris
2017-12-20 08:44:06 +01:00
Gunnar Beutner
ba70b3361e
Merge pull request #5871 from Icinga/feature/legacy-timerperiod-test
...
Unit tests for the LegacyTimePeriod class
2017-12-20 08:28:19 +01:00
Jean Flach
629c502ca9
Fix build errors
2017-12-20 08:08:02 +01:00
Adam James
37d100ddef
Implement unit tests for the time period parser
...
fixes #11146
2017-12-20 08:08:02 +01:00
Gunnar Beutner
88af57e2ec
Fix for outdated libstdcxx
2017-12-20 08:02:17 +01:00
Gunnar Beutner
b63caaa756
Workaround for GCC bug 51494
2017-12-20 08:02:17 +01:00
Gunnar Beutner
02dc3a9507
Workaround for GCC bug 61321
2017-12-20 08:02:17 +01:00
Gunnar Beutner
adc892bde7
Windows build fix
2017-12-20 08:01:04 +01:00
Gunnar Beutner
10a188d395
Merge pull request #5891 from Icinga/feature/update-gitignore
...
Update .gitignore
2017-12-20 07:57:11 +01:00
Gunnar Beutner
1797e80369
Update .gitignore
2017-12-20 07:56:04 +01:00
Gunnar Beutner
ae2793424f
Merge pull request #5889 from Icinga/fix/execvpe-indention
...
execvpe: Fixup indention for readability
2017-12-20 07:53:55 +01:00
Markus Frosch
da1265a0fc
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.
2017-12-19 16:40:38 +01:00
Kálmán Szalai - KAMI
709d00fbdb
Add support for LD_LIBRARY_PATH env variable in oracle_health ITL CheckCommand
...
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-12-19 11:56:44 +01:00
Michael Friedrich
49931ea732
Merge pull request #5717 from hrld/patch-1
...
add order tags to disk check
2017-12-19 09:22:22 +01:00
Michael Friedrich
4fa42a81f8
Merge pull request #5882 from Icinga/feature/avoid-allocations
...
Avoid unnecessary allocations
2017-12-18 17:11:27 +01:00
Gunnar Beutner
4866f777cc
Avoid unnecessary allocations for script frames
2017-12-18 13:40:29 +01:00
Gunnar Beutner
80b72cfb1c
Avoid allocations in ScriptUtils::Match
2017-12-18 13:40:21 +01:00