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
Gunnar Beutner
d69c73bbc8
Merge branch 'support/2.7'
2017-11-09 13:54:29 +01:00
Noah Hilverling
dc925238c0
Release version 2.7.2
2017-11-09 13:44:36 +01:00
Noah Hilverling
f3085c70e5
Release version 2.7.2
2017-11-09 13:43:05 +01:00
Noah Hilverling
cacb3cbca9
Remove spec file
2017-11-09 13:42:45 +01:00
Gunnar Beutner
bcf6739d9f
Merge pull request #5730 from Icinga/fix/trim-form-fields-to-avoid-hidden-crlf-characters-from-linux-5705
...
Add missing trims to GetMasterHostPort and remove Convert.ToString from variables that are strings already
2017-11-09 09:29:11 +01:00
Noah Hilverling
4579e8f7f5
SetupWizard: Move Trim to GetMasterHostPort()
...
refs #5705
2017-11-09 09:28:05 +01:00
Noah Hilverling
f3cc265135
SetupWizard: Remove Convert.ToString where useless
...
refs #5705
2017-11-09 09:27:15 +01:00
Gunnar Beutner
2e807fe2fc
Merge pull request #5734 from mcktr/fix/doc-broken-links
...
Fix broken links inside the documentation
2017-11-09 08:07:12 +01:00
Michael
84957bb2a5
Fix broken links inside the documentation
...
This replaces the broken link to the command transport chapter inside the Icinga
Web 2 documentation, besides that this also updates the link to the Icinga Web 2
installation documentation to the offical page on icinga.com.
2017-11-09 02:34:04 +01:00
Paolo Schiro
490b822f38
add a bogus zero reply in livestatus if aggregate filter does not match, fix I#5626
2017-11-09 01:32:30 +01:00
Jean Flach
d1d1c2e2e8
Make --perf-syntax also change short message
...
refs #5418
2017-11-08 17:05:43 +01:00
Michael Friedrich
6749046102
Merge pull request #5727 from Icinga/feature/docs-upgrading-2-8
...
Update upgrading documentation for 2.8
2017-11-08 16:12:45 +01:00
Michael Friedrich
d6a4e180de
Update upgrading documentation for 2.8
2017-11-08 15:57:27 +01:00
Jean Flach
f4a1747e14
Merge pull request #5732 from Icinga/fix/flapping
...
Fix flapping calculation and events
fixes #5720
2017-11-08 15:10:55 +01:00
Michael Friedrich
41d54029c8
Fix log messages for flapping
2017-11-08 12:12:27 +01:00
Michael Friedrich
026f6d6f2e
Add documentation for new attributes in `Flapping` API event stream type
2017-11-08 10:17:05 +01:00
Noah Hilverling
e6f94ff203
Correct node wizard output formatting
2017-11-08 09:04:25 +01:00
Lee Clemens
9fdfa5ee10
Handle mis-detection with clang on RHEL/CentOS 7
...
C++11 features available: BOOST_NO_CXX11_HDR_TUPLE
refs #5257
2017-11-08 08:34:45 +01:00
Michael Friedrich
17a246f929
Merge pull request #5728 from Icinga/fix/check_service
...
Fix check_service not working with names
2017-11-07 18:17:14 +01:00
Michael Friedrich
0df1d10c4b
Merge pull request #5485 from Icinga/fix/downtimehistory-5458
...
Ensure that expired/removed downtimes/comments are correctly updated in DB IDO
2017-11-07 17:50:19 +01:00
Jean Flach
61a9eb13c1
Fix check_service not working with names
...
This change fixes check_service not working correctly when using
descriptions instead of names.
This should probably be in 2.8.0
2017-11-07 17:47:35 +01:00
Michael Friedrich
a1afb52464
Update upgrading docs for DB IDO schema update
2017-11-07 17:03:11 +01:00
Michael Friedrich
42b1e7ce79
Use the entry_time for icinga_comments updates
...
This follows all other queries in their where condition
using entry_time for comments/downtimes.
2017-11-07 16:37:12 +01:00
Michael Friedrich
e0e7f9ae6b
DB IDO: Force users to upgrade the schema to avoid workaround fixes/missing indexes
2017-11-07 16:37:12 +01:00
Jean Flach
e83ddbd8b2
Remove unnecessary keys from where clauses
2017-11-07 16:37:12 +01:00
Eric Lippmann
6f6703042e
ido: Drop unused instance_id indices from comments, downtimes and their related history tables
2017-11-07 16:37:12 +01:00
Jean Flach
1632415370
Fix commenthistory
...
refs #5492
2017-11-07 16:37:12 +01:00
Jean Flach
30be02bcae
Alter DowntimeRemoval behaviour
...
This adds an additional index to the downtimehistory and updates the
dbevents in a way that it uses that index
2017-11-07 16:37:12 +01:00
Gunnar Beutner
6f8b62333f
Use real UUIDs for Utility::NewUniqueID
2017-11-07 13:53:04 +01:00