]> granicus.if.org Git - icinga2/log
icinga2
6 years agoDrop CompatUtility::GetCheckableAcknowledgementType()
Michael Friedrich [Tue, 5 Dec 2017 13:17:57 +0000 (14:17 +0100)]
Drop CompatUtility::GetCheckableAcknowledgementType()

This already returns an integer.

6 years agoMove CompatUtility::GetCheckableProblemHasBeenAcknowledged() into feature specific...
Michael Friedrich [Tue, 5 Dec 2017 12:35:09 +0000 (13:35 +0100)]
Move CompatUtility::GetCheckableProblemHasBeenAcknowledged() into feature specific dumps

6 years agoMove CompatUtility::GetCheckableCheckType() into IDO/Livestatus features
Michael Friedrich [Tue, 5 Dec 2017 10:34:38 +0000 (11:34 +0100)]
Move CompatUtility::GetCheckableCheckType() into IDO/Livestatus features

It is just boolean mapping to numbers, each modules does that in a sort of different way.

DB IDO automatically transforms boolean to numbers.
Livestatus would return JSON which keeps true booleans, but requires a number (just a guess,
there is no spec for this message format).

6 years agoMove CompatUtility::GetHostAlias into DB IDO host object method
Michael Friedrich [Mon, 4 Dec 2017 15:52:52 +0000 (16:52 +0100)]
Move CompatUtility::GetHostAlias into DB IDO host object method

This is the only place where this mapping is used.

6 years agoMerge pull request #5940 from Icinga/fix/chocolatey
Gunnar Beutner [Mon, 15 Jan 2018 10:36:54 +0000 (11:36 +0100)]
Merge pull request #5940 from Icinga/fix/chocolatey

Remove deprecated Chocolatey functions

6 years agoMerge pull request #5888 from Icinga/feature/mariadbclient
Gunnar Beutner [Mon, 15 Jan 2018 09:04:22 +0000 (10:04 +0100)]
Merge pull request #5888 from Icinga/feature/mariadbclient

FindMySQL: Support mariadbclient implementation

6 years agoMerge pull request #5972 from cstegm/patch-2
Gunnar Beutner [Fri, 12 Jan 2018 20:37:41 +0000 (21:37 +0100)]
Merge pull request #5972 from cstegm/patch-2

Update 08-advanced-topics.md

6 years agoMerge pull request #5974 from Icinga/fix/icingachecktask-buildfix
Michael Friedrich [Fri, 12 Jan 2018 10:39:50 +0000 (11:39 +0100)]
Merge pull request #5974 from Icinga/fix/icingachecktask-buildfix

Fix non-unity builds with the icinga check

6 years agoFix non-unity builds with the icinga check 5974/head
Michael Friedrich [Fri, 12 Jan 2018 10:03:49 +0000 (11:03 +0100)]
Fix non-unity builds with the icinga check

refs #5958

6 years agoUpdate 08-advanced-topics.md 5972/head
cstegm [Thu, 11 Jan 2018 15:48:40 +0000 (16:48 +0100)]
Update 08-advanced-topics.md

fixed typo

6 years agoMerge pull request #5971 from Icinga/feature/remove-demo
Michael Friedrich [Thu, 11 Jan 2018 12:52:01 +0000 (13:52 +0100)]
Merge pull request #5971 from Icinga/feature/remove-demo

Remove libdemo and libhello

6 years agoMerge pull request #5970 from Icinga/feature/stack-allocate-configitembuilder
Michael Friedrich [Thu, 11 Jan 2018 12:50:23 +0000 (13:50 +0100)]
Merge pull request #5970 from Icinga/feature/stack-allocate-configitembuilder

Allocate ConfigItemBuilder objects on the stack

6 years agoMerge pull request #5969 from Icinga/feature/wq-stats-mutex
Michael Friedrich [Thu, 11 Jan 2018 12:38:40 +0000 (13:38 +0100)]
Merge pull request #5969 from Icinga/feature/wq-stats-mutex

Remove the WorkQueue::m_StatsMutex instance variable

6 years agoMerge pull request #5968 from Icinga/feature/ringbuffer-mutex
Michael Friedrich [Thu, 11 Jan 2018 12:37:35 +0000 (13:37 +0100)]
Merge pull request #5968 from Icinga/feature/ringbuffer-mutex

Update the RingBuffer class to use a regular mutex instead of ObjectLock

