]> granicus.if.org Git - icinga2/log
icinga2
6 years agoMerge pull request #5824 from Icinga/feature/cxx11-features
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

6 years agoUse nullptr instead of <Type>::Ptr() 5824/head
Gunnar Beutner [Thu, 30 Nov 2017 07:36:35 +0000 (08:36 +0100)]
Use nullptr instead of <Type>::Ptr()

6 years agoUse std::vector::emplace_back instead of std::vector::push_back
Gunnar Beutner [Thu, 30 Nov 2017 07:19:58 +0000 (08:19 +0100)]
Use std::vector::emplace_back instead of std::vector::push_back

6 years agoUse std::vector instead of std::set where appropriate
Gunnar Beutner [Thu, 23 Nov 2017 14:32:33 +0000 (15:32 +0100)]
Use std::vector instead of std::set where appropriate

6 years agoUse initializer lists instead of std::vector::push_back
Gunnar Beutner [Thu, 23 Nov 2017 08:58:05 +0000 (09:58 +0100)]
Use initializer lists instead of std::vector::push_back

6 years agoTidy up INITIALIZE_ONCE use in console.cpp a bit
Gunnar Beutner [Thu, 23 Nov 2017 08:46:06 +0000 (09:46 +0100)]
Tidy up INITIALIZE_ONCE use in console.cpp a bit

6 years agoGet rid of INITIALIZE_ONCE for the ExternalCommandProcessor
Gunnar Beutner [Thu, 23 Nov 2017 08:31:39 +0000 (09:31 +0100)]
Get rid of INITIALIZE_ONCE for the ExternalCommandProcessor

6 years agoReplace boost::ref/boost::cref with std::ref/std::cref
Gunnar Beutner [Thu, 23 Nov 2017 05:51:48 +0000 (06:51 +0100)]
Replace boost::ref/boost::cref with std::ref/std::cref

6 years agoReplace boost::tuple with std::tuple
Gunnar Beutner [Wed, 22 Nov 2017 11:05:36 +0000 (12:05 +0100)]
Replace boost::tuple with std::tuple

6 years agoReplace CheckResult::StaticInitialize with a lambda function
Gunnar Beutner [Tue, 21 Nov 2017 13:15:29 +0000 (14:15 +0100)]
Replace CheckResult::StaticInitialize with a lambda function

6 years agoMake a few functions static
Gunnar Beutner [Tue, 21 Nov 2017 13:15:00 +0000 (14:15 +0100)]
Make a few functions static

6 years agoDynamically create and destroy the timer thread
Gunnar Beutner [Tue, 21 Nov 2017 13:07:44 +0000 (14:07 +0100)]
Dynamically create and destroy the timer thread

6 years agoUse std::shared_ptr instead of boost::shared_ptr
Gunnar Beutner [Tue, 21 Nov 2017 12:20:55 +0000 (13:20 +0100)]
Use std::shared_ptr instead of boost::shared_ptr

6 years agoMove the Timer::Holder class to timer.cpp
Gunnar Beutner [Tue, 21 Nov 2017 12:03:51 +0000 (13:03 +0100)]
Move the Timer::Holder class to timer.cpp

6 years agoUse std::promise instead of boost::promise
Gunnar Beutner [Tue, 21 Nov 2017 11:28:09 +0000 (12:28 +0100)]
Use std::promise instead of boost::promise

6 years agoReplace boost::thread with std::thread
Gunnar Beutner [Tue, 21 Nov 2017 11:12:58 +0000 (12:12 +0100)]
Replace boost::thread with std::thread

6 years agoMerge pull request #5819 from Icinga/feature/avoid-func-call-allocations
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

6 years agoMerge pull request #5816 from Icinga/feature/cxx11-wrapfunction
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

6 years agoAvoid unnecessary allocations in the FunctionCallExpression class 5819/head
Gunnar Beutner [Wed, 29 Nov 2017 13:11:09 +0000 (14:11 +0100)]
Avoid unnecessary allocations in the FunctionCallExpression class

6 years agoRe-implement WrapFunction() using C++11 features 5816/head
Gunnar Beutner [Wed, 29 Nov 2017 10:53:45 +0000 (11:53 +0100)]
Re-implement WrapFunction() using C++11 features

6 years agoMerge pull request #5803 from Icinga/feature/cxx11-std-bind
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

6 years agoMerge pull request #5733 from Icinga/feature/perfdataname
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

6 years agoMerge pull request #5809 from Icinga/feature/required-openssl-version
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

6 years agoMerge pull request #5783 from Icinga/fix/docs-formatting
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

6 years agoMerge pull request #5804 from Icinga/fix/update-repository-message-error
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

