]> granicus.if.org Git - icinga2/log
icinga2
6 years agoMerge pull request #5231 from Al2Klimov/bugfix/failure-to-kill-check-command-after...
Michael Friedrich [Fri, 13 Oct 2017 11:57:26 +0000 (13:57 +0200)]
Merge pull request #5231 from Al2Klimov/bugfix/failure-to-kill-check-command-after-exceeding-timeout-is-not-reported-4981

Report failure to kill check command after exceeding timeout

6 years agoMerge pull request #5672 from Tontonitch/feature/itl-snmp-service
Michael Friedrich [Fri, 13 Oct 2017 07:59:58 +0000 (09:59 +0200)]
Merge pull request #5672 from Tontonitch/feature/itl-snmp-service

add itl snmp-service for manubulon plugin check_snmp_win.pl

6 years agoadd itl snmp-service 5672/head
Yannick Charton [Thu, 12 Oct 2017 22:15:53 +0000 (00:15 +0200)]
add itl snmp-service

add itl snmp service for manubulon plugin check_snmp_win.pl

6 years agoMerge pull request #5640 from miken32/patch-1
Michael Friedrich [Thu, 12 Oct 2017 14:57:43 +0000 (16:57 +0200)]
Merge pull request #5640 from miken32/patch-1

ITL: Support weathermap data in snmp_interface CheckCommand

6 years agoITL: Support weathermap data in snmp_interface CheckCommand 5640/head
Michael Newton [Fri, 29 Sep 2017 20:33:03 +0000 (13:33 -0700)]
ITL: Support weathermap data in snmp_interface CheckCommand

See https://github.com/dnsmichi/manubulon-snmp/pull/26 for related commit.

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
6 years agoMerge pull request #5581 from Icinga/fix/api-crash-race-condition
Michael Friedrich [Thu, 12 Oct 2017 11:40:59 +0000 (13:40 +0200)]
Merge pull request #5581 from Icinga/fix/api-crash-race-condition

Fix possible race condition in ApiListener locking

6 years agoMerge pull request #5637 from Icinga/fix/influxdb-unnecessary-string-casts
Michael Friedrich [Thu, 12 Oct 2017 11:22:43 +0000 (13:22 +0200)]
Merge pull request #5637 from Icinga/fix/influxdb-unnecessary-string-casts

Fix unnecessary String() casts in InfluxdbWriter

6 years agoMerge pull request #5668 from Icinga/feature/docs-enhance-monitoring-basics
Michael Friedrich [Wed, 11 Oct 2017 07:51:20 +0000 (09:51 +0200)]
Merge pull request #5668 from Icinga/feature/docs-enhance-monitoring-basics

Enhance Monitoring Basics in the documentation

6 years agoEnhance Monitoring Basics in the documentation 5668/head
Michael Friedrich [Tue, 10 Oct 2017 15:55:15 +0000 (17:55 +0200)]
Enhance Monitoring Basics in the documentation

This commit adds documentation for

* custom attributes value types and nested dictionaries
* better introduction into apply rules and usage examples
* better apply for iterations and explanations
* notifications with users on the host/service objects explained in a dedicated chapter
* command arguments and set_if - which values are supported
* macro() as scoped function
* alternative host check command

This also changes all code and config snippets to use
three backticks instead of four spaces indent.

fixes #5663
fixes #5664
fixes #5665
fixes #5666
fixes #5667
fixes #5186
fixes #5060
fixes #5662

6 years agoMerge pull request #5655 from Icinga/feature/docs-attribute-value-types
Michael Friedrich [Tue, 10 Oct 2017 15:53:55 +0000 (17:53 +0200)]
Merge pull request #5655 from Icinga/feature/docs-attribute-value-types

Enhance documentation with more details on value types for object attributes

6 years agoEnhance documentation with more details on value types for object attributes 5655/head
Michael Friedrich [Mon, 9 Oct 2017 19:09:12 +0000 (21:09 +0200)]
Enhance documentation with more details on value types for object attributes

Main focus: Object attributes and their value types. Originates from the
API Event Streams patch to document their value types. Now applied to
the entire configuration objects chapter.

The API chapter and their value types has been changed to capitalized
type identifiers.

Value types are now explicitly told about inside monitoring basics. This
has been adopted into the Icinga 2 training material a long time ago
and finds its way into the docs too.

