]> granicus.if.org Git - icinga2/log
icinga2
5 years agoMerge pull request #6733 from Icinga/bugfix/doc-comment-entry_time
Michael Friedrich [Tue, 30 Oct 2018 12:43:17 +0000 (13:43 +0100)]
Merge pull request #6733 from Icinga/bugfix/doc-comment-entry_time

Doc: warn about not setting Comment#entry_time

5 years agoMerge pull request #6740 from Icinga/bugfix/ido-paused-query-queue-no-enqueue
Michael Friedrich [Tue, 30 Oct 2018 12:40:11 +0000 (13:40 +0100)]
Merge pull request #6740 from Icinga/bugfix/ido-paused-query-queue-no-enqueue

DB IDO: Don't enqueue queries when the feature is paused (HA)

5 years agoDB IDO: Don't enqueue queries when the feature is paused (HA) 6740/head
Michael Friedrich [Tue, 30 Oct 2018 12:17:28 +0000 (13:17 +0100)]
DB IDO: Don't enqueue queries when the feature is paused (HA)

fixes #5876
refs #6739

5 years agoMerge pull request #6709 from ekeih/bugfix/icinga2-version-check-6703
Michael Friedrich [Mon, 29 Oct 2018 12:46:36 +0000 (13:46 +0100)]
Merge pull request #6709 from ekeih/bugfix/icinga2-version-check-6703

 Fix the Icinga2 version check for versions with more than 5 characters

5 years agoMinor styleguide 6709/head
Michael Friedrich [Mon, 29 Oct 2018 12:45:18 +0000 (13:45 +0100)]
Minor styleguide

5 years agoMerge pull request #6738 from Icinga/bugfix/stalled-api-connections
Michael Friedrich [Mon, 29 Oct 2018 12:24:40 +0000 (13:24 +0100)]
Merge pull request #6738 from Icinga/bugfix/stalled-api-connections

Ensure that API/JSON-RPC messages in the same session are processed and not stalled

5 years agoEnsure that API/JSON-RPC messages in the same session are processed and not stalled 6738/head
Michael Friedrich [Mon, 29 Oct 2018 11:57:24 +0000 (12:57 +0100)]
Ensure that API/JSON-RPC messages in the same session are processed and not stalled

This basically drops the "corked" implementation which just stalled the
TLS IO polling after some requests. If you need sort of rate limiting
for these events, use an external TLS proxy which terminates that in front
of Icinga.

fixes #6635

5 years agoDoc: warn about not setting Comment#entry_time 6733/head
Alexander A. Klimov [Fri, 26 Oct 2018 09:33:06 +0000 (11:33 +0200)]
Doc: warn about not setting Comment#entry_time

5 years agoMerge pull request #6732 from Icinga/feature/improve-windows-agent-design
Michael Friedrich [Thu, 25 Oct 2018 16:53:19 +0000 (18:53 +0200)]
Merge pull request #6732 from Icinga/feature/improve-windows-agent-design

Update Windows Agent with new design

5 years agoUpdate Windows agent documentation screenshots 6732/head
Michael Insel [Thu, 25 Oct 2018 16:07:05 +0000 (18:07 +0200)]
Update Windows agent documentation screenshots

Updates the Windows agent screenshots in the documentation with the new design.

refs #6729

5 years agoUpdate Windows Agent design
Michael Insel [Thu, 25 Oct 2018 16:00:10 +0000 (18:00 +0200)]
Update Windows Agent design

This updates the Windows agent design to use the Icinga background
image.

refs #6729

5 years agoMerge pull request #6726 from Icinga/bugfix/ido-debug-log
Michael Friedrich [Wed, 24 Oct 2018 14:11:38 +0000 (16:11 +0200)]
Merge pull request #6726 from Icinga/bugfix/ido-debug-log

Silence the debug log a bit for IDO events

5 years agoMerge pull request #6725 from Icinga/feature/ha-features
Michael Friedrich [Wed, 24 Oct 2018 14:10:00 +0000 (16:10 +0200)]
Merge pull request #6725 from Icinga/feature/ha-features

Enable HA for features: Elasticsearch, Gelf, Graphite, InfluxDB, OpenTSDB, Perfdata