6 years agoMerge pull request #5808 from Icinga/fix/missing-variable-name
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

6 years agoRaise required OpenSSL version to 1.0.1 5809/head
Michael Friedrich [Mon, 27 Nov 2017 16:29:00 +0000 (17:29 +0100)]
Raise required OpenSSL version to 1.0.1

refs #5555

6 years agoFix missing variable name which can lead to segfaults 5808/head
Gunnar Beutner [Mon, 27 Nov 2017 15:06:59 +0000 (16:06 +0100)]
Fix missing variable name which can lead to segfaults

6 years agoReplace boost::bind/boost::function with std::bind/std::function 5803/head
Gunnar Beutner [Tue, 21 Nov 2017 10:52:55 +0000 (11:52 +0100)]
Replace boost::bind/boost::function with std::bind/std::function

6 years agoMerge pull request #5555 from Icinga/feature/ecc-certs
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

6 years agoMerge pull request #5718 from Icinga/fix/verify-error-codes-and-returned-log-messages...
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

6 years agoAPI: Fix http status codes 5718/head
Noah Hilverling [Fri, 3 Nov 2017 12:29:24 +0000 (13:29 +0100)]
API: Fix http status codes

fixes #5550

6 years agoSilence UpdateRepository message errors 5804/head
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

6 years agoMerge pull request #5716 from spaolo/fix/livestatus-empty-result-with-nonmatch-filter...
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

6 years agoMerge pull request #5746 from sni/livestatus_should_return_empty_lists
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

6 years agoMerge pull request #5675 from froehl/feature/influxdbwriter-perf-unit-5627
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

6 years agoMerge pull request #5790 from tkoeck/master
Gunnar Beutner [Mon, 27 Nov 2017 09:30:32 +0000 (10:30 +0100)]
Merge pull request #5790 from tkoeck/master

Documentation fixes

6 years agoMerge pull request #5792 from mcktr/fix/itl-add-check-rpc
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

6 years agoMerge pull request #5744 from Icinga/feature/embedded-dummy-check
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

6 years agoReplace spaces with tabs 5744/head
Gunnar Beutner [Mon, 27 Nov 2017 09:24:12 +0000 (10:24 +0100)]
Replace spaces with tabs

6 years agoMerge pull request #5759 from Icinga/feature/non-virtual-accessors
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

6 years agoMerge pull request #5729 from Icinga/fix/correct-node-wizard-output-formatting
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

6 years agoMerge pull request #5725 from Icinga/feature/proper-uuids
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

6 years agoMerge pull request #5388 from leeclemens/fix/clang-misdetection
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

6 years agoMerge pull request #5785 from Icinga/fix/itl-remove-ssl-sni-default
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

6 years agoMerge pull request #5796 from Icinga/fix/console-error-reporting
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'

6 years agoFix error reporting for 'icinga2 console -r' 5796/head
Gunnar Beutner [Fri, 24 Nov 2017 11:56:42 +0000 (12:56 +0100)]
Fix error reporting for 'icinga2 console -r'

6 years agoITL: Add check_rpc 5792/head
Michael [Wed, 22 Nov 2017 17:26:08 +0000 (18:26 +0100)]
ITL: Add check_rpc

6 years agoUpdate 09-object-types.md 5790/head
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.

6 years agoUpdate 09-object-types.md
noobahoi [Tue, 21 Nov 2017 15:17:58 +0000 (16:17 +0100)]
Update 09-object-types.md

'TicketSalt' instead of 'NodeName'

6 years agoITL: Drop ssl_sni default setting 5785/head
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

6 years agoFix formatting in value types docs 5783/head
Michael Friedrich [Mon, 20 Nov 2017 17:48:26 +0000 (18:48 +0100)]
Fix formatting in value types docs

6 years agoMerge pull request #5773 from Icinga/feature/windows-client-requirements
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

6 years agoUpdate docs for Windows Client requirements for 2.8 5773/head
Michael Friedrich [Fri, 17 Nov 2017 09:59:04 +0000 (10:59 +0100)]
Update docs for Windows Client requirements for 2.8

6 years agoRevert "Windows: Remove requirement for KB2999226 (VS2015)"
Michael Friedrich [Fri, 17 Nov 2017 09:58:31 +0000 (10:58 +0100)]
Revert "Windows: Remove requirement for KB2999226 (VS2015)"

This reverts commit 5c4a833116654c9f742ffec3bbcd5e593c57f80b.

6 years agoDisable Flapping detection on Windows
Michael Friedrich [Fri, 17 Nov 2017 11:59:07 +0000 (12:59 +0100)]
Disable Flapping detection on Windows

6 years agoMerge pull request #5770 from Icinga/release/2.8.0
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