The CheckResult and PerfdataValue value types have been moved into the
advanced topics chapter. mkdocs doesn't like multiple `#` headings in one file
and did just hide it.

Also moved the Influxdb details into the features documentation where it
belongs.

Many small references and URLs to other chapters added.
E.g. dedicated chapters for object accessor examples, to better link against
time dependent thresholds.

Can serve as patch basis and reference for ITL documentation where the
value types are missing too.

This commit also fixes the non-requirement of "legacy-timeperiod" which
also is a default template import since 2.6.

This also fixes the state mapping issue.

fixes #4015

6 years agoMerge pull request #5554 from Icinga/feature/cn-check-for-san
Michael Friedrich [Tue, 10 Oct 2017 15:50:01 +0000 (17:50 +0200)]
Merge pull request #5554 from Icinga/feature/cn-check-for-san

Add subjectAltName extension for all non-CA certificates

6 years agoMerge pull request #5636 from Icinga/fix/db-ido-comments-downtimes-constraint-on...
Michael Friedrich [Tue, 10 Oct 2017 15:47:47 +0000 (17:47 +0200)]
Merge pull request #5636 from Icinga/fix/db-ido-comments-downtimes-constraint-on-legacy-id-change

Fix unique constraint matching for UPDATE downtime/comment runtime tables in DB IDO

6 years agoMerge pull request #5635 from Icinga/fix/match-with-empty-array
Michael Friedrich [Tue, 10 Oct 2017 15:46:51 +0000 (17:46 +0200)]
Merge pull request #5635 from Icinga/fix/match-with-empty-array

Fix match(), regex(), cidr_match() behaviour with MatchAll and empty arrays

6 years agoMerge pull request #5652 from Icinga/fix/docs-cluster-zone
Michael Friedrich [Mon, 9 Oct 2017 11:11:58 +0000 (13:11 +0200)]
Merge pull request #5652 from Icinga/fix/docs-cluster-zone

Docs: Fix missing default value for cluster-zone checks

6 years agoMerge pull request #5653 from Icinga/fix/docs-manubulon-nocrypt-default-value
Michael Friedrich [Mon, 9 Oct 2017 11:10:37 +0000 (13:10 +0200)]
Merge pull request #5653 from Icinga/fix/docs-manubulon-nocrypt-default-value

Docs: Fix default value for `snmp_nocrypt` for Manubulon CheckCommand definitions

6 years agoDocs: Fix default value for `snmp_nocrypt` for Manubulon CheckCommand definitions 5653/head
Michael Friedrich [Mon, 9 Oct 2017 09:09:53 +0000 (11:09 +0200)]
Docs: Fix default value for `snmp_nocrypt` for Manubulon CheckCommand definitions

6 years agoDocs: Fix missing default value for cluster-zone checks 5652/head
Michael Friedrich [Mon, 9 Oct 2017 08:21:54 +0000 (10:21 +0200)]
Docs: Fix missing default value for cluster-zone checks

6 years agoMerge pull request #5643 from Icinga/fix/buildfix-apple-clang-9.0.0
Michael Friedrich [Mon, 2 Oct 2017 12:57:49 +0000 (14:57 +0200)]
Merge pull request #5643 from Icinga/fix/buildfix-apple-clang-9.0.0

Fix debug builds on Apple Clang 9.0.0 (macOS High Sierra)

6 years agoFix debug builds on Apple Clang 9.0.0 (macOS High Sierra) 5643/head
Michael Friedrich [Mon, 2 Oct 2017 11:49:42 +0000 (13:49 +0200)]
Fix debug builds on Apple Clang 9.0.0 (macOS High Sierra)

6 years agoMerge pull request #5624 from mcktr/mcktr/fix/missing-include-statements
Michael Friedrich [Mon, 2 Oct 2017 11:27:04 +0000 (13:27 +0200)]
Merge pull request #5624 from mcktr/mcktr/fix/missing-include-statements

Fixed missing include statement in unit test

6 years agoMerge pull request #5641 from Icinga/fix/compiler-warnings-high-sierra
Michael Friedrich [Mon, 2 Oct 2017 11:14:47 +0000 (13:14 +0200)]
Merge pull request #5641 from Icinga/fix/compiler-warnings-high-sierra

Fix compiler warnings on macOS 10.13