5 years agoSilence the debug log a bit for IDO events 6726/head
Michael Friedrich [Wed, 24 Oct 2018 14:01:57 +0000 (16:01 +0200)]
Silence the debug log a bit for IDO events

They're actually not processed when the feature is paused,
and I have already seen them in user's logs when analysing why
objects are not updated or notifications sent. 'DbEvents' isn't
related to rather 'DB IDO' and is confusing.

5 years agoUpdate technical concepts docs on object authority and HA aware features 6725/head
Michael Friedrich [Wed, 24 Oct 2018 13:47:10 +0000 (15:47 +0200)]
Update technical concepts docs on object authority and HA aware features

This includes are more detailed insight into how object authority calculation
works.

5 years agoUpdate docs for HA-aware features
Michael Friedrich [Wed, 24 Oct 2018 12:22:09 +0000 (14:22 +0200)]
Update docs for HA-aware features

5 years agoImplement HA functionality for Perfdata feature
Michael Friedrich [Wed, 24 Oct 2018 12:07:36 +0000 (14:07 +0200)]
Implement HA functionality for Perfdata feature

5 years agoImplement HA functionality for OpenTsdb feature
Michael Friedrich [Wed, 24 Oct 2018 11:55:19 +0000 (13:55 +0200)]
Implement HA functionality for OpenTsdb feature

5 years agoImplement HA functionality for Gelf feature
Michael Friedrich [Wed, 24 Oct 2018 11:43:38 +0000 (13:43 +0200)]
Implement HA functionality for Gelf feature

5 years agoImplement HA functionality for InfluxDB feature
Michael Friedrich [Wed, 24 Oct 2018 11:38:06 +0000 (13:38 +0200)]
Implement HA functionality for InfluxDB feature

5 years agoImplement HA functionality for Graphite feature
Michael Friedrich [Wed, 24 Oct 2018 11:29:27 +0000 (13:29 +0200)]
Implement HA functionality for Graphite feature

5 years agoImplement HA functionality for Elasticsearch feature
Michael Friedrich [Wed, 24 Oct 2018 11:20:03 +0000 (13:20 +0200)]
Implement HA functionality for Elasticsearch feature

5 years agoRevert code from icinga.com update
Michael Friedrich [Wed, 24 Oct 2018 10:32:36 +0000 (12:32 +0200)]
Revert code from icinga.com update

5 years agoMerge pull request #6717 from Icinga/bugfix/api-downtimes-child-options
Michael Friedrich [Wed, 24 Oct 2018 09:54:24 +0000 (11:54 +0200)]
Merge pull request #6717 from Icinga/bugfix/api-downtimes-child-options

Improve error handling for invalid child_options for API downtime actions

5 years agoMerge pull request #6719 from Icinga/fix/finished-reconnect-message
Michael Friedrich [Wed, 24 Oct 2018 09:51:34 +0000 (11:51 +0200)]
Merge pull request #6719 from Icinga/fix/finished-reconnect-message

Do not send 'finished reconnecting...' if failed

5 years agoMerge pull request #6718 from Icinga/bugfix/ssl-shutdown
Michael Friedrich [Wed, 24 Oct 2018 09:46:32 +0000 (11:46 +0200)]
Merge pull request #6718 from Icinga/bugfix/ssl-shutdown

Call SSL_shutdown() at least twice

5 years agoMerge pull request #6662 from Icinga/bugfix/keep-http-connection-open-until-stream-eof
Michael Friedrich [Wed, 24 Oct 2018 09:31:06 +0000 (11:31 +0200)]
Merge pull request #6662 from Icinga/bugfix/keep-http-connection-open-until-stream-eof

Keep the HTTP server connection open until the stream is EOF

5 years agoImprove error handling for invalid child_options for API downtime actions 6717/head
Michael Friedrich [Wed, 24 Oct 2018 09:00:24 +0000 (11:00 +0200)]
Improve error handling for invalid child_options for API downtime actions

fixes #6712

5 years agoMerge pull request #6667 from Icinga/feature/dependency-recursion-limit
Michael Friedrich [Wed, 24 Oct 2018 08:30:46 +0000 (10:30 +0200)]
Merge pull request #6667 from Icinga/feature/dependency-recursion-limit

Increase dependency recursion limit to 256