6 years agoRelease version 2.8.0 5770/head v2.8.0
Jean Flach [Thu, 16 Nov 2017 09:44:26 +0000 (10:44 +0100)]
Release version 2.8.0

6 years agoMerge pull request #5768 from Icinga/fix/mailmap-authors
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

6 years agoUpdate .mailmap and AUTHORS 5768/head
Jean Flach [Thu, 16 Nov 2017 09:28:59 +0000 (10:28 +0100)]
Update .mailmap and AUTHORS

6 years agoMerge pull request #5765 from Icinga/fix/config-elasticwriter-default
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

6 years agoFix default configuration example for ElasticsearchWriter 5765/head
Michael Friedrich [Wed, 15 Nov 2017 17:06:52 +0000 (18:06 +0100)]
Fix default configuration example for ElasticsearchWriter

6 years agoMake default getters and setters non-virtual 5759/head
Gunnar Beutner [Wed, 15 Nov 2017 08:47:23 +0000 (09:47 +0100)]
Make default getters and setters non-virtual

6 years agoMerge pull request #5761 from Icinga/fix/docs-wrong-anchors
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

6 years agoFix wrong anchors in the documentation 5761/head
Michael Friedrich [Wed, 15 Nov 2017 10:10:52 +0000 (11:10 +0100)]
Fix wrong anchors in the documentation

refs #5732

6 years agoMerge pull request #5755 from Icinga/fix/docs-troubleshooting-eventstreams
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

6 years agoFix missing Accept header in troubleshooting docs 5755/head
Michael Friedrich [Tue, 14 Nov 2017 13:40:50 +0000 (14:40 +0100)]
Fix missing Accept header in troubleshooting docs

6 years agoMerge pull request #5754 from dgoetz/fix/improve-cipherlist-docs-5690
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

6 years agoImprove documentation of cipher_list 5754/head
Dirk Goetz [Tue, 14 Nov 2017 09:04:58 +0000 (10:04 +0100)]
Improve documentation of cipher_list

refs #5690

6 years agoMerge pull request #5752 from Icinga/fix/add-noah-hilverling-to-mailmap
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

6 years agoAdd Noah Hilverling to .mailmap 5752/head
Noah Hilverling [Mon, 13 Nov 2017 15:08:51 +0000 (16:08 +0100)]
Add Noah Hilverling to .mailmap

6 years agoMerge pull request #5748 from mcktr/fix/docs-pin-checks-in-a-zone
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

6 years agoMerge pull request #5738 from Icinga/feature/update-release-docs
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

6 years agoUpdate release docs 5738/head
Gunnar Beutner [Thu, 9 Nov 2017 12:30:33 +0000 (13:30 +0100)]
Update release docs

6 years agoFix missing word in doc chapter pin checks in a zone 5748/head
Michael [Sat, 11 Nov 2017 14:01:17 +0000 (15:01 +0100)]
Fix missing word in doc chapter pin checks in a zone

6 years agolivestatus: custom variables return empty arrays instead of strings 5746/head
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>
6 years agoImplement DummyCheckTask and move dummy into embedded in-memory checks
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

6 years agoMerge pull request #5739 from Icinga/feature/elasticsearchwriter
Michael Friedrich [Thu, 9 Nov 2017 14:42:37 +0000 (15:42 +0100)]
Merge pull request #5739 from Icinga/feature/elasticsearchwriter

Rename ElasticWriter to ElasticsearchWriter

6 years agoMerge pull request #5741 from Icinga/fix/docs-manual-certificate-creation
Michael Friedrich [Thu, 9 Nov 2017 14:36:01 +0000 (15:36 +0100)]
Merge pull request #5741 from Icinga/fix/docs-manual-certificate-creation

Fix manual certificate creation chapter in the docs

6 years agoRename ElasticWriter to ElasticsearchWriter 5739/head
Michael Friedrich [Thu, 9 Nov 2017 13:05:10 +0000 (14:05 +0100)]
Rename ElasticWriter to ElasticsearchWriter

This better reflects its purpose as otherwise it would imply
that you need Elastic Stack for it. Graylog also reads from
Elasticsearch instances, this could serve as additional integration
here.

6 years agoFix manual certificate creation chapter in the docs 5741/head
Michael Friedrich [Thu, 9 Nov 2017 14:14:10 +0000 (15:14 +0100)]
Fix manual certificate creation chapter in the docs

6 years agoMerge branch 'support/2.7'
Gunnar Beutner [Thu, 9 Nov 2017 12:54:29 +0000 (13:54 +0100)]
Merge branch 'support/2.7'

