]> granicus.if.org Git - icinga2/log
icinga2
4 years agoRelease version 2.9.3 support/2.9 v2.9.3
Michael Friedrich [Tue, 30 Jul 2019 12:50:50 +0000 (14:50 +0200)]
Release version 2.9.3

4 years agoFix el7 not loading ECDHE cipher suites
Michael Friedrich [Tue, 30 Jul 2019 07:43:14 +0000 (09:43 +0200)]
Fix el7 not loading ECDHE cipher suites

This is a combined patch from git master for 2.10 and before.

refs #7247
refs #7366

(cherry picked from commit cbd0731578beb887a47128b0e1273d092d5d0a16)

5 years agoRefactor conditions and add debug log messages for future crs and skipped crs
Michael Friedrich [Fri, 8 Feb 2019 12:32:13 +0000 (13:32 +0100)]
Refactor conditions and add debug log messages for future crs and skipped crs

(cherry picked from commit d1fb1a8eda05018c5f665fceeb52569e243a7b65)

5 years agoFix checkresults from the future breaking checks
Jean Flach [Fri, 11 Jan 2019 15:16:45 +0000 (16:16 +0100)]
Fix checkresults from the future breaking checks

(cherry picked from commit c97f3c80f550320abcbc3bcbaa0a3673c2091c34)

5 years agoDB IDO: Don't enqueue queries when the feature is paused (HA)
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

(cherry picked from commit 0046dcad7b349b13757c48a32027e8a352ee3413)

5 years agoRelease version 2.9.2 v2.9.2
Michael Friedrich [Tue, 25 Sep 2018 15:29:23 +0000 (17:29 +0200)]
Release version 2.9.2

5 years agoUpdate variable names
Jean Flach [Wed, 22 Aug 2018 13:12:47 +0000 (15:12 +0200)]
Update variable names

refs #6568

5 years agoEnsure that config object types are committed in dependent load order
Markus Frosch [Thu, 9 Aug 2018 09:55:20 +0000 (11:55 +0200)]
Ensure that config object types are committed in dependent load order

refs #6568

5 years agoShuffle items before config validation
Jean Flach [Fri, 31 Aug 2018 11:11:50 +0000 (13:11 +0200)]
Shuffle items before config validation

refs #6581

5 years agoFix crash on API queries with Fedora 28 hardening and GCC 8
Michael Friedrich [Wed, 5 Sep 2018 18:42:55 +0000 (20:42 +0200)]
Fix crash on API queries with Fedora 28 hardening and GCC 8

The actual fix is to handle nullptr references differently
for an empty filter expression. The other changes include
oob checks not necesarily involved.

fixes #6533
refs #6596

5 years agoUpdate workaround for custom vars
Jean Flach [Tue, 4 Sep 2018 11:33:48 +0000 (13:33 +0200)]
Update workaround for custom vars

This updates #6572 which did not work

refs #6590

5 years agoAdd note about workaround for broken custom vars
Jean Flach [Fri, 24 Aug 2018 09:03:29 +0000 (11:03 +0200)]
Add note about workaround for broken custom vars

refs #6572

5 years agoImprove error logging for match/regex/cidr_match functions and unsupported dictionary...
Michael Friedrich [Fri, 27 Jul 2018 14:34:50 +0000 (16:34 +0200)]
Improve error logging for match/regex/cidr_match functions and unsupported dictionary usage

fixes #6442
refs #6497

5 years agoImprove TLS handshake exception logging
Noah Hilverling [Thu, 6 Sep 2018 13:58:42 +0000 (15:58 +0200)]
Improve TLS handshake exception logging

refs #6602

5 years agoOnly check lag if connected
Christopher Schirner [Tue, 31 Jul 2018 08:41:14 +0000 (10:41 +0200)]
Only check lag if connected

refs #6505

5 years agoInvert connected check
Christopher Schirner [Tue, 31 Jul 2018 08:40:54 +0000 (10:40 +0200)]
Invert connected check

refs #6505