6 years agoFix compiler warnings on macOS 10.13 5641/head
Gunnar Beutner [Mon, 2 Oct 2017 07:13:37 +0000 (09:13 +0200)]
Fix compiler warnings on macOS 10.13

6 years agoMerge pull request #5612 from Icinga/bugfix/systemd-tasksmax
Michael Friedrich [Fri, 29 Sep 2017 15:36:57 +0000 (17:36 +0200)]
Merge pull request #5612 from Icinga/bugfix/systemd-tasksmax

Improve documentation and systemd config on TaskMax

6 years agoImprove documentation and Systemd config for TasksMax setting 5612/head
Markus Frosch [Sat, 23 Sep 2017 13:16:00 +0000 (15:16 +0200)]
Improve documentation and Systemd config for TasksMax setting

This also disables setting a value by default.

Packaging should decide to install the config file:
`/etc/systemd/system/icinga2.service.d`

fixes #5611

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
6 years agoFix unnecessary String() casts in InfluxdbWriter 5637/head
Michael Friedrich [Fri, 29 Sep 2017 14:33:08 +0000 (16:33 +0200)]
Fix unnecessary String() casts in InfluxdbWriter

fixes #5629

6 years agoFix unique constraint matching for UPDATE downtime/comment runtime tables in DB IDO 5636/head
Michael Friedrich [Mon, 25 Sep 2017 13:21:20 +0000 (15:21 +0200)]
Fix unique constraint matching for UPDATE downtime/comment runtime tables in DB IDO

fixes #5623
fixes #5603

6 years agoFix match(), regex(), cidr_match() behaviour with MatchAll and empty arrays 5635/head
Michael Friedrich [Fri, 29 Sep 2017 12:45:15 +0000 (14:45 +0200)]
Fix match(), regex(), cidr_match() behaviour with MatchAll and empty arrays

fixes #5634

6 years agoMerge pull request #5632 from Icinga/feature/docs-getting-started-selinux
Michael Friedrich [Fri, 29 Sep 2017 08:47:20 +0000 (10:47 +0200)]
Merge pull request #5632 from Icinga/feature/docs-getting-started-selinux

Docs: Mention SELinux in Getting Started chapter

6 years agoDocs: Mention SELinux in Getting Started chapter 5632/head
Michael Friedrich [Fri, 29 Sep 2017 08:41:01 +0000 (10:41 +0200)]
Docs: Mention SELinux in Getting Started chapter

refs icinga/icingaweb2#2973

6 years agoMerge pull request #5258 from Icinga/fix/clang-pthread
Michael Friedrich [Thu, 28 Sep 2017 14:57:54 +0000 (16:57 +0200)]
Merge pull request #5258 from Icinga/fix/clang-pthread

Fix clang compiler detection on Fedora and macOS

6 years agochangelog.py: Fix debugging leftover
Michael Friedrich [Thu, 28 Sep 2017 13:41:43 +0000 (15:41 +0200)]
changelog.py: Fix debugging leftover

refs #5600

6 years agoFix clang compiler detection on Fedora and macOS 5258/head
Michael Friedrich [Wed, 27 Sep 2017 18:04:43 +0000 (20:04 +0200)]
Fix clang compiler detection on Fedora and macOS

fixes #5257

6 years agoFixed missing include statement in unit test 5624/head
Michael [Tue, 26 Sep 2017 20:01:07 +0000 (22:01 +0200)]
Fixed missing include statement in unit test

This adds the missing iostream include to the notification unit test.

refs #5613

6 years agoMerge pull request #5619 from Icinga/fix/changelog-project-name-error
Gunnar Beutner [Tue, 26 Sep 2017 05:40:09 +0000 (07:40 +0200)]
Merge pull request #5619 from Icinga/fix/changelog-project-name-error

Exit early in changelog.py if GitHub API fetch fails

fixes #5600

6 years agoMerge pull request #5578 from mcktr/mcktr/fix/5577-doc-ssl-check-command
Michael Friedrich [Mon, 25 Sep 2017 14:07:55 +0000 (16:07 +0200)]
Merge pull request #5578 from mcktr/mcktr/fix/5577-doc-ssl-check-command

ITL: Re-Add ssl_sni attribute for check_tcp

6 years agoExit early in changelog.py if GitHub API fetch fails 5619/head
Michael Friedrich [Mon, 25 Sep 2017 14:05:05 +0000 (16:05 +0200)]
Exit early in changelog.py if GitHub API fetch fails

