Commit Graph

8898 Commits

Author SHA1 Message Date
Gunnar Beutner a1e8461e55
Merge pull request #5790 from tkoeck/master
Documentation fixes
2017-11-27 10:30:32 +01:00
Gunnar Beutner 6cf41ff038
Merge pull request #5792 from mcktr/fix/itl-add-check-rpc
ITL: Add check_rpc
2017-11-27 10:29:28 +01:00
Gunnar Beutner 55b1cce248
Merge pull request #5744 from Icinga/feature/embedded-dummy-check
Implement DummyCheckTask and move dummy into embedded in-memory checks
2017-11-27 10:25:43 +01:00
Gunnar Beutner 734efb3569
Replace spaces with tabs 2017-11-27 10:24:12 +01:00
Gunnar Beutner c70a28a874
Merge pull request #5759 from Icinga/feature/non-virtual-accessors
Make default getters and setters non-virtual
2017-11-27 10:19:44 +01:00
Gunnar Beutner 81ae14cd17
Merge pull request #5729 from Icinga/fix/correct-node-wizard-output-formatting
Correct node wizard output formatting
2017-11-27 10:19:12 +01:00
Gunnar Beutner 1b4206e5b1
Merge pull request #5725 from Icinga/feature/proper-uuids
Use real UUIDs for Utility::NewUniqueID
2017-11-27 10:18:52 +01:00
Gunnar Beutner 093e08e3da
Merge pull request #5388 from leeclemens/fix/clang-misdetection
Handle mis-detection with clang on RHEL/CentOS 7
2017-11-27 10:17:52 +01:00
Michael Friedrich d322be330c
Merge pull request #5785 from Icinga/fix/itl-remove-ssl-sni-default
ITL: Drop ssl_sni default setting
2017-11-24 15:59:16 +01:00
Gunnar Beutner 972b8047d6
Merge pull request #5796 from Icinga/fix/console-error-reporting
Fix error reporting for 'icinga2 console -r'
2017-11-24 13:03:11 +01:00
Gunnar Beutner 65bc62266d Fix error reporting for 'icinga2 console -r' 2017-11-24 12:56:42 +01:00
Michael 8d1ecb9b36 ITL: Add check_rpc 2017-11-22 22:26:02 +01:00
noobahoi 5f6f5fb194
Update 09-object-types.md
object Downtime "localhost!my-downtime"

should be

object Downtime "my-downtime"

The host_name configuration attribute adds the localhost name automatically.
2017-11-21 16:22:58 +01:00
noobahoi 890ebbe9c2
Update 09-object-types.md
'TicketSalt' instead of 'NodeName'
2017-11-21 16:17:58 +01:00
Michael Friedrich 6fe14f88c8 ITL: Drop ssl_sni default setting
That's not supported by all plugin suites out there, and as such
should not be the default value. The user must set it explicitly.

