Thomas Widhalm
a0536c2fc8
Add silent installation, reference to NSClient++ and some extra information to the Windows Agent documentation
...
fixes #11437
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2016-04-20 10:07:22 +02:00
Gunnar Beutner
b7ee26fa78
Don't use semi-colons in auto-generated config files
...
fixes #11438
2016-04-20 10:07:22 +02:00
Gunnar Beutner
ba3eeafb5a
Implement recursion limit for AST expressions which don't use a separate stack frame
...
fixes #11106
2016-04-20 10:07:22 +02:00
Gunnar Beutner
97f324ad3e
Follow symlinks in Utility::GlobRecursive
...
fixes #11347
2016-04-20 10:07:22 +02:00
Michael Friedrich
f151e1ae9e
Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands
...
fixes #11098
2016-04-20 10:07:21 +02:00
Michael Friedrich
c92ceff1ed
Add --units, --rate and --rate-multiplier support for the snmpv3 check command
...
fixes #11194
2016-04-20 10:07:21 +02:00
Michael Friedrich
94d6cefea6
Docs: Remove the migration script chapter
...
fixes #11407
2016-04-20 10:07:18 +02:00
Michael Friedrich
20cb2e4414
Docs: Explain how to use functions for wildcard matches for arrays and/or dictionaries
...
... in assign where expressions
fixes #11402
2016-04-20 10:06:59 +02:00
Michael Friedrich
e076e91706
Only call UpdateNextCheck() for soft states
...
refs #11336
2016-04-20 10:00:09 +02:00
Michael Friedrich
8668eb65b5
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-04-20 10:00:08 +02:00
Michael Friedrich
122256bb91
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-04-20 10:00:07 +02:00
Michael Friedrich
62dfcc7dc8
Docs: Fix url for Icinga Web 2 installation docs
...
refs #11494
2016-04-11 10:38:45 +02:00
Michael Friedrich
c98c3f52f0
Docs: Remove the migration script chapter
...
fixes #11407
2016-04-11 10:38:40 +02:00
Michael Friedrich
24836a405c
Docs: Explain how to use functions for wildcard matches for arrays and/or dictionaries
...
... in assign where expressions
fixes #11402
2016-04-11 10:38:34 +02:00
Gunnar Beutner
c035d1b888
Update .mailmap for Markus Frosch
...
fixes #11399
2016-04-11 10:38:29 +02:00
Gunnar Beutner
460c25b94d
Release version 2.4.4
2016-03-16 09:48:27 +01:00
Gunnar Beutner
8aab74802c
Update .mailmap
...
refs #11328
2016-03-16 09:40:00 +01:00
Michael Friedrich
23295351f3
ITL: Missing documentation for nwc_health "mode" parameter
...
fixes #11107
2016-03-15 15:44:57 +01:00
Michael Friedrich
ba989f4802
ITL: Add additional http check command parameters for SSL version enforcement
...
refs #10358
2016-03-15 15:28:10 +01:00
Michael Friedrich
307498e71f
DB IDO: Fix user notification type filters
...
fixes #10766
2016-03-15 14:53:25 +01:00
Michael Friedrich
ed4378e521
Update development docs to use 'thread apply all bt full'
...
fixes #11385
2016-03-15 13:18:32 +01:00
Gunnar Beutner
c4f9c34e43
Update AUTHORS
...
refs #11369
2016-03-15 13:17:55 +01:00
Rune Darrud
901618d15b
Add uninstall to the chocolatey package
...
refs #11369
2016-03-15 13:17:10 +01:00
Gunnar Beutner
4c7b5f710f
Fix crash in ScheduledDowntime::TimerProc
...
fixes #11352
2016-03-15 13:15:57 +01:00
Gunnar Beutner
14a5be30e0
Fix error handling for FeatureUtility::GetFeatures
...
fixes #11349
2016-03-15 13:15:01 +01:00
Gunnar Beutner
8b941a8db5
Attempt to fix race condition problem with epoll_ctl()
...
refs #11289
2016-03-15 13:14:35 +01:00
Michael Friedrich
f386920e60
Refactor patch for host recovery notifications
...
refs #10225
2016-03-15 13:11:01 +01:00
Jean Flach
4cf33b74f2
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-11 15:59:52 +01:00
Jean Flach
397c0ada95
Fix CMake not finding mysql libs on Windows
...
fixes #11208
2016-03-11 15:59:23 +01:00
Markus Frosch
2d4ccb40d3
Correct API URL example for acknowledge-problem
...
refs #11328
2016-03-11 15:58:51 +01:00
Michael Friedrich
ee7af887c8
Fix host recovery notifications for warning states
...
fixes #10225
2016-03-11 15:58:13 +01:00
Gunnar Beutner
cc562e257c
Update AUTHORS
...
refs #11240
2016-03-11 15:57:43 +01:00
Julian Brost
ca869719d0
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-11 15:57:35 +01:00
Michael Friedrich
5516427446
Fix: Common name in node wizard isn't case sensitive
...
fixes #11159
2016-03-11 15:57:10 +01:00
Michael Friedrich
7ad7e28d7a
Fix: Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications
...
fixes #11320
2016-03-11 15:56:43 +01:00
Michael Friedrich
f99feab08c
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-11 15:55:14 +01:00
Michael Friedrich
8344f749cd
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-11 15:55:03 +01:00
Michael Friedrich
a63db2805e
Docs: Add API examples for creating services and check commands
...
fixes #11350
2016-03-11 15:54:29 +01:00
Gunnar Beutner
9e498383a1
Update build requirements for SLES 11 SP4
...
fixes #11331
2016-03-11 15:54:03 +01:00
Michael Friedrich
baecdc3210
Fix: MkDirP supports '/' and '\' on Windows
...
fixes #10231
2016-03-11 15:51:08 +01:00
Michael Friedrich
9e833d7563
Fix MkDirP() on Windows
...
fixes #10231
2016-03-11 15:50:57 +01:00
Michael Friedrich
aadbe98c56
Docs: http check's URI is really just Path
...
fixes #10795
2016-03-11 15:50:29 +01:00
Michael Friedrich
7f7f46b6cb
Update AUTHORS
...
refs #10358
2016-03-11 15:50:02 +01:00
Brian De Wolf
5c52e3e428
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-03-11 15:49:53 +01:00
Michael Friedrich
cd5f11b1ea
Docs: Add an example for API joins with comments and host/services
...
fixes #10976
2016-03-11 15:49:22 +01:00
Michael Friedrich
3979ec9b15
Fix wrong log message in 'node setup' cli command
...
fixes #11209
2016-03-11 15:48:18 +01:00
Michael Friedrich
e415d15d4d
Update AUTHORS
...
refs #11205
2016-03-11 15:25:08 +01:00
Andres Ivanov
3df7336fb3
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-03-11 15:24:57 +01:00
Sebastian Chrostek
f5f0f7bd6e
Fix problem notifications while flapping is active
...
fixes #9969
fixes #9642
2016-03-11 15:24:02 +01:00
Michael Friedrich
071c43c4da
Release version v2.4.3
2016-02-24 14:26:37 +01:00