5 years agoIncrease dependency recursion limit to 256 6667/head
Michael Friedrich [Wed, 10 Oct 2018 09:43:11 +0000 (11:43 +0200)]
Increase dependency recursion limit to 256

fixes #5762

5 years agoMerge pull request #6713 from Icinga/bugfix/typo
Michael Friedrich [Tue, 23 Oct 2018 12:00:18 +0000 (14:00 +0200)]
Merge pull request #6713 from Icinga/bugfix/typo

Fix typo

5 years agoMerge pull request #6714 from Icinga/feature/docs-upgrading-packages
Michael Friedrich [Tue, 23 Oct 2018 11:57:38 +0000 (13:57 +0200)]
Merge pull request #6714 from Icinga/feature/docs-upgrading-packages

Docs: Add package related changes to the upgrading docs

5 years agoDocs: Add package related changes to the upgrading docs 6714/head
Michael Friedrich [Mon, 22 Oct 2018 14:18:21 +0000 (16:18 +0200)]
Docs: Add package related changes to the upgrading docs

5 years agoFix typo 6713/head
Jean Flach [Mon, 22 Oct 2018 12:19:16 +0000 (14:19 +0200)]
Fix typo

5 years ago Fix the Icinga2 version check for versions with more than 5 characters
Max Rosin [Fri, 19 Oct 2018 13:37:32 +0000 (15:37 +0200)]
 Fix the Icinga2 version check for versions with more than 5 characters

The previous implementation assumed that every version number will have
5 characters. With the release of 2.10.0 this does not work anymore.
The new implementation extracts everything from the second character to
the first dash. This should work as long as the version string is in a
format like 'v2.10.1-8-gaebe6da'.

fixes Icinga#6703

5 years agoMerge pull request #6707 from Icinga/bugfix/compat-objects-path
Michael Friedrich [Fri, 19 Oct 2018 10:30:53 +0000 (12:30 +0200)]
Merge pull request #6707 from Icinga/bugfix/compat-objects-path

Fix regression for wrong objects.cache path overwriting icinga2.debug file

5 years agoMerge pull request #6708 from Icinga/bugfix/docs-alpine-repos
Michael Friedrich [Fri, 19 Oct 2018 10:30:34 +0000 (12:30 +0200)]
Merge pull request #6708 from Icinga/bugfix/docs-alpine-repos

Docs: Alpine needs 'edge/main' repository too

5 years agoMerge pull request #6704 from efuss/fix/scheduleddowntime1
Michael Friedrich [Fri, 19 Oct 2018 10:29:51 +0000 (12:29 +0200)]
Merge pull request #6704 from efuss/fix/scheduleddowntime1

Put newly configured already running ScheduledDowntime immediately in effect

5 years agoDocs: Alpine needs 'edge/main' repository too 6708/head
Michael Friedrich [Fri, 19 Oct 2018 10:01:58 +0000 (12:01 +0200)]
Docs: Alpine needs 'edge/main' repository too

5 years agoFix regression for wrong objects.cache path overwriting icinga2.debug file 6707/head
Michael Friedrich [Fri, 19 Oct 2018 08:42:54 +0000 (10:42 +0200)]
Fix regression for wrong objects.cache path overwriting icinga2.debug file

The 'statusdata' feature is deprecated, although it affects 'object list'.

fixes #6705

5 years agoPut running downtimes in effect 6704/head
Edgar Fuß [Thu, 18 Oct 2018 16:42:21 +0000 (18:42 +0200)]
Put running downtimes in effect

If Icinga2 was restarted with a newly configured downtime that should
be in effect at the time of restart, the should-be-running segment of
it was not put into effect.

Add new LegacyTimePeriod::FindRunningSegment() and
ScheduledDowntime::FindRunningSegment() functions, call the latter in
ScheduledDowntime::CreateNextDowntime() before trying the old
ScheduledDowntime::FindNextSegment().

5 years agoRemove spurious string in debug message
Edgar Fuß [Thu, 18 Oct 2018 16:35:14 +0000 (18:35 +0200)]
Remove spurious string in debug message

Remove a spurious " at " in the "Evaluating segment" debug message in ScheduledDowntime::FindNextSegment().

5 years agoRemove dead code
Edgar Fuß [Thu, 18 Oct 2018 16:09:20 +0000 (18:09 +0200)]
Remove dead code