6 years agoMerge pull request #5967 from Icinga/feature/lazy-accessors
Michael Friedrich [Thu, 11 Jan 2018 12:36:29 +0000 (13:36 +0100)]
Merge pull request #5967 from Icinga/feature/lazy-accessors

Avoid accessing attributes for validators where not necessary

6 years agoRemove libdemo and libhello 5971/head
Gunnar Beutner [Thu, 11 Jan 2018 12:29:11 +0000 (13:29 +0100)]
Remove libdemo and libhello

6 years agoAllocate ConfigItemBuilder objects on the stack 5970/head
Gunnar Beutner [Wed, 10 Jan 2018 16:20:33 +0000 (17:20 +0100)]
Allocate ConfigItemBuilder objects on the stack

6 years agoRemove the WorkQueue::m_StatsMutex instance variable 5969/head
Gunnar Beutner [Thu, 11 Jan 2018 09:47:55 +0000 (10:47 +0100)]
Remove the WorkQueue::m_StatsMutex instance variable

6 years agoUpdate the RingBuffer class to use a regular mutex instead of ObjectLock 5968/head
Gunnar Beutner [Wed, 10 Jan 2018 15:44:48 +0000 (16:44 +0100)]
Update the RingBuffer class to use a regular mutex instead of ObjectLock

6 years agoMerge pull request #5965 from Icinga/feature/json-casts
Michael Friedrich [Thu, 11 Jan 2018 08:37:19 +0000 (09:37 +0100)]
Merge pull request #5965 from Icinga/feature/json-casts

Avoid unnecessary casts in the JSON encoder

6 years agoAvoid accessing attributes for validators where not necessary 5967/head
Gunnar Beutner [Thu, 11 Jan 2018 06:08:09 +0000 (07:08 +0100)]
Avoid accessing attributes for validators where not necessary

6 years agoAvoid unnecessary casts in the JSON encoder 5965/head
Gunnar Beutner [Thu, 11 Jan 2018 06:29:34 +0000 (07:29 +0100)]
Avoid unnecessary casts in the JSON encoder

6 years agoMerge pull request #5961 from Icinga/fix/min-version-warning
Michael Friedrich [Tue, 9 Jan 2018 08:33:07 +0000 (09:33 +0100)]
Merge pull request #5961 from Icinga/fix/min-version-warning

Fix macro warning from the icinga check

6 years agoFix macro warning from the icinga check 5961/head
Gunnar Beutner [Tue, 9 Jan 2018 08:16:59 +0000 (09:16 +0100)]
Fix macro warning from the icinga check

6 years agoMerge pull request #5958 from Icinga/feature/icinga-check-min-version
Gunnar Beutner [Tue, 9 Jan 2018 04:32:17 +0000 (05:32 +0100)]
Merge pull request #5958 from Icinga/feature/icinga-check-min-version

Add minimum version check to the built-in icinga command

6 years agoMerge pull request #5959 from Icinga/feature/api-pretty
Gunnar Beutner [Tue, 9 Jan 2018 04:12:31 +0000 (05:12 +0100)]
Merge pull request #5959 from Icinga/feature/api-pretty

API: Add 'pretty' parameter for beautified JSON response bodies

6 years agoMerge pull request #5957 from mcktr/fix/year-2017-reference
Gunnar Beutner [Tue, 9 Jan 2018 03:58:25 +0000 (04:58 +0100)]
Merge pull request #5957 from mcktr/fix/year-2017-reference

Change a bunch more copyright headers for 2018

6 years agoAPI: Add 'pretty' parameter for beautified JSON response bodies 5959/head
Michael Friedrich [Wed, 20 Dec 2017 14:31:05 +0000 (15:31 +0100)]
API: Add 'pretty' parameter for beautified JSON response bodies

fixes #5877

6 years agoAdd minimum version check to the built-in icinga command 5958/head
Michael Friedrich [Mon, 8 Jan 2018 18:44:54 +0000 (19:44 +0100)]
Add minimum version check to the built-in icinga command

fixes #3998

6 years agoChange a bunch more copyright headers for 2018 5957/head
Michael Insel [Mon, 8 Jan 2018 17:05:12 +0000 (18:05 +0100)]
Change a bunch more copyright headers for 2018

This changes more copyright headers for 2018.

6 years agoMerge pull request #5955 from Icinga/feature/workqueue-lock-contention
Michael Friedrich [Mon, 8 Jan 2018 16:11:43 +0000 (17:11 +0100)]
Merge pull request #5955 from Icinga/feature/workqueue-lock-contention

Avoid mutex contention in the config parser

