Commit Graph

5522 Commits

Author SHA1 Message Date
Gunnar Beutner 46a9b30260 Add missing lock in ScriptUtils::Union
fixes #9622
2015-07-15 08:27:26 +02:00
Gunnar Beutner 1638c44bc9 Fix failed assertion in ScriptUtils::Intersection
fixes #9621
2015-07-15 08:20:30 +02:00
Michael Friedrich f46af1b3bf Docs: Enhance troubleshooting ssl errors & cluster replay log
fixes #9610
2015-07-14 09:20:28 +02:00
Michael Friedrich b4236091f9 Fix config parser ignoring forbidden "ignore" in template definition
fixes #9535
2015-07-13 11:01:19 +02:00
Michael Friedrich 61006d8a32 Fix wrong formatting in DB IDO extensions docs
fixes #9585
2015-07-13 10:36:33 +02:00
Michael Friedrich 8545c5023a DB IDO: Don't clear endpoint* tables on start/reload
fixes #9586
2015-07-13 10:26:01 +02:00
Gunnar Beutner c2da4869a6 Fix incorrect return value for the macro() function
fixes #9584
2015-07-13 08:26:17 +02:00
Markus Frosch 97f48759cd Remove selective reconnecting behavior
We want to remove the partial reconnecting behavior, so that all endpoints of
a zone try to connect to a lower or higher zone in hierarchy.