Remove some dead code in ScheduledDowntime::CreateNextDowntime().

5 years agoRelease version 2.10.1 v2.10.1
Michael Friedrich [Thu, 18 Oct 2018 09:31:02 +0000 (11:31 +0200)]
Release version 2.10.1

5 years agoMerge pull request #6701 from Icinga/feature/readme-github-tag
Michael Friedrich [Thu, 18 Oct 2018 09:06:57 +0000 (11:06 +0200)]
Merge pull request #6701 from Icinga/feature/readme-github-tag

Add GitHub release tag to README

5 years agoAdd GitHub release tag to README 6701/head
Michael Friedrich [Thu, 18 Oct 2018 09:06:04 +0000 (11:06 +0200)]
Add GitHub release tag to README

5 years agoMerge pull request #6700 from Icinga/feature/docs-addons
Michael Friedrich [Thu, 18 Oct 2018 08:40:17 +0000 (10:40 +0200)]
Merge pull request #6700 from Icinga/feature/docs-addons

Enhance the addon chapter in the docs

5 years agoEnhance the addon chapter in the docs 6700/head
Michael Friedrich [Thu, 18 Oct 2018 08:38:11 +0000 (10:38 +0200)]
Enhance the addon chapter in the docs

5 years agoMerge pull request #6699 from Icinga/feature/update-icinga-com
Michael Friedrich [Thu, 18 Oct 2018 08:19:50 +0000 (10:19 +0200)]
Merge pull request #6699 from Icinga/feature/update-icinga-com

Update to https://icinga.com/

5 years agoDocs: Use the correct URLs in various places 6699/head
Michael Friedrich [Thu, 18 Oct 2018 07:59:33 +0000 (09:59 +0200)]
Docs: Use the correct URLs in various places

5 years agoicinga.com: Update everything else
Michael Friedrich [Thu, 18 Oct 2018 07:50:53 +0000 (09:50 +0200)]
icinga.com: Update everything else

5 years agoicinga.com: Update test and tools
Michael Friedrich [Thu, 18 Oct 2018 07:45:36 +0000 (09:45 +0200)]
icinga.com: Update test and tools

5 years agoicinga.com: Update '*.sql'
Michael Friedrich [Thu, 18 Oct 2018 07:41:54 +0000 (09:41 +0200)]
icinga.com: Update '*.sql'

5 years agoicinga.com: Update icinga-app
Michael Friedrich [Thu, 18 Oct 2018 07:39:34 +0000 (09:39 +0200)]
icinga.com: Update icinga-app

5 years agoicinga.com: Update config files (ITL, etc.)
Michael Friedrich [Thu, 18 Oct 2018 07:36:22 +0000 (09:36 +0200)]
icinga.com: Update config files (ITL, etc.)

5 years agoicinga.com: Update CMakeLists.txt
Michael Friedrich [Thu, 18 Oct 2018 07:35:18 +0000 (09:35 +0200)]
icinga.com: Update CMakeLists.txt

5 years agoicinga.com: Update docs for /community/get-involved -> /community
Michael Friedrich [Thu, 18 Oct 2018 07:32:14 +0000 (09:32 +0200)]
icinga.com: Update docs for /community/get-involved -> /community

5 years agoicinga.com: Update '*.ti'
Michael Friedrich [Thu, 18 Oct 2018 07:30:00 +0000 (09:30 +0200)]
icinga.com: Update '*.ti'

5 years agoicinga.com: Update '*.h'
Michael Friedrich [Thu, 18 Oct 2018 07:29:29 +0000 (09:29 +0200)]
icinga.com: Update '*.h'

5 years agoicinga.com: Update *.{h,c}pp
Michael Friedrich [Thu, 18 Oct 2018 07:27:04 +0000 (09:27 +0200)]
icinga.com: Update *.{h,c}pp

5 years agoMerge pull request #6696 from Icinga/bugfix/remove-default-environment
Michael Friedrich [Wed, 17 Oct 2018 11:01:24 +0000 (13:01 +0200)]
Merge pull request #6696 from Icinga/bugfix/remove-default-environment

Remove default environment, regression from e678fa1aa5