fixes #5600

6 years agoMerge pull request #5616 from Icinga/fix/build-warning
Gunnar Beutner [Mon, 25 Sep 2017 10:23:07 +0000 (12:23 +0200)]
Merge pull request #5616 from Icinga/fix/build-warning

Fix a build warning

6 years agoFix a build warning 5616/head
Gunnar Beutner [Mon, 25 Sep 2017 10:15:59 +0000 (12:15 +0200)]
Fix a build warning

refs #5443

6 years agoMerge pull request #5614 from mcktr/mcktr/fix/5613-missing-include-statement
Gunnar Beutner [Mon, 25 Sep 2017 05:48:04 +0000 (07:48 +0200)]
Merge pull request #5614 from mcktr/mcktr/fix/5613-missing-include-statement

Fixed missing include statement in unit tests

fixes #5613

6 years agoFixed missing include statement in unit tests 5614/head
Michael [Sun, 24 Sep 2017 23:07:50 +0000 (01:07 +0200)]
Fixed missing include statement in unit tests

refs #5613

6 years agoITL: Re-Add ssl_sni attribute for check_tcp 5578/head
Michael [Fri, 22 Sep 2017 15:58:57 +0000 (17:58 +0200)]
ITL: Re-Add ssl_sni attribute for check_tcp

6 years agoMerge pull request #5608 from Icinga/fix/certificate-directories
Michael Friedrich [Fri, 22 Sep 2017 14:39:22 +0000 (16:39 +0200)]
Merge pull request #5608 from Icinga/fix/certificate-directories

Fix certificate paths for installers

6 years agoFix certificate paths for installers 5608/head
Michael Friedrich [Fri, 22 Sep 2017 13:00:45 +0000 (15:00 +0200)]
Fix certificate paths for installers

refs #5450

6 years agoMerge pull request #5606 from Icinga/feature/remove-bottom-up
Michael Friedrich [Fri, 22 Sep 2017 12:48:51 +0000 (14:48 +0200)]
Merge pull request #5606 from Icinga/feature/remove-bottom-up

Remove bottom-up client mode

6 years agoDrop satellite.conf reference for bottom-up 5606/head
Michael Friedrich [Fri, 22 Sep 2017 12:26:39 +0000 (14:26 +0200)]
Drop satellite.conf reference for bottom-up

refs #4799

6 years agoDrop repository.d from configuration chapter in the docs
Michael Friedrich [Fri, 22 Sep 2017 11:48:13 +0000 (13:48 +0200)]
Drop repository.d from configuration chapter in the docs

refs #4799

6 years agoDrop repository from Windows installer
Michael Friedrich [Fri, 22 Sep 2017 11:47:11 +0000 (13:47 +0200)]
Drop repository from Windows installer

refs #4799

6 years agoRemove reference to bottom-up in troubleshooting docs
Michael Friedrich [Fri, 22 Sep 2017 11:41:05 +0000 (13:41 +0200)]
Remove reference to bottom-up in troubleshooting docs

refs #4799

6 years agoUpdate CLI commands documentation
Michael Friedrich [Fri, 22 Sep 2017 11:39:00 +0000 (13:39 +0200)]
Update CLI commands documentation

refs #4799

6 years agoDrop unused code from NodeUtility class
Michael Friedrich [Fri, 22 Sep 2017 11:16:58 +0000 (13:16 +0200)]
Drop unused code from NodeUtility class

refs #4799

6 years agoAdd upgrading docs for removed bottom-up client mode
Michael Friedrich [Fri, 22 Sep 2017 11:06:40 +0000 (13:06 +0200)]
Add upgrading docs for removed bottom-up client mode

refs #4799

6 years agoDrop unused bottom-up images from the docs
Michael Friedrich [Fri, 22 Sep 2017 11:00:29 +0000 (13:00 +0200)]
Drop unused bottom-up images from the docs

refs #4799

6 years agoRemove bottom-up repository.d references
Michael Friedrich [Fri, 22 Sep 2017 10:57:15 +0000 (12:57 +0200)]
Remove bottom-up repository.d references

refs #4799

6 years agoRemove bottom-up from docs and add hints for Director, Puppet, etc.
Michael Friedrich [Wed, 20 Sep 2017 09:32:26 +0000 (11:32 +0200)]
Remove bottom-up from docs and add hints for Director, Puppet, etc.