6 years agoAvoid mutex contention in the config parser 5955/head
Gunnar Beutner [Sat, 6 Jan 2018 03:36:58 +0000 (04:36 +0100)]
Avoid mutex contention in the config parser

6 years agoMerge pull request #5954 from Icinga/feature/itl-mongodb-authdb
Michael Friedrich [Mon, 8 Jan 2018 13:24:24 +0000 (14:24 +0100)]
Merge pull request #5954 from Icinga/feature/itl-mongodb-authdb

ITL: Add mongodb --authdb parameter support

6 years agoITL: Add mongodb --authdb parameter support 5954/head
Michael Friedrich [Mon, 8 Jan 2018 13:14:04 +0000 (14:14 +0100)]
ITL: Add mongodb --authdb parameter support

fixes #5260

6 years agoMerge pull request #5906 from sahnd/feature/check_openmanage
Markus Frosch [Mon, 8 Jan 2018 12:46:47 +0000 (13:46 +0100)]
Merge pull request #5906 from sahnd/feature/check_openmanage

Add check_openmanage command to ITL.

6 years agoAdd check_openmanage command to ITL. 5906/head
sah [Thu, 21 Dec 2017 14:26:30 +0000 (15:26 +0100)]
Add check_openmanage command to ITL.

This will help monitoring Dell PowerEdge servers hardware.

6 years agoMerge pull request #5921 from widhalmt/feature/director-check-in-itl-5920
Markus Frosch [Fri, 5 Jan 2018 16:49:58 +0000 (17:49 +0100)]
Merge pull request #5921 from widhalmt/feature/director-check-in-itl-5920

Add icingacli-director check to ITL

6 years agoMerge pull request #5951 from Icinga/itl/snmp_mem
Markus Frosch [Fri, 5 Jan 2018 16:38:50 +0000 (17:38 +0100)]
Merge pull request #5951 from Icinga/itl/snmp_mem

itl: Add command parameters for snmp-memory

6 years agoAdd icingacli-director check to ITL 5921/head
Thomas Widhalm [Fri, 29 Dec 2017 13:46:19 +0000 (14:46 +0100)]
Add icingacli-director check to ITL

Including documentation.
Add a hint to the documentation of all icingacli commands that Icinga 2 has to be allowed access to the icingaweb2 directory.

fixes: #5920

6 years agoitl: Add command parameters for snmp-memory 5951/head
T. Mulyana [Mon, 9 Oct 2017 13:51:25 +0000 (20:51 +0700)]
itl: Add command parameters for snmp-memory

Signed-off-by: Markus Frosch <markus.frosch@icinga.com>
6 years agoMerge pull request #5914 from Icinga/fix/itl-check-mongodb-5817
Markus Frosch [Fri, 5 Jan 2018 16:17:27 +0000 (17:17 +0100)]
Merge pull request #5914 from Icinga/fix/itl-check-mongodb-5817

Fix for wrong attribute in ITL mongodb CheckCommand

6 years agoMerge pull request #5913 from mcktr/fix/itl-http-certificate-age-5610
Markus Frosch [Fri, 5 Jan 2018 16:13:13 +0000 (17:13 +0100)]
Merge pull request #5913 from mcktr/fix/itl-http-certificate-age-5610

Enhance http_certificate parameter documentation

6 years agoMerge pull request #5902 from sahnd/feature/itl-snmp-storage-responsesize
Markus Frosch [Fri, 5 Jan 2018 16:05:28 +0000 (17:05 +0100)]
Merge pull request #5902 from sahnd/feature/itl-snmp-storage-responsesize

Add parameter --octetlength to snmp-storage command.

6 years agoFindMySQL: Search for mariadbclient by default 5888/head
Markus Frosch [Thu, 4 Jan 2018 16:32:54 +0000 (17:32 +0100)]
FindMySQL: Search for mariadbclient by default

This would look for both names and use the first found.

6 years agoINSTALL: Document MySQL and PostgreSQL variables
Markus Frosch [Wed, 3 Jan 2018 12:12:39 +0000 (13:12 +0100)]
INSTALL: Document MySQL and PostgreSQL variables

6 years agoFindMySQL: Allow other implementations
Markus Frosch [Tue, 19 Dec 2017 13:04:04 +0000 (14:04 +0100)]
FindMySQL: Allow other implementations

Like mariadbclient.

So the user can specify the same via -D