5 years agoRemove default environment, regression from e678fa1aa5 6696/head
Michael Friedrich [Wed, 17 Oct 2018 10:45:13 +0000 (12:45 +0200)]
Remove default environment, regression from e678fa1aa5

refs #6512
fixes #6694

5 years agoMerge pull request #6691 from Icinga/bugfix/reload-signal-handler-dump-state-file
Michael Friedrich [Tue, 16 Oct 2018 12:05:17 +0000 (14:05 +0200)]
Merge pull request #6691 from Icinga/bugfix/reload-signal-handler-dump-state-file

Add missing shutdown/program state dumps for SIGUSR2 reload handler

5 years agoMerge pull request #6690 from jacksgt/patch-1
Michael Friedrich [Tue, 16 Oct 2018 10:42:01 +0000 (12:42 +0200)]
Merge pull request #6690 from jacksgt/patch-1

Extend 09-object-types.md with argument array

5 years agoMerge pull request #6692 from Icinga/feature/docs-release-chocolatey
Michael Friedrich [Tue, 16 Oct 2018 10:40:38 +0000 (12:40 +0200)]
Merge pull request #6692 from Icinga/feature/docs-release-chocolatey

Update release docs for Chocolatey

5 years agoAdd missing shutdown/program state dumps for SIGUSR2 reload handler 6691/head
Michael Friedrich [Tue, 16 Oct 2018 09:54:14 +0000 (11:54 +0200)]
Add missing shutdown/program state dumps for SIGUSR2 reload handler

Credits to @west0rmann finding the issue and providing the initial fix.

fixes #6689
fixes #6592

5 years agoExtend 09-object-types.md with argument array 6690/head
Jack [Tue, 16 Oct 2018 09:40:00 +0000 (11:40 +0200)]
Extend 09-object-types.md with argument array

Add a small snippet demonstrating how to define an argument array instead of a simple string.

5 years agoMerge pull request #6685 from Icinga/bugfix/api-permission-filters
Michael Friedrich [Mon, 15 Oct 2018 15:02:14 +0000 (17:02 +0200)]
Merge pull request #6685 from Icinga/bugfix/api-permission-filters

Fix regression with API permission filters and namespaces in v2.10

5 years agoUpdate release docs for Chocolatey 6692/head
Michael Friedrich [Mon, 15 Oct 2018 14:27:25 +0000 (16:27 +0200)]
Update release docs for Chocolatey

refs #6683

5 years agoFix regression with API permission filters and namespaces in v2.10 6685/head
Michael Friedrich [Mon, 15 Oct 2018 09:44:28 +0000 (11:44 +0200)]
Fix regression with API permission filters and namespaces in v2.10

fixes #6682

5 years agoMerge pull request #6679 from Icinga/bugfix/initialize-initrundir-constant-on-windows
Michael Friedrich [Mon, 15 Oct 2018 07:38:35 +0000 (09:38 +0200)]
Merge pull request #6679 from Icinga/bugfix/initialize-initrundir-constant-on-windows

Initialize Configuration::InitRunDir for Windows and writing the PID file

5 years agoMerge pull request #6681 from sebastic/spelling-errors
Michael Friedrich [Mon, 15 Oct 2018 07:30:16 +0000 (09:30 +0200)]
Merge pull request #6681 from sebastic/spelling-errors

Fix spelling errors.

5 years agoInitialize Configuration::InitRunDir for Windows and writing the PID file 6679/head
Michael Friedrich [Fri, 12 Oct 2018 14:18:55 +0000 (16:18 +0200)]
Initialize Configuration::InitRunDir for Windows and writing the PID file

Even if this some Unix specific stuff, we rely on writing this file
in our generic application code. Therefore its path needs to be specified.

This got broken with 9fbc406 which renamed RunDir to InitRunDir, but
didn't re-add it to the Windows #ifdefs.

fixes #6677

5 years agoFix spelling errors. 6681/head
Bas Couwenberg [Mon, 15 Oct 2018 06:56:18 +0000 (08:56 +0200)]
Fix spelling errors.

 compatiblity -> compatibility

5 years agoMerge pull request #6674 from Icinga/feature/docs-distributed-zones-endpoints
Michael Friedrich [Fri, 12 Oct 2018 08:53:36 +0000 (10:53 +0200)]
Merge pull request #6674 from Icinga/feature/docs-distributed-zones-endpoints