5 years agoFix regression with MatchAny false conditions on match/regex/cidr_match
Michael Friedrich [Fri, 27 Jul 2018 14:55:37 +0000 (16:55 +0200)]
Fix regression with MatchAny false conditions on match/regex/cidr_match

fixes #6496

refs #6498

5 years agoRelease version 2.9.1 v2.9.1
Michael Friedrich [Tue, 24 Jul 2018 10:48:12 +0000 (12:48 +0200)]
Release version 2.9.1

5 years agoMerge pull request #6470 from sebastic/spelling-errors
Michael Friedrich [Mon, 23 Jul 2018 15:59:45 +0000 (17:59 +0200)]
Merge pull request #6470 from sebastic/spelling-errors

Fix spelling errors.

5 years agoMerge pull request #6467 from Icinga/bugfix/test-runner-does-not-clean-up-6461
Michael Friedrich [Mon, 23 Jul 2018 09:35:48 +0000 (11:35 +0200)]
Merge pull request #6467 from Icinga/bugfix/test-runner-does-not-clean-up-6461

Start and stop the timer thread lazily

5 years agoFix spelling errors. 6470/head
Bas Couwenberg [Sat, 21 Jul 2018 08:38:09 +0000 (10:38 +0200)]
Fix spelling errors.

 * occured -> occurred
 * dosen't -> doesn't

5 years agoStart and stop the timer thread lazily 6467/head
Alexander A. Klimov [Fri, 20 Jul 2018 13:36:15 +0000 (15:36 +0200)]
Start and stop the timer thread lazily

refs #6461

5 years agoMerge pull request #6457 from Icinga/bugfix/daemonize-timer-6445
Michael Friedrich [Thu, 19 Jul 2018 11:45:53 +0000 (13:45 +0200)]
Merge pull request #6457 from Icinga/bugfix/daemonize-timer-6445

Ensure that timer thread is initialized after Daemonize()

5 years agoAdd debug logging for daemonize/timers 6457/head
Michael Friedrich [Thu, 19 Jul 2018 11:34:12 +0000 (13:34 +0200)]
Add debug logging for daemonize/timers

The previous commit is 1:1 the same I've implemented
here already. Great teamwork with Alex :)

refs #6445

5 years agoRe-introduce Timer::Initialize()
Alexander A. Klimov [Thu, 19 Jul 2018 10:49:27 +0000 (12:49 +0200)]
Re-introduce Timer::Initialize()

refs #6445

5 years agoSELinux: allow systemd notify
Dirk Goetz [Wed, 18 Jul 2018 06:49:24 +0000 (06:49 +0000)]
SELinux: allow systemd notify

fixes #6443

5 years agoMerge pull request #6451 from Icinga/fix/initscripts
Michael Friedrich [Wed, 18 Jul 2018 12:08:13 +0000 (14:08 +0200)]
Merge pull request #6451 from Icinga/fix/initscripts

Fix initscripts

5 years agoLoad functions first 6451/head
Jean Flach [Wed, 18 Jul 2018 11:36:37 +0000 (13:36 +0200)]
Load functions first

refs #6449

5 years agoUse . instead of source
Jean Flach [Wed, 18 Jul 2018 11:35:27 +0000 (13:35 +0200)]
Use . instead of source

fixes #6450

5 years agoMerge pull request #6444 from dgoetz/fix/selinux-systemd-notify-6443
Michael Friedrich [Wed, 18 Jul 2018 07:26:15 +0000 (09:26 +0200)]
Merge pull request #6444 from dgoetz/fix/selinux-systemd-notify-6443

SELinux: allow systemd notify

5 years agoSELinux: allow systemd notify 6444/head
Dirk Goetz [Wed, 18 Jul 2018 06:49:24 +0000 (06:49 +0000)]
SELinux: allow systemd notify

fixes #6443

5 years agoRelease version 2.9.0 v2.9.0
Michael Friedrich [Tue, 17 Jul 2018 12:27:32 +0000 (14:27 +0200)]
Release version 2.9.0

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
5 years agoMerge pull request #6439 from Icinga/bugfix/systemd-safe-reload-sysconfig
Michael Friedrich [Tue, 17 Jul 2018 12:13:51 +0000 (14:13 +0200)]
Merge pull request #6439 from Icinga/bugfix/systemd-safe-reload-sysconfig

