Commit Graph

8919 Commits

Author SHA1 Message Date
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
Gunnar Beutner 0d40009a3c
Merge pull request #5881 from Icinga/fix/api-package
Fix package error message
2017-12-18 11:30:07 +01:00
Jean Flach e0bd3d183f Fix package error message
fixes #5879
2017-12-18 11:04:40 +01:00
Michael Friedrich 640cdbebc6
Merge pull request #5757 from ekeih/doc/systemd-restart-5721
Add documentation about automatic service restarts with systemd
2017-12-18 09:57:45 +01:00
Michael Friedrich 5b44bfb125
Merge pull request #5868 from Icinga/feature/expression-ptr
Use std::unique_ptr for Expression objects
2017-12-18 09:54:30 +01:00
Michael Friedrich a5c95c8b48
Merge pull request #5872 from Icinga/fix/incorrect-fclose
Replace incorrect fclose() call with pclose()
2017-12-17 15:40:12 +01:00
Gunnar Beutner 5d96196f08 Replace incorrect fclose() call with pclose() 2017-12-15 22:25:08 +01:00
Gunnar Beutner ab8386cf5c Use std::unique_ptr for Expression objects 2017-12-15 10:44:54 +01:00
Michael Friedrich 9d5e5cd832
Merge pull request #5858 from Icinga/feature/coverity
Travis: Add support for Coverity
2017-12-15 10:06:47 +01:00
Gunnar Beutner 31bbb24c6c Travis: Add support for Coverity 2017-12-15 09:56:04 +01:00
Michael Friedrich 20d7221dfe
Merge pull request #5865 from Icinga/fix/uuid
Add missing initializer in Utility::NewUniqueID()
2017-12-15 09:08:26 +01:00
Michael Friedrich 8f4ba66050
Merge pull request #5864 from Icinga/fix/add-initdb-to-postgresql-documentation
Add missing initdb to PostgreSQL documentation
2017-12-15 08:38:16 +01:00
Michael Friedrich 86d8ab6e64
Merge pull request #5866 from Icinga/fix/remove-redundant-freebsd-restart-code
Remove redundant FreeBSD from restart instructions and add openSUSE
2017-12-15 08:37:38 +01:00
Noah Hilverling 506928744f Documentation: Add openSUSE to restart instructions 2017-12-15 08:19:18 +01:00
Noah Hilverling 150867b6b5 Documentation: Remove redundant FreeBSD restart instructions 2017-12-15 07:51:30 +01:00
Gunnar Beutner 85f3865718
Merge pull request #5861 from Icinga/fix/invalid-memory-access
Fix incorrect memory access
2017-12-15 06:25:10 +01:00
Gunnar Beutner 3403844b74
Merge pull request #5863 from Icinga/fix/glob-5859
Fix glob error handling
2017-12-14 19:08:54 +01:00
Gunnar Beutner a6887b1ae9 Add missing initializer in Utility::NewUniqueID() 2017-12-14 19:07:14 +01:00
Jean Flach 27a3329265
Merge pull request #5860 from Icinga/fix/memory-leaks
Fix memory leaks in the unit tests
2017-12-14 17:31:02 +01:00
Michael Friedrich 721b18e6a0
Merge pull request #5862 from Icinga/feature/nullptr-cleanup
Replace a few more NULLs with nullptr
2017-12-14 17:11:18 +01:00
Noah Hilverling d13cc74608 Add missing initdb to PostgreSQL documentation 2017-12-14 17:08:03 +01:00
Jean Flach e45ede6271 Fix glob error handling
fixes #5859
2017-12-14 17:04:35 +01:00
Gunnar Beutner 1ad83886ac Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
Gunnar Beutner 0629ea0a98 Fix incorrect memory access 2017-12-14 15:05:04 +01:00
Gunnar Beutner 4c2f13c414 Fix memory leaks in the unit tests 2017-12-14 14:57:23 +01:00
Gunnar Beutner 1bf12c9685
Merge pull request #5857 from Icinga/fix/compiler-warnings
Fix compiler warnings
2017-12-14 13:49:25 +01:00
Michael Friedrich 4f557df3bf
Merge pull request #5838 from waja/doc_fix_config_sync
services.conf has also be moved to zones.d/global-templates/
2017-12-14 13:35:15 +01:00
Jean Flach 73185971ab
Merge pull request #5855 from Icinga/fix/vs2017
Fix build problems with Visual Studio 2017
2017-12-14 13:15:24 +01:00
Jean Flach e5dafb8d82
Merge pull request #5856 from Icinga/feature/applocal-ucrt
Implement AppLocal deployment support for UCRT
2017-12-14 12:59:34 +01:00
Jean Flach 1b81be8244
Merge pull request #5851 from Icinga/fix/checl-service-5849
Fix check_service returning Warning instead of Critical
2017-12-14 11:41:21 +01:00