]> granicus.if.org Git - icinga2/log
icinga2
6 years agoDocs: Update freshness checks; add chapter for external check results
Michael Friedrich [Fri, 18 Aug 2017 15:02:43 +0000 (17:02 +0200)]
Docs: Update freshness checks; add chapter for external check results

This also adds a nice example for freshness checks with unknown runtime details.

6 years agoInfluxdbWriter: Log a warning about soon-to-be-removed socket_timeout attribute for...
Michael Friedrich [Thu, 17 Aug 2017 08:33:08 +0000 (10:33 +0200)]
InfluxdbWriter: Log a warning about soon-to-be-removed socket_timeout attribute for 2.7.x

refs #5460
refs #5469
refs #5504

6 years agoFix TLS Race Connecting to InfluxDB
Simon Murray [Mon, 14 Aug 2017 15:20:45 +0000 (16:20 +0100)]
Fix TLS Race Connecting to InfluxDB

Rather than leaving stale connections about we tried to poll for data coming in
from InfluxDB and timeout if it didn't repond in a timely manner.  This introduced
a race where the timeout triggers, a context switch occurs where data is actually
available and the TlsStream spins trying to asynchronously notify that data is
available, but which never gets read.  Not only does this use up 100% of a core,
but it also slowly starves the system of handler threads at which point metrics
stop being delivered.

This basically removes the poll and timeout, any TLS socket erros should be
detected by TCP keep-alives.

Fixes #5460 #5469

refs #5504

6 years agoUpdates the install dependencies for Debian 9 'stretch'
Michael [Wed, 16 Aug 2017 19:37:17 +0000 (21:37 +0200)]
Updates the install dependencies for Debian 9 'stretch'

This updates the dependencies for an installtion on Debian 9 'stretch'. The package libmysqlclient-dev is no longer available on Debian 9, therefore we need to install the (meta) package default-libmysqlclient-dev, which points to libmariadbclient-dev-compat and is compatibl to libmysqlclient-dev.

refs #5516

6 years agoDocs: Fix wrong parameter for ITL CheckCommand nscp_api
Michael Friedrich [Tue, 15 Aug 2017 09:12:13 +0000 (11:12 +0200)]
Docs: Fix wrong parameter for ITL CheckCommand nscp_api

refs #5239

6 years agoNotification scripts: Fix duplicate variable in mail-{host,service}-notification
Michael [Mon, 14 Aug 2017 13:25:19 +0000 (15:25 +0200)]
Notification scripts: Fix duplicate variable in mail-{host,service}-notification

refs #5502

6 years agoNotification scripts: More readable & redundancy cleanup
Christian Gut [Mon, 7 Aug 2017 13:55:17 +0000 (15:55 +0200)]
Notification scripts: More readable & redundancy cleanup

refs #5468

6 years agoUpdate documentation for optional arguments and add old updated command config
Michael Friedrich [Mon, 14 Aug 2017 15:09:44 +0000 (17:09 +0200)]
Update documentation for optional arguments and add old updated command config

See https://www.icinga.com/docs/icinga2/latest/doc/03-monitoring-basics/#notification-commands-in-27

refs #5474

6 years agoNotification scripts: Make the `-4` parameter optional
pv2b [Tue, 8 Aug 2017 09:39:30 +0000 (11:39 +0200)]
Notification scripts: Make the `-4` parameter optional

Not all hosts may have the `address` attribute set, or just use
`address6` instead.

refs #5474

6 years agoSELinux: fixes for 2.7.0
Dirk Goetz [Mon, 14 Aug 2017 11:48:08 +0000 (11:48 +0000)]
SELinux: fixes for 2.7.0

allow Icinga2 to connect to its own API
allow execution of hostname for notification plugin

refs #5479

refs #5501

6 years agoDocs: Update examples for match/regex/cidr_match and mode for arrays (Match{All,Any})
Michael Friedrich [Fri, 11 Aug 2017 13:02:41 +0000 (15:02 +0200)]
Docs: Update examples for match/regex/cidr_match and mode for arrays (Match{All,Any})

refs #5480

refs #5496