6 years agoMerge pull request #5942 from Icinga/feature/tech-doc-cluster-health
Michael Friedrich [Thu, 4 Jan 2018 15:06:38 +0000 (16:06 +0100)]
Merge pull request #5942 from Icinga/feature/tech-doc-cluster-health

Add some technical insights into the cluster-zone health check and log lag

6 years agoMerge pull request #5948 from Icinga/doc/install
Michael Friedrich [Thu, 4 Jan 2018 15:06:09 +0000 (16:06 +0100)]
Merge pull request #5948 from Icinga/doc/install

doc: Improve INSTALL documentation

6 years agodoc: Improve INSTALL documentation 5948/head
Markus Frosch [Thu, 4 Jan 2018 14:40:41 +0000 (15:40 +0100)]
doc: Improve INSTALL documentation

6 years agoMerge pull request #5945 from Icinga/fix/mkclass-indentation
Gunnar Beutner [Thu, 4 Jan 2018 11:41:52 +0000 (12:41 +0100)]
Merge pull request #5945 from Icinga/fix/mkclass-indentation

Fix incorrect indentation for code generated by mkclass

6 years agoMerge pull request #5946 from Icinga/feature/clang-tidy
Gunnar Beutner [Thu, 4 Jan 2018 11:40:50 +0000 (12:40 +0100)]
Merge pull request #5946 from Icinga/feature/clang-tidy

Use clang-tidy to add some more C++11 features

6 years agoBuild fix 5946/head
Gunnar Beutner [Thu, 4 Jan 2018 09:46:35 +0000 (10:46 +0100)]
Build fix

6 years agoMove inline functions to their .cpp files
Gunnar Beutner [Thu, 4 Jan 2018 09:36:35 +0000 (10:36 +0100)]
Move inline functions to their .cpp files

6 years agoApply clang-tidy fix 'modernize-use-default-member-init'
Gunnar Beutner [Thu, 4 Jan 2018 08:43:49 +0000 (09:43 +0100)]
Apply clang-tidy fix 'modernize-use-default-member-init'

6 years agoApply clang-tidy fix 'modernize-return-braced-init-list'
Gunnar Beutner [Thu, 4 Jan 2018 08:28:24 +0000 (09:28 +0100)]
Apply clang-tidy fix 'modernize-return-braced-init-list'

6 years agoApply clang-tidy fix 'modernize-use-nullptr'
Gunnar Beutner [Thu, 4 Jan 2018 08:18:50 +0000 (09:18 +0100)]
Apply clang-tidy fix 'modernize-use-nullptr'

6 years agoApply clang-tidy fix 'modernize-use-emplace'
Gunnar Beutner [Thu, 4 Jan 2018 08:14:55 +0000 (09:14 +0100)]
Apply clang-tidy fix 'modernize-use-emplace'

6 years agoApply clang-tidy fix 'modernize-use-auto'
Gunnar Beutner [Thu, 4 Jan 2018 08:07:03 +0000 (09:07 +0100)]
Apply clang-tidy fix 'modernize-use-auto'

6 years agoApply clang-tidy fix 'modernize-raw-string-literal'
Gunnar Beutner [Thu, 4 Jan 2018 07:59:00 +0000 (08:59 +0100)]
Apply clang-tidy fix 'modernize-raw-string-literal'

6 years agoApply clang-tidy fix 'modernize-pass-by-value'
Gunnar Beutner [Thu, 4 Jan 2018 07:54:18 +0000 (08:54 +0100)]
Apply clang-tidy fix 'modernize-pass-by-value'

6 years agoApply clang-tidy fix 'modernize-loop-convert'
Gunnar Beutner [Thu, 4 Jan 2018 07:15:20 +0000 (08:15 +0100)]
Apply clang-tidy fix 'modernize-loop-convert'

6 years agoApply clang-tidy fix 'modernize-use-override'
Gunnar Beutner [Thu, 4 Jan 2018 04:12:56 +0000 (05:12 +0100)]
Apply clang-tidy fix 'modernize-use-override'

6 years agoApply clang-tidy fix 'modernize-redundant-void-arg'
Gunnar Beutner [Thu, 4 Jan 2018 03:25:35 +0000 (04:25 +0100)]
Apply clang-tidy fix 'modernize-redundant-void-arg'

6 years agoMerge pull request #5944 from Icinga/feature/final-keyword
Gunnar Beutner [Thu, 4 Jan 2018 11:08:30 +0000 (12:08 +0100)]
Merge pull request #5944 from Icinga/feature/final-keyword

Add the final keyword to classes

