]>
granicus.if.org Git - icinga2/log
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
Michael Friedrich [Fri, 8 Dec 2017 11:51:50 +0000 (12:51 +0100)]
Merge pull request #5760 from Icinga/fix/http-client-bugs
Fix incorrect socket handling for the HTTP client
Michael Friedrich [Thu, 7 Dec 2017 16:35:46 +0000 (17:35 +0100)]
Merge pull request #5811 from Icinga/feature/update-constants-conf-api-setup
Update NodeName/ZoneName constants with 'api setup'
Michael Friedrich [Thu, 7 Dec 2017 16:07:01 +0000 (17:07 +0100)]
Merge pull request #5840 from Icinga/fix/elasticsearch-writer-6
Fix newline terminator for bulk requests in ElasticsearchWriter
Michael Friedrich [Thu, 7 Dec 2017 12:31:07 +0000 (13:31 +0100)]
Update docs for Elasticsearch 5.x and 6.x support
Michael Friedrich [Thu, 7 Dec 2017 10:11:03 +0000 (11:11 +0100)]
Fix newline terminator for bulk requests in ElasticsearchWriter
This enables compatibility with 6.x.
This commit also fixes an incorrect HTTP response parsing
which could lead into false positives.
Analysis and fix in https://github.com/Icinga/icinga2/issues/5795#issuecomment-
349920587
fixes #5795
Michael Friedrich [Wed, 6 Dec 2017 08:58:18 +0000 (09:58 +0100)]
Merge pull request #5835 from dgoetz/fix/postgres-update-doc
Fixes postgres schema upgrade path
Dirk Goetz [Wed, 6 Dec 2017 08:00:07 +0000 (09:00 +0100)]
fixes postgres schema upgrade path
Michael Friedrich [Tue, 5 Dec 2017 10:34:14 +0000 (11:34 +0100)]
Merge pull request #5833 from MrStrix/patch-1
fix formatting error
Strix [Tue, 5 Dec 2017 10:31:34 +0000 (11:31 +0100)]
fix formatting error
Michael Friedrich [Thu, 30 Nov 2017 20:28:32 +0000 (21:28 +0100)]
Merge pull request #5827 from Icinga/feature/replace-statsfunction-with-function
Replace StatsFunction with Function
Michael Friedrich [Thu, 30 Nov 2017 20:20:46 +0000 (21:20 +0100)]
Merge pull request #5825 from Icinga/feature/boost-assign
Replace boost::assign::list_of with initializer lists
Michael Friedrich [Thu, 30 Nov 2017 19:39:21 +0000 (20:39 +0100)]
Merge pull request #5824 from Icinga/feature/cxx11-features
Replace a few Boost features with equivalent C++11 features
Gunnar Beutner [Thu, 30 Nov 2017 09:46:44 +0000 (10:46 +0100)]
Replace StatsFunction with Function
Gunnar Beutner [Thu, 30 Nov 2017 17:09:38 +0000 (18:09 +0100)]
Replace boost::assign::list_of with initializer lists
Gunnar Beutner [Thu, 30 Nov 2017 07:36:35 +0000 (08:36 +0100)]
Use nullptr instead of <Type>::Ptr()
Gunnar Beutner [Thu, 30 Nov 2017 07:19:58 +0000 (08:19 +0100)]
Use std::vector::emplace_back instead of std::vector::push_back
Gunnar Beutner [Thu, 23 Nov 2017 14:32:33 +0000 (15:32 +0100)]
Use std::vector instead of std::set where appropriate
Gunnar Beutner [Thu, 23 Nov 2017 08:58:05 +0000 (09:58 +0100)]
Use initializer lists instead of std::vector::push_back
Gunnar Beutner [Thu, 23 Nov 2017 08:46:06 +0000 (09:46 +0100)]
Tidy up INITIALIZE_ONCE use in console.cpp a bit
Gunnar Beutner [Thu, 23 Nov 2017 08:31:39 +0000 (09:31 +0100)]
Get rid of INITIALIZE_ONCE for the ExternalCommandProcessor
Gunnar Beutner [Thu, 23 Nov 2017 05:51:48 +0000 (06:51 +0100)]
Replace boost::ref/boost::cref with std::ref/std::cref
Gunnar Beutner [Wed, 22 Nov 2017 11:05:36 +0000 (12:05 +0100)]
Replace boost::tuple with std::tuple
Gunnar Beutner [Tue, 21 Nov 2017 13:15:29 +0000 (14:15 +0100)]
Replace CheckResult::StaticInitialize with a lambda function
Gunnar Beutner [Tue, 21 Nov 2017 13:15:00 +0000 (14:15 +0100)]
Make a few functions static
Gunnar Beutner [Tue, 21 Nov 2017 13:07:44 +0000 (14:07 +0100)]
Dynamically create and destroy the timer thread
Gunnar Beutner [Tue, 21 Nov 2017 12:20:55 +0000 (13:20 +0100)]
Use std::shared_ptr instead of boost::shared_ptr
Gunnar Beutner [Tue, 21 Nov 2017 12:03:51 +0000 (13:03 +0100)]
Move the Timer::Holder class to timer.cpp
Gunnar Beutner [Tue, 21 Nov 2017 11:28:09 +0000 (12:28 +0100)]
Use std::promise instead of boost::promise
Gunnar Beutner [Tue, 21 Nov 2017 11:12:58 +0000 (12:12 +0100)]
Replace boost::thread with std::thread
Gunnar Beutner [Wed, 29 Nov 2017 13:24:46 +0000 (14:24 +0100)]
Merge pull request #5819 from Icinga/feature/avoid-func-call-allocations
Avoid unnecessary allocations in the FunctionCallExpression class
Gunnar Beutner [Wed, 29 Nov 2017 13:17:11 +0000 (14:17 +0100)]
Merge pull request #5816 from Icinga/feature/cxx11-wrapfunction
Re-implement WrapFunction() using C++11 features
Gunnar Beutner [Wed, 29 Nov 2017 13:11:09 +0000 (14:11 +0100)]
Avoid unnecessary allocations in the FunctionCallExpression class
Gunnar Beutner [Wed, 29 Nov 2017 10:53:45 +0000 (11:53 +0100)]
Re-implement WrapFunction() using C++11 features
Gunnar Beutner [Wed, 29 Nov 2017 07:28:44 +0000 (08:28 +0100)]
Merge pull request #5803 from Icinga/feature/cxx11-std-bind
Replace boost::bind/boost::function with std::bind/std::function
Michael Friedrich [Tue, 28 Nov 2017 12:47:04 +0000 (13:47 +0100)]
Merge pull request #5733 from Icinga/feature/perfdataname
Make --perf-syntax also change short message
Michael Friedrich [Tue, 28 Nov 2017 12:38:53 +0000 (13:38 +0100)]
Update NodeName/ZoneName constants with 'api setup'
This commit also moves the constants.conf backup logic
into NodeUtility::UpdateConstant() where it belongs.
Logging has been slightly adopted too.
fixes #5763
Michael Friedrich [Tue, 28 Nov 2017 10:39:17 +0000 (11:39 +0100)]
Merge pull request #5809 from Icinga/feature/required-openssl-version
Raise required OpenSSL version to 1.0.1
Michael Friedrich [Tue, 28 Nov 2017 10:37:00 +0000 (11:37 +0100)]
Merge pull request #5783 from Icinga/fix/docs-formatting
Fix formatting in value types docs
Michael Friedrich [Tue, 28 Nov 2017 10:27:12 +0000 (11:27 +0100)]
Merge pull request #5804 from Icinga/fix/update-repository-message-error
Silence UpdateRepository message errors
Michael Friedrich [Tue, 28 Nov 2017 10:05:25 +0000 (11:05 +0100)]
Merge pull request #5808 from Icinga/fix/missing-variable-name
Fix missing variable name which can lead to segfaults
Michael Friedrich [Mon, 27 Nov 2017 16:29:00 +0000 (17:29 +0100)]
Raise required OpenSSL version to 1.0.1
refs #5555
Gunnar Beutner [Mon, 27 Nov 2017 15:06:59 +0000 (16:06 +0100)]
Fix missing variable name which can lead to segfaults
Gunnar Beutner [Tue, 21 Nov 2017 10:52:55 +0000 (11:52 +0100)]
Replace boost::bind/boost::function with std::bind/std::function
Gunnar Beutner [Mon, 27 Nov 2017 14:11:04 +0000 (15:11 +0100)]
Merge pull request #5555 from Icinga/feature/ecc-certs
Implement support for ECC certificates
Jean Flach [Mon, 27 Nov 2017 13:41:29 +0000 (14:41 +0100)]
Merge pull request #5718 from Icinga/fix/verify-error-codes-and-returned-log-messages-in-api-actions-5550
API: Fix http status codes
Noah Hilverling [Fri, 3 Nov 2017 12:29:24 +0000 (13:29 +0100)]
API: Fix http status codes
fixes #5550
Michael Friedrich [Mon, 27 Nov 2017 11:09:42 +0000 (12:09 +0100)]
Silence UpdateRepository message errors
Mixed setups with 2.8 and 2.7 will log this error every time
a new message is received. While this is truly an error,
it just fills the log to infinity. Should be used for debug only.
fixes #5776
Gunnar Beutner [Mon, 27 Nov 2017 09:35:05 +0000 (10:35 +0100)]
Merge pull request #5716 from spaolo/fix/livestatus-empty-result-with-nonmatch-filter-5626
add bogus zero reply in livestatus when aggregate and non matching filter
Gunnar Beutner [Mon, 27 Nov 2017 09:33:32 +0000 (10:33 +0100)]
Merge pull request #5746 from sni/livestatus_should_return_empty_lists
livestatus: custom variables return empty arrays instead of strings
Gunnar Beutner [Mon, 27 Nov 2017 09:32:44 +0000 (10:32 +0100)]
Merge pull request #5675 from froehl/feature/influxdbwriter-perf-unit-5627
Add pdv unit to influxdbwriter if not empty + doc
Gunnar Beutner [Mon, 27 Nov 2017 09:30:32 +0000 (10:30 +0100)]
Merge pull request #5790 from tkoeck/master
Documentation fixes
Gunnar Beutner [Mon, 27 Nov 2017 09:29:28 +0000 (10:29 +0100)]
Merge pull request #5792 from mcktr/fix/itl-add-check-rpc
ITL: Add check_rpc
Gunnar Beutner [Mon, 27 Nov 2017 09:25:43 +0000 (10:25 +0100)]
Merge pull request #5744 from Icinga/feature/embedded-dummy-check
Implement DummyCheckTask and move dummy into embedded in-memory checks
Gunnar Beutner [Mon, 27 Nov 2017 09:24:12 +0000 (10:24 +0100)]
Replace spaces with tabs
Gunnar Beutner [Mon, 27 Nov 2017 09:19:44 +0000 (10:19 +0100)]
Merge pull request #5759 from Icinga/feature/non-virtual-accessors
Make default getters and setters non-virtual
Gunnar Beutner [Mon, 27 Nov 2017 09:19:12 +0000 (10:19 +0100)]
Merge pull request #5729 from Icinga/fix/correct-node-wizard-output-formatting
Correct node wizard output formatting
Gunnar Beutner [Mon, 27 Nov 2017 09:18:52 +0000 (10:18 +0100)]
Merge pull request #5725 from Icinga/feature/proper-uuids
Use real UUIDs for Utility::NewUniqueID
Gunnar Beutner [Mon, 27 Nov 2017 09:17:52 +0000 (10:17 +0100)]
Merge pull request #5388 from leeclemens/fix/clang-misdetection
Handle mis-detection with clang on RHEL/CentOS 7
Michael Friedrich [Fri, 24 Nov 2017 14:59:16 +0000 (15:59 +0100)]
Merge pull request #5785 from Icinga/fix/itl-remove-ssl-sni-default
ITL: Drop ssl_sni default setting
Gunnar Beutner [Fri, 24 Nov 2017 12:03:11 +0000 (13:03 +0100)]
Merge pull request #5796 from Icinga/fix/console-error-reporting
Fix error reporting for 'icinga2 console -r'
Gunnar Beutner [Fri, 24 Nov 2017 11:56:42 +0000 (12:56 +0100)]
Fix error reporting for 'icinga2 console -r'
Michael [Wed, 22 Nov 2017 17:26:08 +0000 (18:26 +0100)]
ITL: Add check_rpc
noobahoi [Tue, 21 Nov 2017 15:22:58 +0000 (16:22 +0100)]
Update 09-object-types.md
object Downtime "localhost!my-downtime"
should be
object Downtime "my-downtime"
The host_name configuration attribute adds the localhost name automatically.
noobahoi [Tue, 21 Nov 2017 15:17:58 +0000 (16:17 +0100)]
Update 09-object-types.md
'TicketSalt' instead of 'NodeName'
Michael Friedrich [Tue, 21 Nov 2017 08:38:56 +0000 (09:38 +0100)]
ITL: Drop ssl_sni default setting
That's not supported by all plugin suites out there, and as such
should not be the default value. The user must set it explicitly.
fixes #5775
Michael Friedrich [Mon, 20 Nov 2017 17:48:26 +0000 (18:48 +0100)]
Fix formatting in value types docs
Michael Friedrich [Fri, 17 Nov 2017 13:45:03 +0000 (14:45 +0100)]
Merge pull request #5773 from Icinga/feature/windows-client-requirements
Update Windows Client requirements for 2.8
Michael Friedrich [Fri, 17 Nov 2017 09:59:04 +0000 (10:59 +0100)]
Update docs for Windows Client requirements for 2.8
Michael Friedrich [Fri, 17 Nov 2017 09:58:31 +0000 (10:58 +0100)]
Revert "Windows: Remove requirement for KB2999226 (VS2015)"
This reverts commit
5c4a833116654c9f742ffec3bbcd5e593c57f80b .
Michael Friedrich [Fri, 17 Nov 2017 11:59:07 +0000 (12:59 +0100)]
Disable Flapping detection on Windows
Michael Friedrich [Thu, 16 Nov 2017 10:01:09 +0000 (11:01 +0100)]
Merge pull request #5770 from Icinga/release/2.8.0
Release version 2.8.0
Jean Flach [Thu, 16 Nov 2017 09:44:26 +0000 (10:44 +0100)]
Release version 2.8.0
Michael Friedrich [Thu, 16 Nov 2017 09:43:43 +0000 (10:43 +0100)]
Merge pull request #5768 from Icinga/fix/mailmap-authors
Update .mailmap and AUTHORS
Jean Flach [Thu, 16 Nov 2017 09:28:59 +0000 (10:28 +0100)]
Update .mailmap and AUTHORS
Michael Friedrich [Wed, 15 Nov 2017 21:08:29 +0000 (22:08 +0100)]
Merge pull request #5765 from Icinga/fix/config-elasticwriter-default
Fix default configuration example for ElasticsearchWriter
Michael Friedrich [Wed, 15 Nov 2017 17:06:52 +0000 (18:06 +0100)]
Fix default configuration example for ElasticsearchWriter
Gunnar Beutner [Wed, 15 Nov 2017 08:47:23 +0000 (09:47 +0100)]
Make default getters and setters non-virtual
Michael Friedrich [Wed, 15 Nov 2017 10:23:00 +0000 (11:23 +0100)]
Merge pull request #5761 from Icinga/fix/docs-wrong-anchors
Fix wrong anchors in the documentation
Michael Friedrich [Wed, 15 Nov 2017 10:10:52 +0000 (11:10 +0100)]
Fix wrong anchors in the documentation
refs #5732
Gunnar Beutner [Tue, 14 Nov 2017 13:13:24 +0000 (14:13 +0100)]
Fix incorrect socket handling for the HTTP client
Michael Friedrich [Tue, 14 Nov 2017 13:48:46 +0000 (14:48 +0100)]
Merge pull request #5755 from Icinga/fix/docs-troubleshooting-eventstreams
Fix missing Accept header in troubleshooting docs
Michael Friedrich [Tue, 14 Nov 2017 13:40:50 +0000 (14:40 +0100)]
Fix missing Accept header in troubleshooting docs
Noah Hilverling [Tue, 14 Nov 2017 10:03:05 +0000 (11:03 +0100)]
RingBuffer: Add CalculateRate()
refs #5750
Gunnar Beutner [Tue, 14 Nov 2017 09:44:12 +0000 (10:44 +0100)]
Merge pull request #5754 from dgoetz/fix/improve-cipherlist-docs-5690
Improve documentation of cipher_list
Dirk Goetz [Tue, 14 Nov 2017 09:04:58 +0000 (10:04 +0100)]
Improve documentation of cipher_list
refs #5690
Noah Hilverling [Mon, 13 Nov 2017 15:26:21 +0000 (16:26 +0100)]
Return bytes sent/written in SendMessage() and WriteStringToStream()
refs #5509
Gunnar Beutner [Tue, 14 Nov 2017 07:05:09 +0000 (08:05 +0100)]
Merge pull request #5752 from Icinga/fix/add-noah-hilverling-to-mailmap
Add Noah Hilverling to .mailmap
Noah Hilverling [Mon, 13 Nov 2017 15:17:59 +0000 (16:17 +0100)]
Fix that RingBuffer does not get updated if nothing is written
refs #5750
Noah Hilverling [Mon, 13 Nov 2017 15:08:51 +0000 (16:08 +0100)]
Add Noah Hilverling to .mailmap
Michael Friedrich [Mon, 13 Nov 2017 12:49:44 +0000 (13:49 +0100)]
Merge pull request #5748 from mcktr/fix/docs-pin-checks-in-a-zone
Fix missing word in pin checks in a zone doc chapter
Michael Friedrich [Mon, 13 Nov 2017 12:49:01 +0000 (13:49 +0100)]
Merge pull request #5738 from Icinga/feature/update-release-docs
Update release docs
Gunnar Beutner [Thu, 9 Nov 2017 12:30:33 +0000 (13:30 +0100)]
Update release docs
Michael [Sat, 11 Nov 2017 14:01:17 +0000 (15:01 +0100)]
Fix missing word in doc chapter pin checks in a zone
Sven Nierlein [Mon, 30 Oct 2017 13:49:22 +0000 (14:49 +0100)]
livestatus: custom variables return empty arrays instead of strings
livestatus queries for custom variables should return an empty list, ex: []
instead of an empty string if there are no variables.
Signed-off-by: Sven Nierlein <sven@nierlein.de>
Michael Friedrich [Thu, 9 Nov 2017 19:19:31 +0000 (20:19 +0100)]
Implement DummyCheckTask and move dummy into embedded in-memory checks
This replaces the previous "dummy" CheckCommand, and the user won't
notice it. Provided performance data will be parsed the same way.
This saves a shell fork and check_dummy execution.
We're relying on this when creating cluster checks with Icinga 2 DSL
and more. If one does not have the plugins installed, this then also works.
fixes #5740