refs #4799

6 years agoRemove bottom-up cluster messages
Michael Friedrich [Wed, 20 Sep 2017 09:22:41 +0000 (11:22 +0200)]
Remove bottom-up cluster messages

refs #4799

6 years agoRemove bottom-up CLI commands
Michael Friedrich [Wed, 20 Sep 2017 09:18:59 +0000 (11:18 +0200)]
Remove bottom-up CLI commands

refs #4799

6 years agoDocs: Clarify on configuration and packages, thanks @dgoetz
Michael Friedrich [Fri, 22 Sep 2017 10:48:18 +0000 (12:48 +0200)]
Docs: Clarify on configuration and packages, thanks @dgoetz

refs #5604
refs #5301

6 years agoMerge pull request #5604 from Icinga/feature/remove-deprecated-classicui-pkg
Michael Friedrich [Fri, 22 Sep 2017 10:35:09 +0000 (12:35 +0200)]
Merge pull request #5604 from Icinga/feature/remove-deprecated-classicui-pkg

Remove the icinga2-classicui-package and update documentation

6 years agoDocs: Add a note for upgrading with removed classicui-config package 5604/head
Michael Friedrich [Fri, 22 Sep 2017 10:28:26 +0000 (12:28 +0200)]
Docs: Add a note for upgrading with removed classicui-config package

refs #5301

6 years agoRemove Classic UI references from docs
Michael Friedrich [Fri, 22 Sep 2017 10:25:47 +0000 (12:25 +0200)]
Remove Classic UI references from docs

refs #5301

6 years agoRemove deprecated Classic UI configuration package
Michael Friedrich [Mon, 14 Aug 2017 11:13:03 +0000 (13:13 +0200)]
Remove deprecated Classic UI configuration package

refs #5301

6 years agoMerge pull request #5601 from Icinga/fix/empty-cache-dir-on-pkg-upgrade
Michael Friedrich [Fri, 22 Sep 2017 07:43:20 +0000 (09:43 +0200)]
Merge pull request #5601 from Icinga/fix/empty-cache-dir-on-pkg-upgrade

Ensure that the cache directory always is set and add a note to upgrading docs

6 years agoEnsure that the cache directory always is set and add a note to upgrading docs 5601/head
Michael Friedrich [Fri, 22 Sep 2017 07:31:05 +0000 (09:31 +0200)]
Ensure that the cache directory always is set and add a note to upgrading docs

Thanks @dgoetz

6 years agoMerge branch 'support/2.7'
Michael Friedrich [Thu, 21 Sep 2017 10:12:51 +0000 (12:12 +0200)]
Merge branch 'support/2.7'

6 years agoRelease version 2.7.1
Michael Friedrich [Thu, 21 Sep 2017 10:09:30 +0000 (12:09 +0200)]
Release version 2.7.1

6 years agoRelease version 2.7.1 v2.7.1
Michael Friedrich [Thu, 21 Sep 2017 10:09:30 +0000 (12:09 +0200)]
Release version 2.7.1

6 years agochangelog.py: Add "backported" to the list of ignored labels
Michael Friedrich [Thu, 21 Sep 2017 08:45:48 +0000 (10:45 +0200)]
changelog.py: Add "backported" to the list of ignored labels

refs #5599

6 years agoMerge pull request #5599 from Icinga/fix/changelog-labels
Michael Friedrich [Thu, 21 Sep 2017 08:49:05 +0000 (10:49 +0200)]
Merge pull request #5599 from Icinga/fix/changelog-labels

changelog.py: Add "backported" to the list of ignored labels

6 years agochangelog.py: Add "backported" to the list of ignored labels 5599/head
Michael Friedrich [Thu, 21 Sep 2017 08:45:48 +0000 (10:45 +0200)]
changelog.py: Add "backported" to the list of ignored labels

6 years agoMerge pull request #5587 from Icinga/feature/custom-syslog-facility-option-on-syslogl...
Michael Friedrich [Wed, 20 Sep 2017 15:25:58 +0000 (17:25 +0200)]
Merge pull request #5587 from Icinga/feature/custom-syslog-facility-option-on-sysloglogger-object-3964

SyslogLogger: Implement option to set syslog facility