fixes #5775
2017-11-21 09:39:58 +01:00
Michael Friedrich 678defcdb0 Fix formatting in value types docs 2017-11-20 18:48:26 +01:00
Michael Friedrich df10d2a295
Merge pull request #5773 from Icinga/feature/windows-client-requirements
Update Windows Client requirements for 2.8
2017-11-17 14:45:03 +01:00
Michael Friedrich 6244ab1e8c Update docs for Windows Client requirements for 2.8 2017-11-17 12:59:26 +01:00
Michael Friedrich 4d25afad21 Revert "Windows: Remove requirement for KB2999226 (VS2015)"
This reverts commit 5c4a833116.
2017-11-17 12:59:26 +01:00
Michael Friedrich 35f0df3fe5 Disable Flapping detection on Windows 2017-11-17 12:59:07 +01:00
Michael Friedrich 21efdae8b7
Merge pull request #5770 from Icinga/release/2.8.0
Release version 2.8.0
2017-11-16 11:01:09 +01:00
Jean Flach 06ed955cb5 Release version 2.8.0 2017-11-16 10:44:26 +01:00
Michael Friedrich 5e4b073686
Merge pull request #5768 from Icinga/fix/mailmap-authors
Update .mailmap and AUTHORS
2017-11-16 10:43:43 +01:00
Jean Flach e73dcfd4f3 Update .mailmap and AUTHORS 2017-11-16 10:28:59 +01:00
Michael Friedrich 5a4c67345c
Merge pull request #5765 from Icinga/fix/config-elasticwriter-default
Fix default configuration example for ElasticsearchWriter
2017-11-15 22:08:29 +01:00
Michael Friedrich 3673bd2201 Fix default configuration example for ElasticsearchWriter 2017-11-15 18:06:52 +01:00
Gunnar Beutner 4ab2a21467 Make default getters and setters non-virtual 2017-11-15 11:37:23 +01:00
Michael Friedrich f2fbdd098e
Merge pull request #5761 from Icinga/fix/docs-wrong-anchors
Fix wrong anchors in the documentation
2017-11-15 11:23:00 +01:00
Michael Friedrich 77851c0a48 Fix wrong anchors in the documentation
refs #5732
2017-11-15 11:12:32 +01:00
Gunnar Beutner 52692a008e Fix incorrect socket handling for the HTTP client 2017-11-15 09:53:38 +01:00
Max Rosin 20f8795e86 Add documentation about automatic service restarts with systemd, refs #5721 2017-11-15 01:20:44 +01:00
Michael Friedrich 6c2e98a6fd
Merge pull request #5755 from Icinga/fix/docs-troubleshooting-eventstreams
Fix missing Accept header in troubleshooting docs
2017-11-14 14:48:46 +01:00
Michael Friedrich 3a2edf544d Fix missing Accept header in troubleshooting docs 2017-11-14 14:40:50 +01:00
Noah Hilverling c10f0a639b RingBuffer: Add CalculateRate()
refs #5750
2017-11-14 11:06:56 +01:00
Gunnar Beutner c16a705f14
Merge pull request #5754 from dgoetz/fix/improve-cipherlist-docs-5690
Improve documentation of cipher_list
2017-11-14 10:44:12 +01:00
Dirk Goetz c0c3b70a11 Improve documentation of cipher_list
refs #5690
2017-11-14 10:04:58 +01:00
Noah Hilverling 054faa54d5 Return bytes sent/written in SendMessage() and WriteStringToStream()
refs #5509
2017-11-14 08:18:23 +01:00
Gunnar Beutner 01e8fb9be2
Merge pull request #5752 from Icinga/fix/add-noah-hilverling-to-mailmap
Add Noah Hilverling to .mailmap
2017-11-14 08:05:09 +01:00
Noah Hilverling 2acaccd028 Fix that RingBuffer does not get updated if nothing is written
refs #5750
2017-11-13 16:17:59 +01:00
Noah Hilverling 55dc87c956 Add Noah Hilverling to .mailmap 2017-11-13 16:08:51 +01:00
Michael Friedrich e4466307a7
Merge pull request #5748 from mcktr/fix/docs-pin-checks-in-a-zone
Fix missing word in pin checks in a zone doc chapter
2017-11-13 13:49:44 +01:00
Michael Friedrich 06bd737945
Merge pull request #5738 from Icinga/feature/update-release-docs
Update release docs
2017-11-13 13:49:01 +01:00
Gunnar Beutner 7dbadfb7a3 Update release docs 2017-11-13 13:47:26 +01:00
Michael 80deaf64f0 Fix missing word in doc chapter pin checks in a zone 2017-11-11 15:01:17 +01:00
Sven Nierlein 7bf5b3ff42 livestatus: custom variables return empty arrays instead of strings
livestatus queries for custom variables should return an empty list, ex: []
instead of an empty string if there are no variables.

Signed-off-by: Sven Nierlein <sven@nierlein.de>
2017-11-10 14:53:37 +01:00
Michael Friedrich 6d9a0b7145 Implement DummyCheckTask and move dummy into embedded in-memory checks
This replaces the previous "dummy" CheckCommand, and the user won't
notice it. Provided performance data will be parsed the same way.

This saves a shell fork and check_dummy execution.

We're relying on this when creating cluster checks with Icinga 2 DSL
and more. If one does not have the plugins installed, this then also works.

fixes #5740
2017-11-09 20:19:31 +01:00
Michael Friedrich 166ecfe446
Merge pull request #5739 from Icinga/feature/elasticsearchwriter
Rename ElasticWriter to ElasticsearchWriter
2017-11-09 15:42:37 +01:00
Michael Friedrich 972f0fb116
Merge pull request #5741 from Icinga/fix/docs-manual-certificate-creation
Fix manual certificate creation chapter in the docs
2017-11-09 15:36:01 +01:00
Michael Friedrich 7c0a09cfb6 Rename ElasticWriter to ElasticsearchWriter
This better reflects its purpose as otherwise it would imply
that you need Elastic Stack for it. Graylog also reads from
Elasticsearch instances, this could serve as additional integration
here.
2017-11-09 15:33:10 +01:00
Michael Friedrich f4dad05a63 Fix manual certificate creation chapter in the docs 2017-11-09 15:14:10 +01:00