6 years agoRelease version 2.7.2 v2.7.2
Noah Hilverling [Thu, 9 Nov 2017 11:32:32 +0000 (12:32 +0100)]
Release version 2.7.2

6 years agoRelease version 2.7.2
Noah Hilverling [Thu, 9 Nov 2017 11:32:32 +0000 (12:32 +0100)]
Release version 2.7.2

6 years agoRemove spec file
Noah Hilverling [Thu, 9 Nov 2017 10:44:09 +0000 (11:44 +0100)]
Remove spec file

6 years agoMerge pull request #5730 from Icinga/fix/trim-form-fields-to-avoid-hidden-crlf-charac...
Gunnar Beutner [Thu, 9 Nov 2017 08:29:11 +0000 (09:29 +0100)]
Merge pull request #5730 from Icinga/fix/trim-form-fields-to-avoid-hidden-crlf-characters-from-linux-5705

Add missing trims to GetMasterHostPort and remove Convert.ToString from variables that are strings already

6 years agoSetupWizard: Move Trim to GetMasterHostPort() 5730/head
Noah Hilverling [Thu, 9 Nov 2017 08:28:05 +0000 (09:28 +0100)]
SetupWizard: Move Trim to GetMasterHostPort()

refs #5705

6 years agoSetupWizard: Remove Convert.ToString where useless
Noah Hilverling [Thu, 9 Nov 2017 08:27:15 +0000 (09:27 +0100)]
SetupWizard: Remove Convert.ToString where useless

refs #5705

6 years agoMerge pull request #5734 from mcktr/fix/doc-broken-links
Gunnar Beutner [Thu, 9 Nov 2017 07:07:12 +0000 (08:07 +0100)]
Merge pull request #5734 from mcktr/fix/doc-broken-links

Fix broken links inside the documentation

6 years agoFix broken links inside the documentation 5734/head
Michael [Thu, 9 Nov 2017 01:34:04 +0000 (02:34 +0100)]
Fix broken links inside the documentation

This replaces the broken link to the command transport chapter inside the Icinga
Web 2 documentation, besides that this also updates the link to the Icinga Web 2
installation documentation to the offical page on icinga.com.

6 years agoadd a bogus zero reply in livestatus if aggregate filter does not match, fix I#5626 5716/head
Paolo Schiro [Fri, 3 Nov 2017 00:14:05 +0000 (01:14 +0100)]
add a bogus zero reply in livestatus if aggregate filter does not match, fix I#5626

6 years agoMake --perf-syntax also change short message 5733/head
Jean Flach [Wed, 8 Nov 2017 15:53:01 +0000 (16:53 +0100)]
Make --perf-syntax also change short message

refs #5418

6 years agoMerge pull request #5727 from Icinga/feature/docs-upgrading-2-8
Michael Friedrich [Wed, 8 Nov 2017 15:12:45 +0000 (16:12 +0100)]
Merge pull request #5727 from Icinga/feature/docs-upgrading-2-8

Update upgrading documentation for 2.8

6 years agoUpdate upgrading documentation for 2.8 5727/head
Michael Friedrich [Tue, 7 Nov 2017 15:07:30 +0000 (16:07 +0100)]
Update upgrading documentation for 2.8

6 years agoMerge pull request #5732 from Icinga/fix/flapping
Jean Flach [Wed, 8 Nov 2017 14:10:55 +0000 (15:10 +0100)]
Merge pull request #5732 from Icinga/fix/flapping

Fix flapping calculation and events

fixes #5720

6 years agoFix log messages for flapping 5732/head
Michael Friedrich [Wed, 8 Nov 2017 11:12:27 +0000 (12:12 +0100)]
Fix log messages for flapping

6 years agoAdd documentation for new attributes in `Flapping` API event stream type
Michael Friedrich [Wed, 8 Nov 2017 09:17:05 +0000 (10:17 +0100)]
Add documentation for new attributes in `Flapping` API event stream type

6 years agoCorrect node wizard output formatting 5729/head
Noah Hilverling [Wed, 8 Nov 2017 07:45:55 +0000 (08:45 +0100)]
Correct node wizard output formatting

6 years agoHandle mis-detection with clang on RHEL/CentOS 7 5388/head
Lee Clemens [Thu, 29 Jun 2017 19:07:04 +0000 (15:07 -0400)]
Handle mis-detection with clang on RHEL/CentOS 7

C++11 features available: BOOST_NO_CXX11_HDR_TUPLE

refs #5257

6 years agoMerge pull request #5728 from Icinga/fix/check_service
Michael Friedrich [Tue, 7 Nov 2017 17:17:14 +0000 (18:17 +0100)]
Merge pull request #5728 from Icinga/fix/check_service

Fix check_service not working with names