Add a note to the docs on >2 endpoints in a zone

5 years agoAdd a note to the docs on >2 endpoints in a zone 6674/head
Michael Friedrich [Fri, 12 Oct 2018 08:49:03 +0000 (10:49 +0200)]
Add a note to the docs on >2 endpoints in a zone

This is missing, I cannot remember how it went away.
Questions are coming frequently recently.

5 years agoMerge pull request #6673 from Icinga/feature/release-docs
Michael Friedrich [Fri, 12 Oct 2018 08:22:21 +0000 (10:22 +0200)]
Merge pull request #6673 from Icinga/feature/release-docs

Update RELEASE docs

5 years agoMerge pull request #6672 from dupondje/zone_upgrade_docs
Michael Friedrich [Fri, 12 Oct 2018 08:10:35 +0000 (10:10 +0200)]
Merge pull request #6672 from dupondje/zone_upgrade_docs

Extend upgrade docs

5 years agoUpdate RELEASE docs 6673/head
Michael Friedrich [Fri, 12 Oct 2018 08:08:28 +0000 (10:08 +0200)]
Update RELEASE docs

- GH Milestone prior to changelog script run
- Branching for package repos
- Infos for updating the online docs with Puppet
- Example for Debian Stretch package tests with Docker
- Drop Google+ URL

5 years agoExtend upgrade docs 6672/head
Jean-Louis Dupond [Fri, 12 Oct 2018 08:05:20 +0000 (10:05 +0200)]
Extend upgrade docs

5 years agoRelease version 2.10.0 v2.10.0
Michael Friedrich [Thu, 11 Oct 2018 12:01:05 +0000 (14:01 +0200)]
Release version 2.10.0

5 years agoMerge pull request #6669 from Icinga/feature/no-errors-with-indexer-access-in-namespaces
Michael Friedrich [Thu, 11 Oct 2018 11:21:11 +0000 (13:21 +0200)]
Merge pull request #6669 from Icinga/feature/no-errors-with-indexer-access-in-namespaces

Don't throw an error when namespace indexers don't find a valid key

5 years agoMerge pull request #6670 from Icinga/feature/docs-technical-concepts-config-compiler
Michael Friedrich [Thu, 11 Oct 2018 11:20:51 +0000 (13:20 +0200)]
Merge pull request #6670 from Icinga/feature/docs-technical-concepts-config-compiler

Add technical concepts for the config compiler and daemon CLI command

5 years agoAdd technical concepts for the config compiler and daemon CLI command 6670/head
Michael Friedrich [Thu, 11 Oct 2018 10:59:24 +0000 (12:59 +0200)]
Add technical concepts for the config compiler and daemon CLI command

refs #6589

5 years agoDon't throw an error when namespace indexers don't find a valid key 6669/head
Michael Friedrich [Thu, 11 Oct 2018 10:42:56 +0000 (12:42 +0200)]
Don't throw an error when namespace indexers don't find a valid key

Examples:

```
globals["abc"]
globals.def
```

The patch for the Icinga Director unfortunately only solves the
master, and as discussed with @lippserd we need to ensure that
satellites and clients with 2.10 can be restarted without any errors
from deployed configuration.

refs #6509
refs icinga/icingaweb2-module-director#1654

5 years agoMerge pull request #6668 from Icinga/feature/enhance-vim-syntax-highlighting
Michael Friedrich [Wed, 10 Oct 2018 13:57:33 +0000 (15:57 +0200)]
Merge pull request #6668 from Icinga/feature/enhance-vim-syntax-highlighting

Enhance vim syntax highlighting for 2.10

5 years agoEnhance vim syntax highlighting for 2.10 6668/head
Michael Friedrich [Wed, 10 Oct 2018 13:20:56 +0000 (15:20 +0200)]
Enhance vim syntax highlighting for 2.10

- object types (and 'host' inside apply) are now green again
- special underlined macro highlighting
- add missing object types, attributes and constants
- add new constants and namespaces/references for 2.10
- Large refactoring into sub matches

I don't use nano, so we need a nano hero to incorporate
these changes here into their syntax highlighting file :)

refs #5683