6 years agoDocs: Add instructions for Alpine Linux
Francesco Colista [Thu, 10 Aug 2017 13:29:22 +0000 (15:29 +0200)]
Docs: Add instructions for Alpine Linux

refs #5491

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
6 years agoDocs: Add section for multiple template imports
Michael Friedrich [Fri, 11 Aug 2017 10:47:40 +0000 (12:47 +0200)]
Docs: Add section for multiple template imports

refs #5494

6 years agoDocs: Enhance Troubleshooting with nscp-local, check_source, wrong thresholds
Michael Friedrich [Wed, 9 Aug 2017 18:49:40 +0000 (20:49 +0200)]
Docs: Enhance Troubleshooting with nscp-local, check_source, wrong thresholds

refs #5487

6 years agoFix config validation for DB IDO categories 'DbCatEverything'
Michael Friedrich [Wed, 9 Aug 2017 14:30:01 +0000 (16:30 +0200)]
Fix config validation for DB IDO categories 'DbCatEverything'

refs #5238

refs #5483

6 years agoSystemd: Add DefaultTasksMax=infinity to service file
Michael Friedrich [Tue, 8 Aug 2017 14:11:40 +0000 (16:11 +0200)]
Systemd: Add DefaultTasksMax=infinity to service file

This solves the problem with Systemd >= 226 and fork errors with
Icinga 2. Seen on SLES 11 SP2.

fixes #4918

refs #5477

6 years agoDocs: Fix ITL chapter TOC; add introduction with mini TOC
Michael Friedrich [Tue, 8 Aug 2017 12:36:56 +0000 (14:36 +0200)]
Docs: Fix ITL chapter TOC; add introduction with mini TOC

fixes #5428

refs #5476

6 years agoFix missing code block in the docs
Michael Friedrich [Tue, 8 Aug 2017 10:21:09 +0000 (12:21 +0200)]
Fix missing code block in the docs

refs #5475

6 years agoDocs: Add a note on required configuration updates for new notification scripts in...
Michael Friedrich [Tue, 8 Aug 2017 10:10:29 +0000 (12:10 +0200)]
Docs: Add a note on required configuration updates for new notification scripts in v2.7.0

refs #5475

6 years agoDB IDO: Fix host's unreachable state in history tables
Michael Friedrich [Mon, 7 Aug 2017 08:58:52 +0000 (10:58 +0200)]
DB IDO: Fix host's unreachable state in history tables

fixes #5405

refs #5466

6 years agoUpdate RELEASE.md to use new icinga-rpm-release location
Michael Friedrich [Mon, 7 Aug 2017 08:30:00 +0000 (10:30 +0200)]
Update RELEASE.md to use new icinga-rpm-release location

refs #5461

6 years agoDocs: Update Icinga repository release rpm location
Markus Frosch [Fri, 4 Aug 2017 14:38:21 +0000 (16:38 +0200)]
Docs: Update Icinga repository release rpm location

refs #5461

6 years agoAdd Changelog generation script for GitHub API
Gunnar Beutner [Thu, 3 Aug 2017 07:21:20 +0000 (09:21 +0200)]
Add Changelog generation script for GitHub API

Required details are documented inside RELEASE.md