6 years agoDocs: Enhance certificate and configuration troubleshooting chapter
Michael Friedrich [Wed, 20 Sep 2017 13:48:47 +0000 (15:48 +0200)]
Docs: Enhance certificate and configuration troubleshooting chapter

refs #5594

6 years agoMerge pull request #5594 from Icinga/feature/docs-troubleshooting-certificates
Michael Friedrich [Wed, 20 Sep 2017 15:13:03 +0000 (17:13 +0200)]
Merge pull request #5594 from Icinga/feature/docs-troubleshooting-certificates

Docs: Enhance certificate and configuration troubleshooting chapter

6 years agoDocs: Enhance certificate and configuration troubleshooting chapter 5594/head
Michael Friedrich [Wed, 20 Sep 2017 13:48:47 +0000 (15:48 +0200)]
Docs: Enhance certificate and configuration troubleshooting chapter

6 years agoDocs: Add a note for upgrading to 2.7
Michael Friedrich [Wed, 20 Sep 2017 13:33:42 +0000 (15:33 +0200)]
Docs: Add a note for upgrading to 2.7

refs #5593

6 years agoMerge pull request #5593 from Icinga/feature/docs-upgrading
Michael Friedrich [Wed, 20 Sep 2017 13:46:20 +0000 (15:46 +0200)]
Merge pull request #5593 from Icinga/feature/docs-upgrading

Docs: Add a note for upgrading to 2.7

6 years agoDocs: Add a note for upgrading to 2.7 5593/head
Michael Friedrich [Wed, 20 Sep 2017 13:33:42 +0000 (15:33 +0200)]
Docs: Add a note for upgrading to 2.7

6 years agoMerge pull request #5547 from ryanohnemus/feature/allow_package_upload_without_restart
Michael Friedrich [Wed, 20 Sep 2017 12:30:22 +0000 (14:30 +0200)]
Merge pull request #5547 from ryanohnemus/feature/allow_package_upload_without_restart

Add optional reload parameter to config stage upload

6 years agoAPI: Add optional reload parameter to config stage upload 5547/head
ryanohnemus [Sun, 3 Sep 2017 14:15:40 +0000 (09:15 -0500)]
API: Add optional reload parameter to config stage upload

You can now specify a boolean `reload` attribute that
will allow you to skip the icinga2 reload after config
validation. By default this is set to true.

The response text has been updated to show if icinga2
will reload or if it was requested to be skipped.

fixes #4769

6 years agoSyslogLogger: Implement option to set syslog facility 5587/head
Noah Hilverling [Tue, 19 Sep 2017 14:42:32 +0000 (16:42 +0200)]
SyslogLogger: Implement option to set syslog facility

fixes #3964

6 years agoSilence log level for configuration file updates
Michael Friedrich [Wed, 20 Sep 2017 11:30:02 +0000 (13:30 +0200)]
Silence log level for configuration file updates

This only helps with debugging the configuration sync, but seems
to be highlighted quite often in default configurations (where
the timestamp is equal).

refs #5566

refs #5590

6 years agoMerge pull request #5590 from Icinga/fix/log-level-config-sync
Michael Friedrich [Wed, 20 Sep 2017 12:06:20 +0000 (14:06 +0200)]
Merge pull request #5590 from Icinga/fix/log-level-config-sync

Silence log level for configuration file updates

6 years agoSilence log level for configuration file updates 5590/head
Michael Friedrich [Wed, 20 Sep 2017 11:30:02 +0000 (13:30 +0200)]
Silence log level for configuration file updates

This only helps with debugging the configuration sync, but seems
to be highlighted quite often in default configurations (where
the timestamp is equal).

refs #5566

6 years agoMerge pull request #5443 from Icinga/feature/api-should-provide-cors-header-4326
Michael Friedrich [Wed, 20 Sep 2017 11:20:22 +0000 (13:20 +0200)]
Merge pull request #5443 from Icinga/feature/api-should-provide-cors-header-4326

Add CORS support and set response header 'Access-Control-Allow-Origin'

6 years agoHttpServerConnection: Implement CORS support 5443/head
Noah Hilverling [Thu, 27 Jul 2017 12:57:34 +0000 (14:57 +0200)]
HttpServerConnection: Implement CORS support

fixes #4326

