Jean Flach
355c2610a9
Make agent error output more verbose
...
Adds the ran command to the agents error output
fixes #11388
2016-03-15 16:59:49 +01:00
Michael Friedrich
f15c40c569
ITL: Missing documentation for nwc_health "mode" parameter
...
fixes #11107
2016-03-15 15:44:17 +01:00
Michael Friedrich
d8b70f8ae1
ITL: Add additional http check command parameters for SSL version enforcement
...
refs #10358
2016-03-15 15:26:22 +01:00
Michael Friedrich
67b7df3189
DB IDO: Fix user notification type filters
...
fixes #10766
2016-03-15 14:50:43 +01:00
Gunnar Beutner
547c21461c
Update .mailmap
...
refs #11328
2016-03-15 14:04:49 +01:00
Michael Friedrich
a30cb86ca1
Only call UpdateNextCheck() for soft states
...
refs #11336
2016-03-15 14:02:19 +01:00
Michael Friedrich
d682f56c38
Use UpdateNextCheck() for determining the retry_interval in ProcessCheckResult()
...
This patch also moves the next check updates for passive
check results into ProcessCheckResult(). That way the
next check status updates for DB IDO work in a sane way
again.
refs #11336
2016-03-15 13:02:38 +01:00
Michael Friedrich
3bd6848763
Refactor patch for host recovery notifications
...
refs #10225
2016-03-15 09:47:59 +01:00
Michael Friedrich
af58be7884
Update development docs to use 'thread apply all bt full'
...
fixes #11385
2016-03-15 09:47:59 +01:00
Gunnar Beutner
08c5006a59
Update AUTHORS
...
refs #11369
2016-03-15 09:35:53 +01:00
Rune Darrud
47c32536b0
Add uninstall to the chocolatey package
...
refs #11369
2016-03-14 18:42:10 +01:00
Jean Flach
8f875dd51f
Fix Windows Agent failing with special characters
...
refs #11327
2016-03-14 16:37:15 +01:00
Gunnar Beutner
4066ab730a
Fix error handling for FeatureUtility::GetFeatures
...
fixes #11349
2016-03-14 08:45:12 +01:00
Gunnar Beutner
a8ee6b2009
Fix crash in ScheduledDowntime::TimerProc
...
fixes #11352
2016-03-14 08:37:13 +01:00
Michael Friedrich
4746b214d6
Fix: Common name in node wizard isn't case sensitive
...
fixes #11159
2016-03-11 14:22:24 +01:00
Michael Friedrich
3e050bd0cd
Fix: Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications
...
fixes #11320
2016-03-11 13:19:03 +01:00
Michael Friedrich
7fb8bcd933
Use retry_interval on first OK -> NOT-OK state change
...
Only valid for active check results. The API actions were
missing that marker similar to the external command processor.
The initial OK -> NOT-OK transition should use the retry_interval
but nothing else.
fixes #11336
2016-03-11 12:00:30 +01:00
Michael Friedrich
5b6a6f86b1
Fix host recovery notifications for warning states
...
fixes #10225
2016-03-11 09:29:07 +01:00
Michael Friedrich
68449c2891
Docs: Add API examples for creating services and check commands
...
fixes #11350
2016-03-10 10:59:25 +01:00
Gunnar Beutner
dbe0dd20d8
Update build requirements for SLES 11 SP4
...
fixes #11331
2016-03-08 15:01:21 +01:00
Markus Frosch
19cb781172
Correct API URL example for acknowledge-problem
...
refs #11328
2016-03-08 09:35:39 +01:00
Michael Friedrich
65cbf04454
Fix: MkDirP supports '/' and '\' on Windows
...
fixes #10231
2016-03-07 09:22:07 +01:00
Gunnar Beutner
554531a6b0
Update AUTHORS
...
refs #11240
2016-03-07 09:09:01 +01:00
Julian Brost
7439633965
Fix max number of args for DEL_DOWNTIME_BY_HOST_NAME
...
The RegisterCommand call for DEL_DOWNTIME_BY_HOST_NAME was missing the
max args parameter. This prevented the optional service name, start time
and comment arguments to be passed.
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
fixes #11240
2016-03-05 18:43:02 +01:00
Michael Friedrich
ef532f20eb
Revert "Fix check scheduling w/ retry_interval"
...
This reverts commit a51e647cc7
.
This patch causes trouble with check results received
1) passively 2) throughout the cluster. A proper patch
for setting the retry_interval on NOT-OK state changes
is required.
refs #11248
refs #11257
refs #11273
(the old issue)
refs #7287
2016-03-05 18:16:49 +01:00
Michael Friedrich
b8e3d61820
Revert "Properly set the next check time for active and passive checks"
...
This reverts commit 2a11b27972
.
This patch does not properly work and breaks the check_interval setting
for passive checks. Requires a proper patch.
refs #11248
refs #11257
refs #11273
(the old issue)
refs #7287
2016-03-05 18:15:03 +01:00
Tobias von der Krone
ce3062904f
Use the server's preferred cipher for the API connection
...
When using SSL_OP_CIPHER_SERVER_PREFERENCE the server's preferred cipher
is used instead of the client preference, see
https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_set_options.html
fixes #11290
2016-03-04 14:57:06 +01:00
Michael Friedrich
d14477c242
Fix MkDirP() on Windows
...
fixes #10231
2016-03-03 15:54:35 +01:00
Gunnar Beutner
47521904c1
Attempt to fix race condition problem with epoll_ctl()
...
refs #11289
2016-03-03 13:38:13 +01:00
Jean Flach
9cdea730a3
Fix delete object handler returning incorrect status codes
...
Now a 200 OK only gets returned if all objects could be deleted
fixes #10770
2016-03-01 16:53:52 +01:00
Michael Friedrich
566dc96507
Update .gitignore
2016-02-26 11:44:17 +01:00
Michael Friedrich
e0974d815b
Update AUTHORS
...
refs #10358
2016-02-24 23:38:52 +01:00
Brian De Wolf
2e1a2146f1
ITL: add check_http args for SSL version forcing
...
The -S argument of check_http can take a number, which forces the connection to
use a specific SSL version. This is implemented as multiple options because
check_http does not accept the number following -S if they are separated.
fixes #10358
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-02-24 23:38:22 +01:00
Michael Friedrich
8e0cc701eb
Update AUTHORS
...
refs #10426
2016-02-24 23:25:59 +01:00
Vytenis Darulis
6729679f38
Try to queue all PROCESS_FILE commands instead of exploding the stack
...
fixes #10426
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-02-24 23:25:22 +01:00
Michael Friedrich
dcc9772fd0
Docs: http check's URI is really just Path
...
fixes #10795
2016-02-24 22:13:03 +01:00
Michael Friedrich
3228586a62
Docs: Add an example for API joins with comments and host/services
...
fixes #10976
2016-02-24 21:31:10 +01:00
Michael Friedrich
afb579efad
Merge branch 'support/2.4'
2016-02-24 14:28:42 +01:00
Michael Friedrich
8a81dac9f5
Release version v2.4.3
2016-02-24 14:26:59 +01:00
Michael Friedrich
071c43c4da
Release version v2.4.3
2016-02-24 14:26:37 +01:00
Michael Friedrich
e4b99ca87e
Ensure that config files are readable by the daemon
...
refs #11212
refs #11211
2016-02-24 14:25:09 +01:00
Michael Friedrich
894aaaecb1
Ensure that config files are readable by the daemon
...
refs #11212
refs #11211
2016-02-24 14:24:08 +01:00
Michael Friedrich
a79ea88fff
Fix permissions for temporary files
...
fixes #11212
fixes #11211
2016-02-24 11:27:22 +01:00
Michael Friedrich
47c5425137
Fix permissions for temporary files
...
fixes #11212
fixes #11211
2016-02-24 11:00:44 +01:00
Michael Friedrich
4c59ffa555
Update AUTHORS
...
refs #11205
2016-02-23 22:19:03 +01:00
Andres Ivanov
7e4a08749f
ITL: Add query option to check_postgres
...
There were "query", "valtype" and "reverse" options missing
for "custom_query" action type in check_postgres plugin.
fixes #11205
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-02-23 22:16:00 +01:00
Michael Friedrich
272d9541be
Fix wrong log message in 'node setup' cli command
...
fixes #11209
2016-02-23 16:55:45 +01:00
Michael Friedrich
c256ea12f3
Update AUTHORS
...
refs #9858
2016-02-23 16:28:04 +01:00
Sebastian Chrostek
83845e609e
Fix problem notifications while flapping is active
...
fixes #9969
fixes #9642
2016-02-23 16:27:22 +01:00
Jean Flach
0c837e30e8
Fix CMake not finding mysql libs on Windows
...
fixes #11208
2016-02-23 16:08:58 +01:00