Fixes to the original file:
- duplicate issues (pagination with links instead of page (Github doesn't like counting))
- escape markdown in issue title
- use formatting helper functions
- env support for user, token, project
- "support" category for everything which is not "bug" or "enhancement"
- ignore more labels ("feedback", "question")
- sort milestones by due date and version string

refs #5457

7 years agoRelease version 2.7.0 v2.7.0
Gunnar Beutner [Wed, 2 Aug 2017 13:58:38 +0000 (15:58 +0200)]
Release version 2.7.0

7 years agoMerge pull request #5448 from Icinga/feature/update-docs
Michael Friedrich [Wed, 2 Aug 2017 10:05:39 +0000 (12:05 +0200)]
Merge pull request #5448 from Icinga/feature/update-docs

Update documentation for 2.7.0

7 years agoUpdate documentation for 2.7.0 5448/head
Michael Friedrich [Wed, 2 Aug 2017 09:55:05 +0000 (11:55 +0200)]
Update documentation for 2.7.0

7 years agoMerge pull request #5433 from mcktr/mcktr/fix/list-feature-command-5431
Michael Friedrich [Thu, 27 Jul 2017 08:28:26 +0000 (10:28 +0200)]
Merge pull request #5433 from mcktr/mcktr/fix/list-feature-command-5431

Fix: update feature list help text

7 years agoMerge pull request #5440 from mcktr/mcktr/fix/doc-missing-state-filter
Michael Friedrich [Thu, 27 Jul 2017 08:27:05 +0000 (10:27 +0200)]
Merge pull request #5440 from mcktr/mcktr/fix/doc-missing-state-filter

Add missing notification state filter to documentation

7 years agoadded missing notification state 5440/head
Michael [Thu, 27 Jul 2017 06:55:35 +0000 (08:55 +0200)]
added missing notification state

7 years agoUpdate featurelistcommand.cpp 5433/head
Michael I [Tue, 25 Jul 2017 11:35:20 +0000 (13:35 +0200)]
Update featurelistcommand.cpp

refs #5431

7 years agoMerge pull request #5421 from mcktr/mcktr/feature/add-check-disk-used-parameter
Jean Flach [Mon, 24 Jul 2017 08:22:39 +0000 (10:22 +0200)]
Merge pull request #5421 from mcktr/mcktr/feature/add-check-disk-used-parameter

Windows Plugins: Add new parameter to check_disk to show used space

7 years agoAdd ITL and documentation for new parameter 5421/head
Jean Flach [Mon, 24 Jul 2017 08:14:15 +0000 (10:14 +0200)]
Add ITL and documentation for new parameter

7 years agoRefactor code
Jean Flach [Mon, 24 Jul 2017 07:36:39 +0000 (09:36 +0200)]
Refactor code

refs #5421

7 years agoRefactored code to add feature to check used space for check_disk
mcktr [Mon, 17 Jul 2017 16:06:02 +0000 (18:06 +0200)]
Refactored code to add feature to check used space for check_disk

7 years agoMerge pull request #5393 from muhazzz/patch-1
Michael Friedrich [Thu, 20 Jul 2017 13:31:30 +0000 (15:31 +0200)]
Merge pull request #5393 from muhazzz/patch-1

Fix typo in the documentation

7 years agoFix typo in the documentation 5393/head
Denis [Sat, 1 Jul 2017 20:58:37 +0000 (03:58 +0700)]
Fix typo in the documentation

7 years agoMerge pull request #5425 from Icinga/fix/doc-api
Michael Friedrich [Thu, 20 Jul 2017 08:47:11 +0000 (10:47 +0200)]
Merge pull request #5425 from Icinga/fix/doc-api

Fix formatting in API docs

7 years agoFix formatting in API docs 5425/head
Glauco Vinicius [Wed, 5 Jul 2017 19:10:10 +0000 (16:10 -0300)]
Fix formatting in API docs

Indent curl command to get the appropriated code highlight.

7 years agoMerge branch 'bobapple-fix/docs' 5400/head
Jean Flach [Thu, 13 Jul 2017 11:48:54 +0000 (13:48 +0200)]
Merge branch 'bobapple-fix/docs'

fixes #5410

7 years agoUpdate docs for better compatibility with mkdocs 5409/head
Blerim Sheqa [Wed, 12 Jul 2017 18:46:12 +0000 (20:46 +0200)]
Update docs for better compatibility with mkdocs

* Rename files to allow easy ordering
* Update links inside markdown according to new file names
* Move HTML links (<a>...</a>) to the end of the header lines
  * This is necessary to allow mkdocs to parse headers correctly and display them in the TOC
  * Following sed command was used: sed -i .bu 's/\(<a.*a>\) \(.*\)/\2 \1/g' $filename

7 years agoMerge pull request #5378 from mcktr/fix/update-mkdocs
Michael Friedrich [Thu, 29 Jun 2017 07:18:09 +0000 (09:18 +0200)]
Merge pull request #5378 from mcktr/fix/update-mkdocs

Fixed warnings when using mkdocs

7 years agoMerge pull request #5384 from Icinga/fix/remove-dns-default-value
Gunnar Beutner [Wed, 28 Jun 2017 12:04:44 +0000 (14:04 +0200)]
Merge pull request #5384 from Icinga/fix/remove-dns-default-value

Remove default value for 'dns_query_type'

fixes #5383
fixes #5384

7 years agoRemove default value for 'dns_query_type' 5384/head
Gunnar Beutner [Wed, 28 Jun 2017 11:59:27 +0000 (13:59 +0200)]
Remove default value for 'dns_query_type'

7 years agoUpdated mkdocs.yml to the new configuration format. 5378/head
mcktr [Fri, 23 Jun 2017 18:59:36 +0000 (20:59 +0200)]
Updated mkdocs.yml to the new configuration format.

7 years agoMerge pull request #5373 from Icinga/feature/rlimit-options
Michael Friedrich [Fri, 23 Jun 2017 10:56:05 +0000 (12:56 +0200)]
Merge pull request #5373 from Icinga/feature/rlimit-options

Make rlimits configurable by adding three variables: RLimitFiles, RLimitProcesses and RLimitStack

refs #5367

7 years agoMake rlimits configurable by adding three variables: RLimitFiles, RLimitProcesses... 5373/head
Gunnar Beutner [Wed, 21 Jun 2017 09:36:14 +0000 (11:36 +0200)]
Make rlimits configurable by adding three variables: RLimitFiles, RLimitProcesses and RLimitStack

refs #5367

7 years agoMerge pull request #5366 from mcktr/fix/doc-satellite-linux-setup-wrong-node
Michael Friedrich [Wed, 21 Jun 2017 14:32:38 +0000 (16:32 +0200)]
Merge pull request #5366 from mcktr/fix/doc-satellite-linux-setup-wrong-node

Fixed wrong node in documentation chapter Client/Satellite Linux Setup

7 years agoMerge pull request #5372 from ruzickap/fix/itl_check_command_description
Michael Friedrich [Wed, 21 Jun 2017 10:20:36 +0000 (12:20 +0200)]
Merge pull request #5372 from ruzickap/fix/itl_check_command_description

Update ITL CheckCommand description attribute, part 2

7 years agoExplain threshold computation for windows plugins
Jean Flach [Mon, 19 Jun 2017 15:56:04 +0000 (17:56 +0200)]
Explain threshold computation for windows plugins

fixes #3560

7 years agoFix description for checkcommand sections 5372/head
Petr Ruzicka [Wed, 21 Jun 2017 05:06:31 +0000 (07:06 +0200)]
Fix description for checkcommand sections

7 years agoMerge pull request #5371 from mcktr/fix/travis-ci-build
Michael Friedrich [Tue, 20 Jun 2017 18:20:47 +0000 (20:20 +0200)]
Merge pull request #5371 from mcktr/fix/travis-ci-build

Fix Travis CI build

7 years agoRenamed ChangeLog to CHANGELOG.md in CMakeList.txt 5371/head
mcktr [Tue, 20 Jun 2017 17:44:42 +0000 (19:44 +0200)]
Renamed ChangeLog to CHANGELOG.md in CMakeList.txt

7 years agoMerge pull request #5363 from ruzickap/master
Michael Friedrich [Tue, 20 Jun 2017 17:07:50 +0000 (19:07 +0200)]
Merge pull request #5363 from ruzickap/master

Update missing description attributes for ITL CheckCommand definitions

7 years agoMerge pull request #5370 from Icinga/feature/changelog-rename
Michael Friedrich [Tue, 20 Jun 2017 14:39:54 +0000 (16:39 +0200)]
Merge pull request #5370 from Icinga/feature/changelog-rename

Rename ChangeLog to CHANGELOG.md

7 years agoRename ChangeLog to CHANGELOG.md 5370/head
Michael Friedrich [Tue, 20 Jun 2017 09:19:35 +0000 (11:19 +0200)]
Rename ChangeLog to CHANGELOG.md

refs #4925

7 years agoMerge pull request #5369 from Icinga/feature/clean-experimental-features-2.7
Michael Friedrich [Tue, 20 Jun 2017 13:19:23 +0000 (15:19 +0200)]
Merge pull request #5369 from Icinga/feature/clean-experimental-features-2.7

Remove experimental redis feature before 2.7 release

7 years agoDescription modified for command plugins 5363/head
Petr Ruzicka [Mon, 19 Jun 2017 13:22:19 +0000 (15:22 +0200)]
Description modified for command plugins

7 years agoRemove experimental redis feature before 2.7 release 5369/head
Michael Friedrich [Tue, 20 Jun 2017 09:52:24 +0000 (11:52 +0200)]
Remove experimental redis feature before 2.7 release

7 years agoMerge pull request #5365 from Icinga/feature/docs-stretch
Michael Friedrich [Mon, 19 Jun 2017 15:28:18 +0000 (17:28 +0200)]
Merge pull request #5365 from Icinga/feature/docs-stretch

Update package documentation for Debian Stretch

7 years agoMerge pull request #5360 from Icinga/fix/wheezy-livestatus-dbl_max
Michael Friedrich [Mon, 19 Jun 2017 15:27:11 +0000 (17:27 +0200)]
Merge pull request #5360 from Icinga/fix/wheezy-livestatus-dbl_max

livestatus/minaggregator: Buildfix for Debian wheezy

7 years agoFixed wrong node in chapter Client/Satellite Linux Setup 5366/head
mcktr [Mon, 19 Jun 2017 15:10:40 +0000 (17:10 +0200)]
Fixed wrong node in chapter Client/Satellite Linux Setup

7 years agoUpdate package documentation for Debian Stretch 5365/head
Michael Friedrich [Mon, 19 Jun 2017 15:06:20 +0000 (17:06 +0200)]
Update package documentation for Debian Stretch

7 years agoMerge pull request #5358 from mcktr/fix/doc-secure-mysql-debian-ubuntu
Michael Friedrich [Mon, 19 Jun 2017 07:17:11 +0000 (09:17 +0200)]
Merge pull request #5358 from mcktr/fix/doc-secure-mysql-debian-ubuntu

Add documentation for securing mysql on Debian/Ubuntu.

7 years agoMerge pull request #5359 from mcktr/fix/cli-newcert-missing-closing-bracket
Michael Friedrich [Mon, 19 Jun 2017 07:15:53 +0000 (09:15 +0200)]
Merge pull request #5359 from mcktr/fix/cli-newcert-missing-closing-bracket

Fixed missing closing bracket in CLI command pki new-cert.

7 years agolivestatus/minaggregator: Buildfix for Debian wheezy 5360/head
Markus Frosch [Mon, 19 Jun 2017 06:23:38 +0000 (08:23 +0200)]
livestatus/minaggregator: Buildfix for Debian wheezy

7 years agoFixed missing closing bracket in CLI command pki new-cert. 5359/head
mcktr [Sun, 18 Jun 2017 13:13:16 +0000 (15:13 +0200)]
Fixed missing closing bracket in CLI command pki new-cert.

7 years agoAdd documentation for securing mysql on debian/ubuntu. 5358/head
mcktr [Sun, 18 Jun 2017 10:36:07 +0000 (12:36 +0200)]
Add documentation for securing mysql on debian/ubuntu.

7 years agoMerge pull request #5357 from Icinga/fix/notification-script-mail-from
Michael Friedrich [Fri, 16 Jun 2017 19:11:37 +0000 (21:11 +0200)]
Merge pull request #5357 from Icinga/fix/notification-script-mail-from

Notification Scripts: Ensure that mail from address works on Debian/RHEL/SUSE (mailutils vs mailx)

fixes #5299

7 years agoMerge pull request #5316 from gitmopp/patch-1
Michael Friedrich [Fri, 16 Jun 2017 19:02:17 +0000 (21:02 +0200)]
Merge pull request #5316 from gitmopp/patch-1

Fix for stats min operator

fixes #3410

7 years agoNotification Scripts: Ensure that mail from address works on Debian/RHEL/SUSE (mailut... 5357/head
Michael Friedrich [Fri, 16 Jun 2017 16:29:23 +0000 (18:29 +0200)]
Notification Scripts: Ensure that mail from address works on Debian/RHEL/SUSE (mailutils vs mailx)

fixes #5299

7 years agoMerge pull request #5333 from sysadmama/doc/notification-5273
Michael Friedrich [Fri, 16 Jun 2017 15:19:23 +0000 (17:19 +0200)]
Merge pull request #5333 from sysadmama/doc/notification-5273

Update documentation for enhanced notification scripts

7 years agoMerge pull request #5356 from Icinga/fix/debian-wheezy-builds
Michael Friedrich [Fri, 16 Jun 2017 15:17:14 +0000 (17:17 +0200)]
Merge pull request #5356 from Icinga/fix/debian-wheezy-builds

Build fix for Debian Wheezy

7 years agoUpdate documentation for enhanced notification scripts 5333/head
Marianne M. Spiller [Wed, 7 Jun 2017 08:17:03 +0000 (10:17 +0200)]
Update documentation for enhanced notification scripts

refs #5170

7 years agoBuild fix for Debian Wheezy 5356/head
Michael Friedrich [Wed, 14 Jun 2017 16:12:34 +0000 (18:12 +0200)]
Build fix for Debian Wheezy

fixes #5350

7 years agoMerge pull request #5354 from Icinga/fix/doc-itl-legacy-timeperiod
Michael Friedrich [Fri, 16 Jun 2017 08:40:38 +0000 (10:40 +0200)]
Merge pull request #5354 from Icinga/fix/doc-itl-legacy-timeperiod

Docs: Fix built-in template description and URLs

7 years agoDocs: Fix built-in template description and URLs 5354/head
Michael Friedrich [Fri, 16 Jun 2017 08:35:52 +0000 (10:35 +0200)]
Docs: Fix built-in template description and URLs

7 years agoicinga2.spec: Define ICINGA2_PLUGINDIR only once
Markus Frosch [Wed, 14 Jun 2017 13:44:37 +0000 (15:44 +0200)]
icinga2.spec: Define ICINGA2_PLUGINDIR only once

refs #4721

7 years agoMerge pull request #5349 from Icinga/fix/doc-viewer-notes
Michael Friedrich [Tue, 13 Jun 2017 20:12:26 +0000 (22:12 +0200)]
Merge pull request #5349 from Icinga/fix/doc-viewer-notes

Docs: Fix broken format for notes/tips in CLI command chapter

7 years agoDocs: Fix broken format for notes/tips in CLI command chapter 5349/head
Michael Friedrich [Tue, 13 Jun 2017 20:10:20 +0000 (22:10 +0200)]
Docs: Fix broken format for notes/tips in CLI command chapter

7 years agoMerge pull request #5239 from Icinga/feature/check_nscp-4721
Michael Friedrich [Tue, 13 Jun 2017 19:56:58 +0000 (21:56 +0200)]
Merge pull request #5239 from Icinga/feature/check_nscp-4721

Add NSCP API check plugin for NSClient++ HTTP API

7 years agoAdd check_nscp_api plugin for NSClient++ API checks 5239/head
Jean Flach [Mon, 10 Oct 2016 09:42:18 +0000 (11:42 +0200)]
Add check_nscp_api plugin for NSClient++ API checks

refs #4721

7 years agoMerge pull request #5348 from Icinga/feature/try-except
Michael Friedrich [Tue, 13 Jun 2017 14:21:54 +0000 (16:21 +0200)]
Merge pull request #5348 from Icinga/feature/try-except

Implement support for handling exceptions in user scripts

7 years agoImplement support for handling exceptions in user scripts 5348/head
Gunnar Beutner [Mon, 12 Jun 2017 07:12:43 +0000 (09:12 +0200)]
Implement support for handling exceptions in user scripts

7 years agoMerge pull request #5347 from ruzickap/master
Michael Friedrich [Mon, 12 Jun 2017 08:48:16 +0000 (10:48 +0200)]
Merge pull request #5347 from ruzickap/master

Improve ITL CheckCommand description attribute

7 years agoMerge pull request #5344 from widhalmt/fix/logstash-import-5343
Gunnar Beutner [Mon, 12 Jun 2017 06:22:00 +0000 (08:22 +0200)]
Merge pull request #5344 from widhalmt/fix/logstash-import-5343

Add ip4-or-ipv6 import to logstash ITL command

7 years agoFix some formatting issues 5344/head
Gunnar Beutner [Mon, 12 Jun 2017 06:21:36 +0000 (08:21 +0200)]
Fix some formatting issues

7 years agoDescription parts improved 5347/head
Petr Ruzicka [Sun, 11 Jun 2017 19:47:39 +0000 (21:47 +0200)]
Description parts improved

7 years agoAdd ip4-or-ipv6 import to logstash ITL command
Thomas Widhalm [Fri, 9 Jun 2017 15:14:44 +0000 (17:14 +0200)]
Add ip4-or-ipv6 import to logstash ITL command

7 years agoMerge pull request #5339 from ruzickap/master
Michael Friedrich [Thu, 8 Jun 2017 14:57:17 +0000 (16:57 +0200)]
Merge pull request #5339 from ruzickap/master

Add accept_cname to dns CheckCommand

7 years agoAdding accept_cname to dns command definition. 5339/head
Petr Ruzicka [Thu, 8 Jun 2017 14:45:26 +0000 (16:45 +0200)]
Adding accept_cname to dns command definition.

7 years agoMerge pull request #5335 from Icinga/fix/influxdb-windows
Michael Friedrich [Wed, 7 Jun 2017 12:38:01 +0000 (14:38 +0200)]
Merge pull request #5335 from Icinga/fix/influxdb-windows

Windows build fix for InfluxdbWriter

7 years agoMerge pull request #5336 from Icinga/fix/doc-formatting-urls
Michael Friedrich [Wed, 7 Jun 2017 12:30:08 +0000 (14:30 +0200)]
Merge pull request #5336 from Icinga/fix/doc-formatting-urls

Docs: Fix formatting issues and broken URLs

7 years agoDocs: Fix formatting issues and broken URLs 5336/head
Michael Friedrich [Wed, 7 Jun 2017 12:27:28 +0000 (14:27 +0200)]
Docs: Fix formatting issues and broken URLs

7 years agoWindows build fix for InfluxdbWriter 5335/head
Michael Friedrich [Wed, 7 Jun 2017 12:16:15 +0000 (14:16 +0200)]
Windows build fix for InfluxdbWriter

refs #5219
fixes #5334

7 years agoMerge pull request #5332 from sysadmama/patch-1
Michael Friedrich [Wed, 7 Jun 2017 08:21:33 +0000 (10:21 +0200)]
Merge pull request #5332 from sysadmama/patch-1

Notification Scripts: notification_type is always required

7 years agonotification_type mandatory 5332/head
Marianne Spiller [Wed, 7 Jun 2017 07:54:30 +0000 (09:54 +0200)]
notification_type mandatory

Make $notification_type$ mandatory in mail-service-notification, too.

7 years agoMerge pull request #5331 from Icinga/feature/gelf-add-check-command
Michael Friedrich [Tue, 6 Jun 2017 18:36:47 +0000 (20:36 +0200)]
Merge pull request #5331 from Icinga/feature/gelf-add-check-command

GelfWriter: Add 'check_command' to CHECK RESULT/* NOTIFICATION/STATE CHANGE messages

7 years agoGelfWriter: Add 'check_command' to CHECK RESULT/* NOTIFICATION/STATE CHANGE messages 5331/head
Michael Friedrich [Tue, 6 Jun 2017 18:14:21 +0000 (20:14 +0200)]
GelfWriter: Add 'check_command' to CHECK RESULT/* NOTIFICATION/STATE CHANGE messages

This allows for much more easy filtering in Graylog web
similar to Graphite or InfluxDB and their template dashboards.

7 years agoMerge pull request #5330 from Icinga/feature/graphite-stats
Michael Friedrich [Tue, 6 Jun 2017 18:13:33 +0000 (20:13 +0200)]
Merge pull request #5330 from Icinga/feature/graphite-stats

GraphiteWriter: Add 'connected' to stats; fix reconnect exceptions

7 years agoMerge pull request #5329 from Icinga/feature/gelfwriter-workqueue
Michael Friedrich [Tue, 6 Jun 2017 18:11:30 +0000 (20:11 +0200)]
Merge pull request #5329 from Icinga/feature/gelfwriter-workqueue

GelfWriter: Use async work queue and add feature metric stats

fixes #4532