fixes #9406

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-10 10:32:28 +02:00
Michael Friedrich 4e664470b5 Fix RELEASE.md tests 2015-07-08 12:56:15 +02:00
Michael Friedrich 6c1d50edf9 Release version 2.3.6 2015-07-08 10:17:44 +02:00
Michael Friedrich 0bf1bc358f Update AUTHORS 2015-07-08 10:14:12 +02:00
Michael Friedrich 04ac7cc12b Update AUTHORS
refs #9172
2015-07-08 09:45:47 +02:00
Michael Friedrich caf6e1f443 ITL: Add missing 'ldap' command arguments
refs #9172
2015-07-08 09:45:17 +02:00
Élie Bouttier 949e626b73 ITL: Add "ldap" CheckCommand
refs #9172

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-07-08 09:45:10 +02:00
Lennart Betz 765c06f7ed ITL: Add missing 'smtp' CheckCommand parameters
fixes #9578

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-07-07 21:31:12 +02:00
Michael Friedrich cb8291435f changelog.py: Fix formatting and require version
refs #9446
2015-07-07 17:19:09 +02:00
Michael Friedrich e45ecaf116 Update AUTHORS
refs #9463
2015-07-07 15:45:03 +02:00
Christian Harke 2259024774 ITL: Fix incorrect check_ping.exe parameter
fixes #9463
2015-07-07 15:44:58 +02:00
Michael Friedrich b3c8cef4e2 Fix README.md urls 2015-07-07 10:12:35 +02:00
Michael Friedrich 654c2bd7e8 Fix ITL elasticsearch documentation
refs #9415
2015-07-07 09:27:27 +02:00
Michael Friedrich 86b5e20ba8 Fix typo in INSTALL.md
refs #9549
2015-07-07 09:20:32 +02:00
Lennart Betz 806d6e4dec ITL: Add missing options to 'ntp_time' CheckCommand
fixes #9562

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 17:17:42 +02:00
Lennart Betz 3cf3a72ed0 ITL: Add CheckCommand ntp_peer
fixes #9523

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 17:04:57 +02:00
Lennart Betz eaf2ab7daa Fix default port for NRPE in the documentation
fixes #9522

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 16:12:03 +02:00
Michael Friedrich eda205a8d5 Update AUTHORS
refs #9191
2015-07-06 15:22:40 +02:00
Malte Rabenseifner aeaa77125a Use PluginContribDir in itl/plugins-contrib.d/*
fixes #9513
2015-07-06 15:21:57 +02:00
Dirk Goetz 1eb5c8d9f3 Add elasticsearch checkcommand to itl
fixes #9415

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 15:15:44 +02:00
Ferdi Gueran 692e924c75 Add database CheckCommand definition for mongodb
fixes #9191

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-07-06 15:15:18 +02:00
Gunnar Beutner 0a3614723f Fix stability issues with the TlsStream/Stream classes
fixes #9481
2015-07-06 15:09:04 +02:00
Michael Friedrich c913143034 Update getting started for Debian Jessie
fixes #9563
2015-07-06 15:07:37 +02:00
Michael Friedrich eac73e1ad1 Require openssl1 on sles11sp3 from Security Module
There is a severe problem with SSL certificate verification
described in #9549 which renders client communication
unusable. The OpenSSL 0.9.8j version in SLES11 is buggy
and does not allow to verify clients on the master,
nor does a manual openssl verification work.

We'll therefore switch to the openssl1 package provided
by the SLES 11 Security Module and link against their
working API in order to resolve the problem in clusters
and client setups.

fixes #9549
2015-07-06 13:47:48 +02:00
Michael Friedrich 807c6885b1 Fix faulty if condition in spec file
refs #8842
refs #9559
2015-07-06 13:46:34 +02:00
Michael Friedrich 88a635e84a Require g++ 4.7 on sles11sp3
refs #8842
fixes #9559
2015-07-06 13:46:23 +02:00
Michael Friedrich d563c85625 spec: Only require libmysqlclient-devel on sles11sp3
fixes #9558
2015-07-05 15:15:43 +02:00
Michael Friedrich d3cb1ad48a Cli: Don't add empty host/port endpoint attributes in node wizard
refs #9205
refs #9536
2015-07-03 13:03:07 +02:00
Jean Flach 9d3020cd31 Fix Port wrong default port in Node Wizard
fixes #9205
2015-07-03 09:42:27 +02:00
Michael Friedrich 426495bd67 Add log message for discarded cluster events (e.g. from unauthenticated clients)
fixes #9489
2015-07-02 13:06:18 +02:00
Michael Friedrich 4300d90f94 Revert "Documentation: Update escape sequence"
This reverts commit f2e69c8779.

refs #9363
2015-07-02 11:59:24 +02:00
Michael Friedrich aab6d632e8 Fix wrong preprocessor macros 2015-06-24 14:14:58 +02:00
Michael Friedrich 656286f887 Fix unused variable in dbevents
refs #9055
2015-06-24 14:14:50 +02:00
Michael Friedrich a413532e54 Add missing openssl verify to cluster troubleshooting docs
fixes #9490
2015-06-24 13:36:20 +02:00
Michael Friedrich b8bbff87ca Add notifications (e.g. pagerduty) to 'addons & plugins' docs
fixes #6714
2015-06-23 16:21:20 +02:00
Jean Flach 2b3848eebc Remove thresholds from check_service.exe
They didn't make any sense anyways

fixes #9320
2015-06-23 15:39:48 +02:00
Jean Flach 0b1b222907 Add path exclusion to check_disk.exe
Also do some refactoring and make -m do something

fixes #9201
2015-06-23 15:39:23 +02:00
Jean Flach 1a5117fe0a Decide state based on single drives
fixes #9197
2015-06-23 15:39:12 +02:00
Jean Flach c1e13d3dbe Refactor plugin code 2015-06-23 15:32:51 +02:00
Michael Friedrich a90e2fb1a9 Fix documentation for checks inside an HA zone
fixes #9476
2015-06-23 10:36:05 +02:00
Michael Friedrich 9e663eea4b Fix wrong nscp path w/ command_endpoint runtime macros
Do not allow to override the nscp path by runtime macros.
This causes the (linux) master to send just "." as $nscp_path$
and the windows client ignores the local global constant NscpPath
being overridden by the master.

Only happens with command_endpoints where runtime macros are passed
from the master to the clients.

fixes #9456
2015-06-19 15:20:51 +02:00
Gunnar Beutner 5c11eb8b47 Fix incorrect variable name in the ITL
fixes #9253
2015-06-19 10:57:48 +02:00
Michael Friedrich bb7190e41f Update release hints for chocolatey versions
refs #8503
2015-06-19 09:43:59 +02:00