Revert "Fix obsolete parameter in Systemd script"

5 years agoRevert "Fix obsolete parameter in Systemd script" 6439/head
Michael Friedrich [Tue, 17 Jul 2018 07:59:59 +0000 (09:59 +0200)]
Revert "Fix obsolete parameter in Systemd script"

This reverts commit 592fb22c7fe4d291e630a2b6126312d088ce60d7.

We have the problem that Systemd doesn't expand shell variables
into our environment.

During the upgrade cycle this would maybe render a wrong PID file
location, thus resulting in wrong 'safe-reload' behaviour.

This is only for a clean upgrade path from 2.8.x to 2.9.0,
the proper fix is to ensure that the sysconfig file is empty
and keep our own defaults, or modified from the user.

refs #6434

5 years agoUpdate AUTHORS
Michael Friedrich [Mon, 16 Jul 2018 15:00:39 +0000 (17:00 +0200)]
Update AUTHORS

5 years agoMerge pull request #6436 from Icinga/bugfix/docs-update-tested-elasticsearch-version
Michael Friedrich [Mon, 16 Jul 2018 14:45:57 +0000 (16:45 +0200)]
Merge pull request #6436 from Icinga/bugfix/docs-update-tested-elasticsearch-version

Update tested Elasticsearch version

5 years agoUpdate tested Elasticsearch version 6436/head
Michael Friedrich [Mon, 16 Jul 2018 14:44:47 +0000 (16:44 +0200)]
Update tested Elasticsearch version

5 years agoMerge pull request #6435 from Icinga/bugfix/docs-upgrading-sysconfig-systemd
Michael Friedrich [Mon, 16 Jul 2018 12:25:12 +0000 (14:25 +0200)]
Merge pull request #6435 from Icinga/bugfix/docs-upgrading-sysconfig-systemd

Add note on sysconfig shell variables for Systemd to the Upgrading docs

5 years agoAdd note on sysconfig shell variables for Systemd to the Upgrading docs 6435/head
Michael Friedrich [Mon, 16 Jul 2018 12:22:07 +0000 (14:22 +0200)]
Add note on sysconfig shell variables for Systemd to the Upgrading docs

refs #6434

5 years agoMerge pull request #6433 from magnusbaeck/fix/basics-docs-typos
Michael Friedrich [Mon, 16 Jul 2018 07:41:38 +0000 (09:41 +0200)]
Merge pull request #6433 from magnusbaeck/fix/basics-docs-typos

Docs: Fix typos in 03-monitoring-basics.md

5 years agoDocs: Fix typos in 03-monitoring-basics.md 6433/head
Magnus Bäck [Sat, 14 Jul 2018 18:29:53 +0000 (20:29 +0200)]
Docs: Fix typos in 03-monitoring-basics.md

5 years agoMerge pull request #6429 from Icinga/bugfix/api-log-spam-6428
Michael Friedrich [Mon, 9 Jul 2018 14:58:51 +0000 (16:58 +0200)]
Merge pull request #6429 from Icinga/bugfix/api-log-spam-6428

Make HttpServerConnection#m_DataHandlerMutex a boost::recursive_mutex

5 years agoMake HttpServerConnection#m_DataHandlerMutex a boost::recursive_mutex 6429/head
Alexander A. Klimov [Mon, 9 Jul 2018 12:40:32 +0000 (14:40 +0200)]
Make HttpServerConnection#m_DataHandlerMutex a boost::recursive_mutex

refs #6428

5 years agoMerge pull request #6426 from Icinga/feature/doc-upgrading-2-9
Michael Friedrich [Wed, 4 Jul 2018 08:58:31 +0000 (10:58 +0200)]
Merge pull request #6426 from Icinga/feature/doc-upgrading-2-9

Update 'Upgrading to 2.9' docs

5 years agoUpdate 'Upgrading to 2.9' docs 6426/head
Michael Friedrich [Wed, 4 Jul 2018 07:55:19 +0000 (09:55 +0200)]
Update 'Upgrading to 2.9' docs