6 years agoFix where clauses for downtime/comment DB IDO queries using a non-matching legacy...
Jean Flach [Tue, 19 Sep 2017 11:14:57 +0000 (13:14 +0200)]
Fix where clauses for downtime/comment DB IDO queries using a non-matching legacy id before

fixes #5458 #5492

refs #5585

6 years agoMerge pull request #5585 from Icinga/fix/downtimehistory-271-5458
Michael Friedrich [Wed, 20 Sep 2017 10:24:46 +0000 (12:24 +0200)]
Merge pull request #5585 from Icinga/fix/downtimehistory-271-5458

Fix where clause for non-matching {downtime,comment}history IDO database updates

6 years agoFix where clauses for downtime/comment DB IDO queries using a non-matching legacy... 5585/head
Jean Flach [Tue, 19 Sep 2017 11:14:57 +0000 (13:14 +0200)]
Fix where clauses for downtime/comment DB IDO queries using a non-matching legacy id before

fixes #5458 #5492

6 years agoFix Windows build error
Jean Flach [Mon, 18 Sep 2017 15:32:54 +0000 (17:32 +0200)]
Fix Windows build error

fixes #5584

6 years agoDocs: Add example for Windows service monitoring with check_nscp_api
Michael Friedrich [Mon, 18 Sep 2017 14:56:03 +0000 (16:56 +0200)]
Docs: Add example for Windows service monitoring with check_nscp_api

refs #5583

6 years agoMerge pull request #5583 from Icinga/feature/docs-nscp_api-windows-service-example
Michael Friedrich [Mon, 18 Sep 2017 14:58:09 +0000 (16:58 +0200)]
Merge pull request #5583 from Icinga/feature/docs-nscp_api-windows-service-example

Docs: Add example for Windows service monitoring with check_nscp_api

6 years agoDocs: Add example for Windows service monitoring with check_nscp_api 5583/head
Michael Friedrich [Mon, 18 Sep 2017 14:56:03 +0000 (16:56 +0200)]
Docs: Add example for Windows service monitoring with check_nscp_api

6 years agocheck_nscp_api: Allow arguments containing spaces
Adam James [Wed, 30 Aug 2017 16:03:44 +0000 (17:03 +0100)]
check_nscp_api: Allow arguments containing spaces

refs #5539

6 years agoMerge pull request #5539 from transitiv/fix/checp_nscp_api-args-5537
Michael Friedrich [Mon, 18 Sep 2017 14:46:02 +0000 (16:46 +0200)]
Merge pull request #5539 from transitiv/fix/checp_nscp_api-args-5537

check_nscp_api: Allow arguments containing spaces

6 years agoDocs: Add firewall details for check_nscp_api
Michael Friedrich [Mon, 18 Sep 2017 14:25:29 +0000 (16:25 +0200)]
Docs: Add firewall details for check_nscp_api

refs #5582

6 years agoMerge pull request #5582 from Icinga/feature/docs-nsclient-api-firewall
Michael Friedrich [Mon, 18 Sep 2017 14:27:41 +0000 (16:27 +0200)]
Merge pull request #5582 from Icinga/feature/docs-nsclient-api-firewall

Docs: Add firewall details for check_nscp_api

6 years agoDocs: Add firewall details for check_nscp_api 5582/head
Michael Friedrich [Mon, 18 Sep 2017 14:25:29 +0000 (16:25 +0200)]
Docs: Add firewall details for check_nscp_api

6 years agoFix API crash with race condition on locks 5581/head
Michael Friedrich [Mon, 18 Sep 2017 13:25:29 +0000 (15:25 +0200)]
Fix API crash with race condition on locks

This was split from #5416 and #5419.

More patches from #5419 are pending.

refs #5419
refs #5418
refs #5416

refs #5408
refs #5148
refs #5007
refs #4968
refs #4910

6 years agoMerge pull request #5580 from Icinga/feature/path-exists-and-glob
Michael Friedrich [Mon, 18 Sep 2017 12:26:34 +0000 (14:26 +0200)]
Merge pull request #5580 from Icinga/feature/path-exists-and-glob

Implement new script functions: path_exists, glob and glob_recursive

6 years agoImplement new script functions: path_exists, glob and glob_recursive 5580/head
Gunnar Beutner [Mon, 18 Sep 2017 07:08:53 +0000 (09:08 +0200)]
Implement new script functions: path_exists, glob and glob_recursive