5 years agoMerge pull request #6665 from stblassitude/master
Michael Friedrich [Wed, 10 Oct 2018 07:11:43 +0000 (09:11 +0200)]
Merge pull request #6665 from stblassitude/master

Make the two modes of check_http more obvious.

5 years agoMake the two modes of check_http more obvious. 6665/head
Stefan Bethke [Tue, 9 Oct 2018 22:52:59 +0000 (00:52 +0200)]
Make the two modes of check_http more obvious.

See https://github.com/monitoring-plugins/monitoring-plugins/issues/1553

5 years agoMerge pull request #6664 from Icinga/bugfix/daemonize-socketeventengine-threads
Michael Friedrich [Tue, 9 Oct 2018 18:00:00 +0000 (20:00 +0200)]
Merge pull request #6664 from Icinga/bugfix/daemonize-socketeventengine-threads

Revert "Initialize Socket Event Engine on application startup"

5 years agoRevert "Initialize Socket Event Engine on application startup" 6664/head
Michael Friedrich [Tue, 9 Oct 2018 17:38:29 +0000 (19:38 +0200)]
Revert "Initialize Socket Event Engine on application startup"

This reverts commit c8dcd1297f6d0be8685c5a3079e40fc44e779add.

We cannot do this during application startup, since Daemonize()
kills the threads again.

refs #6514
refs #6630

5 years agoMerge pull request #6663 from Icinga/feature/silence-logging-runtime-object-creation
Michael Friedrich [Tue, 9 Oct 2018 15:10:21 +0000 (17:10 +0200)]
Merge pull request #6663 from Icinga/feature/silence-logging-runtime-object-creation

Silence config compiler logging for runtime created objects

5 years agoSilence config compiler logging for runtime created objects 6663/head
Michael Friedrich [Tue, 9 Oct 2018 14:41:17 +0000 (16:41 +0200)]
Silence config compiler logging for runtime created objects

This is especially problematic with many single creation requests,
e.g. many downtimes created via Icinga Web 2 & the REST API.

In addition to the config compiler messages, apply rule matches are
also in there which are removed by this patch.

5 years agoKeep the HTTP server connection open until the stream is EOF 6662/head
Michael Friedrich [Tue, 9 Oct 2018 14:01:43 +0000 (16:01 +0200)]
Keep the HTTP server connection open until the stream is EOF

fixes #4968

5 years agoMerge pull request #6661 from Icinga/bugfix/cache-http-peer-address
Michael Friedrich [Tue, 9 Oct 2018 14:00:27 +0000 (16:00 +0200)]
Merge pull request #6661 from Icinga/bugfix/cache-http-peer-address

Cache the peer address in the HTTP server

5 years agoCache the peer address in the HTTP server 6661/head
Michael Friedrich [Tue, 9 Oct 2018 13:40:16 +0000 (15:40 +0200)]
Cache the peer address in the HTTP server

Later socket calls are expensive and might lead
into a race condition on close when logging it.

refs #6655

5 years agoMerge pull request #6658 from Icinga/bugfix/api-connection-close-req-by-client
Michael Friedrich [Tue, 9 Oct 2018 11:49:22 +0000 (13:49 +0200)]
Merge pull request #6658 from Icinga/bugfix/api-connection-close-req-by-client

Ensure that HTTP/1.0 or 'Connection: close' headers are properly disconnecting the client

5 years agoMerge pull request #6657 from Icinga/feature/api-debug-log-request-body
Michael Friedrich [Tue, 9 Oct 2018 11:29:00 +0000 (13:29 +0200)]
Merge pull request #6657 from Icinga/feature/api-debug-log-request-body

Enable the HTTP request body debug log entry for release builds

5 years agoEnsure that HTTP/1.0 or Connection: close headers are properly disconnecting the... 6658/head
Michael Friedrich [Tue, 9 Oct 2018 11:23:23 +0000 (13:23 +0200)]
Ensure that HTTP/1.0 or Connection: close headers are properly disconnecting the client

Test results: https://github.com/Icinga/icinga2/issues/6514#issuecomment-428155731

fixes #6514

5 years agoEnable the HTTP request body debug log entry for release builds 6657/head
Michael Friedrich [Tue, 9 Oct 2018 10:55:53 +0000 (12:55 +0200)]
Enable the HTTP request body debug log entry for release builds

fixes #4282