5 years agoMerge pull request #6423 from Icinga/fix/scheduler-checks-too-often
Michael Friedrich [Mon, 2 Jul 2018 15:08:47 +0000 (17:08 +0200)]
Merge pull request #6423 from Icinga/fix/scheduler-checks-too-often

Fix missing next check update causing the scheduler to execute checks too often

5 years agoFix missing next check update causing the scheduler to execute checks too often 6423/head
Michael Friedrich [Mon, 2 Jul 2018 14:17:53 +0000 (16:17 +0200)]
Fix missing next check update causing the scheduler to execute checks too often

Regression from #6217, only in git master.

fixes #6421

5 years agoAdd more debug logging for check scheduling
Michael Friedrich [Mon, 2 Jul 2018 14:17:33 +0000 (16:17 +0200)]
Add more debug logging for check scheduling

5 years agoMerge pull request #6348 from Mikesch-mp/itl_db2_health
Michael Friedrich [Thu, 28 Jun 2018 12:40:53 +0000 (14:40 +0200)]
Merge pull request #6348 from Mikesch-mp/itl_db2_health

Fix for catalogued locally databases. Fixes #6338

5 years agoIts catalogued not cataloged :) 6348/head
Carsten Koebke [Thu, 28 Jun 2018 05:18:57 +0000 (07:18 +0200)]
Its catalogued not cataloged :)

5 years agoMerge pull request #6389 from Mikesch-mp/itl_nscp-local-tasksched
Michael Friedrich [Wed, 27 Jun 2018 10:47:12 +0000 (12:47 +0200)]
Merge pull request #6389 from Mikesch-mp/itl_nscp-local-tasksched

New ITL command nscp-local-tasksched

5 years agoMerge pull request #6308 from akrus/master
Michael Friedrich [Wed, 27 Jun 2018 10:45:08 +0000 (12:45 +0200)]
Merge pull request #6308 from akrus/master

Update lsi-raid ITL command

5 years agoMerge pull request #6407 from Icinga/fix/win-check-uptime-perfdata-6406
Michael Friedrich [Tue, 26 Jun 2018 12:09:30 +0000 (14:09 +0200)]
Merge pull request #6407 from Icinga/fix/win-check-uptime-perfdata-6406

Fix wrong UOM in check_uptime windows plugin

5 years agoMerge pull request #6412 from Icinga/fix/plugin-output
Michael Friedrich [Tue, 26 Jun 2018 07:54:43 +0000 (09:54 +0200)]
Merge pull request #6412 from Icinga/fix/plugin-output

Fix output formatting in windows plugins

5 years agoFix wrong UOM in check_uptime windows plugin 6407/head
Michael Insel [Fri, 22 Jun 2018 11:01:58 +0000 (13:01 +0200)]
Fix wrong UOM in check_uptime windows plugin

This fixes the usage of unvalid UOM in the check_uptime windows plugin.
The performance data will now provided in seconds.

5 years agoMerge pull request #6411 from Icinga/fix/windows-plugins-perfdata-label-spec
Michael Friedrich [Mon, 25 Jun 2018 14:55:58 +0000 (16:55 +0200)]
Merge pull request #6411 from Icinga/fix/windows-plugins-perfdata-label-spec

Windows: Conform to the Plugin API spec for performance label quoting

5 years agoMerge pull request #6413 from Icinga/fix/lifestatus-docs
Jean Flach [Mon, 25 Jun 2018 11:41:24 +0000 (13:41 +0200)]
Merge pull request #6413 from Icinga/fix/lifestatus-docs

Fix table in Livestatus Filters

5 years agoFix table in Livestatus Filters 6413/head
Jean Flach [Mon, 25 Jun 2018 11:39:59 +0000 (13:39 +0200)]
Fix table in Livestatus Filters

5 years agoFix output formatting in windows plugins 6412/head
Jean Flach [Mon, 25 Jun 2018 09:21:44 +0000 (11:21 +0200)]
Fix output formatting in windows plugins

Adds a newline to check_memory and check_ping now looks up and prints
error messages when host resolution fails.