6 years agoFix incorrect indentation for code generated by mkclass 5945/head
Gunnar Beutner [Thu, 4 Jan 2018 06:06:33 +0000 (06:06 +0000)]
Fix incorrect indentation for code generated by mkclass

6 years agoAdd the final keyword to methods 5944/head
Gunnar Beutner [Thu, 4 Jan 2018 05:29:40 +0000 (05:29 +0000)]
Add the final keyword to methods

6 years agoAdd the final keyword to classes
Gunnar Beutner [Thu, 4 Jan 2018 05:11:04 +0000 (05:11 +0000)]
Add the final keyword to classes

6 years agoMerge pull request #5943 from Icinga/fix/incorrect-start-call
Michael Friedrich [Wed, 3 Jan 2018 19:12:51 +0000 (20:12 +0100)]
Merge pull request #5943 from Icinga/fix/incorrect-start-call

Fix incorrect ::Start call

6 years agoFix incorrect ::Start call 5943/head
Gunnar Beutner [Mon, 18 Dec 2017 08:32:09 +0000 (09:32 +0100)]
Fix incorrect ::Start call

6 years agoAdd some technical insights into the cluster-zone health check and log lag 5942/head
Michael Friedrich [Wed, 3 Jan 2018 14:22:02 +0000 (15:22 +0100)]
Add some technical insights into the cluster-zone health check and log lag

As per @widhalmt request.

6 years agoMerge pull request #5936 from Icinga/feature/source-lists
Michael Friedrich [Wed, 3 Jan 2018 10:59:35 +0000 (11:59 +0100)]
Merge pull request #5936 from Icinga/feature/source-lists

Clean up source lists in the CMakeLists.txt files

6 years agoClean up source lists in the CMakeLists.txt files 5936/head
Gunnar Beutner [Sun, 24 Dec 2017 07:18:33 +0000 (08:18 +0100)]
Clean up source lists in the CMakeLists.txt files

6 years agoMerge pull request #5939 from Icinga/fix/build-fix-wheezy
Michael Friedrich [Wed, 3 Jan 2018 10:28:57 +0000 (11:28 +0100)]
Merge pull request #5939 from Icinga/fix/build-fix-wheezy

Build fix for Debian wheezy

6 years agoMerge pull request #5937 from Icinga/feature/remove-inline-methods
Michael Friedrich [Wed, 3 Jan 2018 10:24:34 +0000 (11:24 +0100)]
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

6 years agoRemove inline methods and use explicit template instantiation to minimize the number... 5937/head
Gunnar Beutner [Wed, 3 Jan 2018 05:01:02 +0000 (06:01 +0100)]
Remove inline methods and use explicit template instantiation to minimize the number of weak symbols

6 years agoMerge pull request #5934 from Icinga/feature/cmake-library-paths
Michael Friedrich [Wed, 3 Jan 2018 09:58:30 +0000 (10:58 +0100)]
Merge pull request #5934 from Icinga/feature/cmake-library-paths

Add more include/library paths for MySQL and PostgreSQL

6 years agoMerge pull request #5932 from Icinga/feature/copyright-header
Michael Friedrich [Wed, 3 Jan 2018 09:56:07 +0000 (10:56 +0100)]
Merge pull request #5932 from Icinga/feature/copyright-header

Fix copyright header in cli/troubleshootcommand.hpp

6 years agoMerge pull request #5927 from Icinga/feature/static-libraries
Michael Friedrich [Wed, 3 Jan 2018 09:55:10 +0000 (10:55 +0100)]
Merge pull request #5927 from Icinga/feature/static-libraries

Build libraries as static libraries

6 years agoRemove deprecated Chocolatey functions 5940/head
Gunnar Beutner [Wed, 3 Jan 2018 09:35:52 +0000 (10:35 +0100)]
Remove deprecated Chocolatey functions

6 years agoBuild fix for Debian wheezy 5939/head
Gunnar Beutner [Wed, 3 Jan 2018 09:19:24 +0000 (10:19 +0100)]
Build fix for Debian wheezy

6 years agoFix copyright header in cli/troubleshootcommand.hpp 5932/head
Gunnar Beutner [Tue, 26 Dec 2017 03:28:44 +0000 (04:28 +0100)]
Fix copyright header in cli/troubleshootcommand.hpp

6 years agoAdd more include/library paths for MySQL and PostgreSQL 5934/head
Gunnar Beutner [Wed, 3 Jan 2018 00:05:23 +0000 (01:05 +0100)]
Add more include/library paths for MySQL and PostgreSQL