5 years agoChange wrong text for emptystate 6389/head
Carsten Koebke [Mon, 25 Jun 2018 05:10:35 +0000 (07:10 +0200)]
Change wrong text for emptystate

5 years agoAdd missing docs for nscp-local-tasksched
Carsten Koebke [Mon, 25 Jun 2018 05:05:49 +0000 (07:05 +0200)]
Add missing docs for nscp-local-tasksched

5 years agoMerge pull request #6405 from Icinga/bugfix/windows-reload-behaviour-6378
Michael Friedrich [Fri, 22 Jun 2018 10:25:28 +0000 (12:25 +0200)]
Merge pull request #6405 from Icinga/bugfix/windows-reload-behaviour-6378

TcpSocket#Bind(): reuse socket addresses on Windows, too

5 years agoConform to the Plugin API spec for performance label quoting 6411/head
Michael Friedrich [Fri, 22 Jun 2018 09:12:57 +0000 (11:12 +0200)]
Conform to the Plugin API spec for performance label quoting

Single quotes are allowed, double quotes are not.

5 years agoTcpSocket#Bind(): reuse socket addresses on Windows, too 6405/head
Alexander A. Klimov [Fri, 22 Jun 2018 08:33:31 +0000 (10:33 +0200)]
TcpSocket#Bind(): reuse socket addresses on Windows, too

refs #6378

5 years agoMerge pull request #6403 from Icinga/fix/http-request-crlf
Michael Friedrich [Thu, 21 Jun 2018 15:08:16 +0000 (17:08 +0200)]
Merge pull request #6403 from Icinga/fix/http-request-crlf

Conform to RFC for CRLF in HTTP requests

5 years agoConform to RFC for CRLF in HTTP requests 6403/head
Michael Friedrich [Thu, 21 Jun 2018 14:53:44 +0000 (16:53 +0200)]
Conform to RFC for CRLF in HTTP requests

refs #6242

5 years agoMerge pull request #6402 from Icinga/fix/tls-stream-read-pending
Michael Friedrich [Thu, 21 Jun 2018 14:43:03 +0000 (16:43 +0200)]
Merge pull request #6402 from Icinga/fix/tls-stream-read-pending

Use SSL_pending() for remaining TLS stream data

5 years agoUse SSL_pending() for remaining TLS stream data 6402/head
Michael Friedrich [Tue, 19 Jun 2018 18:27:52 +0000 (20:27 +0200)]
Use SSL_pending() for remaining TLS stream data

We've used this previously, and according to the OpenSSL
docs we should just use it. From our experience everything
done different to the API functions from OpenSSL causes
undefined behaviour in the worst case.

This commit also breaks the packet size limit into a more
readable version, including logs for development debug builds.

refs #6242

5 years agoMerge pull request #6401 from Icinga/fix/elastic-influxdb-writer-connection-error...
Michael Friedrich [Thu, 21 Jun 2018 13:53:33 +0000 (15:53 +0200)]
Merge pull request #6401 from Icinga/fix/elastic-influxdb-writer-connection-error-handling

Fix connection error handling in Elasticsearch and InfluxDB features

5 years agoFix connection error handling in Elasticsearch and InfluxDB features 6401/head
Michael Friedrich [Thu, 21 Jun 2018 13:41:40 +0000 (15:41 +0200)]
Fix connection error handling in Elasticsearch and InfluxDB features

Previously this would just throw the entire exception stack trace
which is not needed here.

fixes #6394

5 years agoMerge pull request #6381 from Icinga/fix/env-sysvinit
Michael Friedrich [Thu, 21 Jun 2018 13:36:10 +0000 (15:36 +0200)]
Merge pull request #6381 from Icinga/fix/env-sysvinit

Fix sysconfig not being handled correctly by sysvinit

5 years agoMerge pull request #6400 from Icinga/feature/nscp-api-debug-logger
Michael Friedrich [Thu, 21 Jun 2018 13:28:24 +0000 (15:28 +0200)]
Merge pull request #6400 from Icinga/feature/nscp-api-debug-logger

Enhance debug logging for check_nscp_api

5 years agoAdd console logger for nscp_api debug mode 6400/head
Michael Friedrich [Tue, 19 Jun 2018 10:46:10 +0000 (12:46 +0200)]
Add console logger for nscp_api debug mode

5 years agoAdd headers to debug output
Michael Friedrich [Tue, 19 Jun 2018 07:03:04 +0000 (09:03 +0200)]
Add headers to debug output

5 years agoMerge pull request #6393 from Icinga/bugfix/elasticsearchwriter-not-writing-6354
Michael Friedrich [Thu, 21 Jun 2018 13:06:21 +0000 (15:06 +0200)]
Merge pull request #6393 from Icinga/bugfix/elasticsearchwriter-not-writing-6354

Stream#ReadLine(): fix false positive buffer underflow indicator

5 years agoMerge pull request #6397 from Icinga/bugfix/sporadic-check_nscp_api-timeouts-6242
Michael Friedrich [Thu, 21 Jun 2018 13:04:55 +0000 (15:04 +0200)]
Merge pull request #6397 from Icinga/bugfix/sporadic-check_nscp_api-timeouts-6242

TlsStream#IsEof(): fix false positive EOF indicator

5 years agoStream#ReadLine(): simplify algorithm 6393/head
Alexander A. Klimov [Wed, 20 Jun 2018 15:28:52 +0000 (17:28 +0200)]
Stream#ReadLine(): simplify algorithm

refs #6354

5 years agoTlsStream#IsEof(): fix false positive EOF indicator 6397/head
Alexander A. Klimov [Wed, 20 Jun 2018 14:55:33 +0000 (16:55 +0200)]
TlsStream#IsEof(): fix false positive EOF indicator

refs #6242

5 years agoStream#ReadLine(): fix false positive buffer underflow indicator
Alexander A. Klimov [Wed, 20 Jun 2018 07:59:18 +0000 (09:59 +0200)]
Stream#ReadLine(): fix false positive buffer underflow indicator

refs #6354

5 years agoMerge pull request #6390 from Icinga/fix/update-windows-wizard-screenshots-in-the...
Michael Friedrich [Tue, 19 Jun 2018 16:04:18 +0000 (18:04 +0200)]
Merge pull request #6390 from Icinga/fix/update-windows-wizard-screenshots-in-the-docs-6286

Docs: Update Windows wizard images

5 years agoMerge pull request #6391 from Icinga/fix/icinga-com-link-docs
Michael Friedrich [Tue, 19 Jun 2018 16:02:17 +0000 (18:02 +0200)]
Merge pull request #6391 from Icinga/fix/icinga-com-link-docs

Docs: Fix icinga.com link

5 years agoDocs: Fix icinga.com link 6391/head
Noah Hilverling [Tue, 19 Jun 2018 14:21:59 +0000 (16:21 +0200)]
Docs: Fix icinga.com link

5 years agoDocs: Add option 'disable conf.d' to windows wizard docs 6390/head
Noah Hilverling [Tue, 19 Jun 2018 13:59:44 +0000 (15:59 +0200)]
Docs: Add option 'disable conf.d' to windows wizard docs

5 years agoDocs: Update Windows wizard images
Noah Hilverling [Tue, 19 Jun 2018 13:26:54 +0000 (15:26 +0200)]
Docs: Update Windows wizard images

5 years agoNew ITL command nscp-local-tasksched
Carsten Koebke [Tue, 19 Jun 2018 13:03:18 +0000 (15:03 +0200)]
New ITL command nscp-local-tasksched

5 years agoMerge pull request #6387 from Icinga/fix/remove-broken-api-user-hash
Michael Friedrich [Tue, 19 Jun 2018 12:26:32 +0000 (14:26 +0200)]
Merge pull request #6387 from Icinga/fix/remove-broken-api-user-hash

Remove ApiUser password_hash functionality

5 years agoRemove ApiUser password_hash functionality 6387/head
Michael Friedrich [Mon, 18 Jun 2018 09:05:56 +0000 (11:05 +0200)]
Remove ApiUser password_hash functionality