6 years agoImplement shim for libmysqlclient and libpq 5927/head
Gunnar Beutner [Mon, 1 Jan 2018 14:21:14 +0000 (15:21 +0100)]
Implement shim for libmysqlclient and libpq

6 years agoBuild libraries as static libraries
Gunnar Beutner [Sun, 31 Dec 2017 06:22:16 +0000 (07:22 +0100)]
Build libraries as static libraries

6 years agoMerge pull request #5931 from Icinga/feature/linker-flags
Michael Friedrich [Tue, 2 Jan 2018 13:03:08 +0000 (14:03 +0100)]
Merge pull request #5931 from Icinga/feature/linker-flags

Improve detection for linker flags

6 years agoMerge pull request #5928 from Icinga/fix/build-fix-msvc
Michael Friedrich [Tue, 2 Jan 2018 13:01:15 +0000 (14:01 +0100)]
Merge pull request #5928 from Icinga/fix/build-fix-msvc

Fix build problem with MSVC

6 years agoMerge pull request #5925 from Icinga/fix/missing-variable-name
Michael Friedrich [Tue, 2 Jan 2018 12:48:30 +0000 (13:48 +0100)]
Merge pull request #5925 from Icinga/fix/missing-variable-name

Fix missing variable name in ApiListener::Start

6 years agoMerge pull request #5929 from Icinga/feature/remove-boost-assign
Michael Friedrich [Tue, 2 Jan 2018 12:47:19 +0000 (13:47 +0100)]
Merge pull request #5929 from Icinga/feature/remove-boost-assign

Get rid of boost::assign::list_of in mkclass

6 years agoMerge pull request #5930 from Icinga/feature/boost-function
Michael Friedrich [Tue, 2 Jan 2018 12:46:23 +0000 (13:46 +0100)]
Merge pull request #5930 from Icinga/feature/boost-function

Replace boost::function with std::function

6 years agoMerge pull request #5933 from mcktr/fix/copyright-for-2018
Gunnar Beutner [Tue, 2 Jan 2018 12:39:45 +0000 (13:39 +0100)]
Merge pull request #5933 from mcktr/fix/copyright-for-2018

Change copyright headers for 2018

6 years agoChange copyright header for 2018 5933/head
Michael Insel [Tue, 2 Jan 2018 11:06:00 +0000 (12:06 +0100)]
Change copyright header for 2018

6 years agoImprove detection for linker flags 5931/head
Gunnar Beutner [Sun, 24 Dec 2017 06:27:57 +0000 (07:27 +0100)]
Improve detection for linker flags

6 years agoReplace boost::function with std::function 5930/head
Gunnar Beutner [Sun, 24 Dec 2017 05:35:12 +0000 (06:35 +0100)]
Replace boost::function with std::function

6 years agoGet rid of boost::assign::list_of in mkclass 5929/head
Gunnar Beutner [Sun, 24 Dec 2017 05:31:57 +0000 (06:31 +0100)]
Get rid of boost::assign::list_of in mkclass

6 years agoMerge pull request #5922 from mcktr/fix/doc-link-format
Gunnar Beutner [Mon, 1 Jan 2018 12:40:17 +0000 (13:40 +0100)]
Merge pull request #5922 from mcktr/fix/doc-link-format

Fix link format in documentation

6 years agoMerge pull request #5918 from mcktr/fix/doc-selinux-typo
Gunnar Beutner [Mon, 1 Jan 2018 12:39:22 +0000 (13:39 +0100)]
Merge pull request #5918 from mcktr/fix/doc-selinux-typo

Fix typo in SELinux documentation

6 years agoMake MSVC happy 5928/head
Gunnar Beutner [Mon, 1 Jan 2018 08:13:47 +0000 (09:13 +0100)]
Make MSVC happy

6 years agoFix missing variable name in ApiListener::Start 5925/head
Gunnar Beutner [Sun, 31 Dec 2017 18:12:33 +0000 (19:12 +0100)]
Fix missing variable name in ApiListener::Start

fixes #5924
refs #5807

6 years agoFix link format in documentation 5922/head
Michael Insel [Fri, 29 Dec 2017 16:54:14 +0000 (17:54 +0100)]
Fix link format in documentation

6 years agoFix typo in SELinux documentation 5918/head
Michael Insel [Thu, 28 Dec 2017 11:03:49 +0000 (12:03 +0100)]
Fix typo in SELinux documentation