This affects and fixes

- Windows reload
- Config validation
- RHEL 7.5 OpenSSL memory corruption
- Hash algorithm, requested changes

refs #6378
refs #6279
refs #6278

5 years agoMerge pull request #6311 from Reamer/timeperiod_bugfix
Noah Hilverling [Tue, 19 Jun 2018 08:29:27 +0000 (10:29 +0200)]
Merge pull request #6311 from Reamer/timeperiod_bugfix

refs #6282

5 years agoMerge pull request #6384 from Icinga/fix/sysconfigfile-warnings-buildfix
Michael Friedrich [Tue, 19 Jun 2018 06:49:24 +0000 (08:49 +0200)]
Merge pull request #6384 from Icinga/fix/sysconfigfile-warnings-buildfix

Remove leftover for sysconfig file parsing

5 years agoRemove leftover for sysconfig file parsing 6384/head
Michael Friedrich [Mon, 18 Jun 2018 17:25:48 +0000 (19:25 +0200)]
Remove leftover for sysconfig file parsing

refs #6255

5 years agoMerge pull request #6383 from Icinga/bugfix/debug-console-sometimes-hangs-6184
Michael Friedrich [Mon, 18 Jun 2018 14:43:40 +0000 (16:43 +0200)]
Merge pull request #6383 from Icinga/bugfix/debug-console-sometimes-hangs-6184

HttpRequest#ParseBody(): indicate success on complete body

5 years agoHttpRequest#ParseBody(): indicate success on complete body 6383/head
Alexander A. Klimov [Mon, 18 Jun 2018 14:02:22 +0000 (16:02 +0200)]
HttpRequest#ParseBody(): indicate success on complete body

refs #6184

5 years agoUpdate sysconfig read 6381/head
Jean Flach [Mon, 18 Jun 2018 08:27:35 +0000 (10:27 +0200)]
Update sysconfig read

5 years agoFix sysconfig not bein handled correctly by sysvinit
Jean Flach [Fri, 15 Jun 2018 15:04:28 +0000 (17:04 +0200)]
Fix sysconfig not bein handled correctly by sysvinit

5 years agoMerge pull request #6368 from Icinga/fix/program-options-parsing-6365
Michael Friedrich [Fri, 15 Jun 2018 14:09:13 +0000 (16:09 +0200)]
Merge pull request #6368 from Icinga/fix/program-options-parsing-6365

Fix program option parsing

5 years agoMerge pull request #6371 from Icinga/bugfix/socket-io-handling-with-http-json-rpc...
Michael Friedrich [Fri, 15 Jun 2018 12:35:48 +0000 (14:35 +0200)]
Merge pull request #6371 from Icinga/bugfix/socket-io-handling-with-http-json-rpc-6361

ApiListener#NewClientHandlerInternal(): Explicitly close the TLS stream on any failure

5 years agoMerge pull request #6377 from Icinga/fix/wq-name
Michael Friedrich [Fri, 15 Jun 2018 12:32:35 +0000 (14:32 +0200)]
Merge pull request #6377 from Icinga/fix/wq-name

Fix missing name for workqueue while creating runtime objects via API

5 years agoMerge pull request #6375 from ekeih/doc/flapping-chapter-typo
Michael Friedrich [Fri, 15 Jun 2018 12:32:17 +0000 (14:32 +0200)]
Merge pull request #6375 from ekeih/doc/flapping-chapter-typo

some minor fixes in the flapping documentation

5 years agoMerge pull request #6374 from Icinga/feature/docs-vmwareapi-timeout
Michael Friedrich [Fri, 15 Jun 2018 12:31:43 +0000 (14:31 +0200)]
Merge pull request #6374 from Icinga/feature/docs-vmwareapi-timeout

Docs: Add an additional note for VMWare timeouts on Ubuntu 16.04 LTS

5 years agoFix missing name for workqueue while creating runtime objects via API 6377/head
Michael Friedrich [Fri, 15 Jun 2018 12:25:03 +0000 (14:25 +0200)]
Fix missing name for workqueue while creating runtime objects via API

fixes #6364