]> granicus.if.org Git - icinga2/log
icinga2
8 years agoUpdate Centos/Redhat/Fedora installation instructions
Assaf Flatto [Wed, 23 Mar 2016 10:16:38 +0000 (12:16 +0200)]
Update Centos/Redhat/Fedora installation instructions

Old Docs gave wrong details on how to install Icinga 2.

fixes #11439

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
8 years agoImprove validation for arrays
Gunnar Beutner [Thu, 24 Mar 2016 08:15:09 +0000 (09:15 +0100)]
Improve validation for arrays

fixes #11434

8 years agoEnsure that the legacy_id attribute for comment/downtime objects is restored on restart
Michael Friedrich [Wed, 23 Mar 2016 13:03:44 +0000 (14:03 +0100)]
Ensure that the legacy_id attribute for comment/downtime objects is restored on restart

This has been changed when moving comments/downtimes to config objects
in 050c520b2a3df0477f2eec71ec2d874b6dd36aa5

It may cause trouble with DB IDO DELETE and UPDATE statements
depending on the old value.

refs #11382

8 years agoDB IDO: Fix that downtime is not in effect after restart
Michael Friedrich [Wed, 23 Mar 2016 12:42:00 +0000 (13:42 +0100)]
DB IDO: Fix that downtime is not in effect after restart

fixes #10843

8 years agoDocs: Fix broken formatting in cluster manual SSL generation
Michael Friedrich [Wed, 23 Mar 2016 12:09:08 +0000 (13:09 +0100)]
Docs: Fix broken formatting in cluster manual SSL generation

fixes #11440

8 years agoUpdate .mailmap
Gunnar Beutner [Wed, 23 Mar 2016 09:12:05 +0000 (10:12 +0100)]
Update .mailmap

refs #11437

8 years agoAdd silent installation, reference to NSClient++ and some extra information to the...
Thomas Widhalm [Tue, 22 Mar 2016 22:19:40 +0000 (23:19 +0100)]
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>
8 years agoDon't use semi-colons in auto-generated config files
Gunnar Beutner [Wed, 23 Mar 2016 08:29:27 +0000 (09:29 +0100)]
Don't use semi-colons in auto-generated config files

fixes #11438

8 years agoImplement recursion limit for AST expressions which don't use a separate stack frame
Gunnar Beutner [Wed, 23 Mar 2016 07:40:32 +0000 (08:40 +0100)]
Implement recursion limit for AST expressions which don't use a separate stack frame

fixes #11106

8 years agoFollow symlinks in Utility::GlobRecursive
Gunnar Beutner [Tue, 22 Mar 2016 07:21:44 +0000 (08:21 +0100)]
Follow symlinks in Utility::GlobRecursive

fixes #11347

8 years agoAdd --method parameter for check_{oracle,mysql,mssql}_health CheckCommands
Michael Friedrich [Fri, 18 Mar 2016 14:10:37 +0000 (15:10 +0100)]
Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands

fixes #11098

8 years agoAdd --units, --rate and --rate-multiplier support for the snmpv3 check command
Michael Friedrich [Fri, 18 Mar 2016 11:26:54 +0000 (12:26 +0100)]
Add --units, --rate and --rate-multiplier support for the snmpv3 check command

fixes #11194

8 years agoDocs: Remove the migration script chapter
Michael Friedrich [Thu, 17 Mar 2016 21:49:39 +0000 (22:49 +0100)]
Docs: Remove the migration script chapter

fixes #11407

8 years agoDocs: Explain how to use functions for wildcard matches for arrays and/or dictionaries
Michael Friedrich [Thu, 17 Mar 2016 14:49:13 +0000 (15:49 +0100)]
Docs: Explain how to use functions for wildcard matches for arrays and/or dictionaries

... in assign where expressions

fixes #11402

8 years agoOnly call UpdateNextCheck() for soft states
Michael Friedrich [Tue, 15 Mar 2016 13:02:19 +0000 (14:02 +0100)]
Only call UpdateNextCheck() for soft states

refs #11336

8 years agoUse UpdateNextCheck() for determining the retry_interval in ProcessCheckResult()
Michael Friedrich [Tue, 15 Mar 2016 12:02:38 +0000 (13:02 +0100)]
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

8 years agoUse retry_interval on first OK -> NOT-OK state change
Michael Friedrich [Fri, 11 Mar 2016 09:30:50 +0000 (10:30 +0100)]
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

8 years agoDocs: Fix url for Icinga Web 2 installation docs
Michael Friedrich [Fri, 1 Apr 2016 08:06:26 +0000 (10:06 +0200)]
Docs: Fix url for Icinga Web 2 installation docs

refs #11494

8 years agoDocs: Remove the migration script chapter
Michael Friedrich [Thu, 17 Mar 2016 21:49:39 +0000 (22:49 +0100)]
Docs: Remove the migration script chapter

fixes #11407

8 years agoDocs: Explain how to use functions for wildcard matches for arrays and/or dictionaries
Michael Friedrich [Thu, 17 Mar 2016 14:49:13 +0000 (15:49 +0100)]
Docs: Explain how to use functions for wildcard matches for arrays and/or dictionaries

... in assign where expressions

fixes #11402

8 years agoUpdate .mailmap for Markus Frosch
Gunnar Beutner [Thu, 17 Mar 2016 05:35:30 +0000 (06:35 +0100)]
Update .mailmap for Markus Frosch

fixes #11399

8 years agoRelease version 2.4.4 v2.4.4
Gunnar Beutner [Wed, 16 Mar 2016 08:48:27 +0000 (09:48 +0100)]
Release version 2.4.4

8 years agoUpdate .mailmap
Gunnar Beutner [Tue, 15 Mar 2016 13:04:49 +0000 (14:04 +0100)]
Update .mailmap

refs #11328

8 years agoITL: Missing documentation for nwc_health "mode" parameter
Michael Friedrich [Tue, 15 Mar 2016 14:44:17 +0000 (15:44 +0100)]
ITL: Missing documentation for nwc_health "mode" parameter

fixes #11107

8 years agoITL: Add additional http check command parameters for SSL version enforcement
Michael Friedrich [Tue, 15 Mar 2016 14:26:22 +0000 (15:26 +0100)]
ITL: Add additional http check command parameters for SSL version enforcement

refs #10358

8 years agoDB IDO: Fix user notification type filters
Michael Friedrich [Tue, 15 Mar 2016 13:41:24 +0000 (14:41 +0100)]
DB IDO: Fix user notification type filters

fixes #10766

8 years agoUpdate development docs to use 'thread apply all bt full'
Michael Friedrich [Tue, 15 Mar 2016 08:45:27 +0000 (09:45 +0100)]
Update development docs to use 'thread apply all bt full'

fixes #11385

8 years agoUpdate AUTHORS
Gunnar Beutner [Tue, 15 Mar 2016 08:35:53 +0000 (09:35 +0100)]
Update AUTHORS

refs #11369

8 years agoAdd uninstall to the chocolatey package
Rune Darrud [Sun, 13 Mar 2016 22:13:01 +0000 (23:13 +0100)]
Add uninstall to the chocolatey package

refs #11369

8 years agoFix crash in ScheduledDowntime::TimerProc
Gunnar Beutner [Mon, 14 Mar 2016 07:37:13 +0000 (08:37 +0100)]
Fix crash in ScheduledDowntime::TimerProc

fixes #11352

8 years agoFix error handling for FeatureUtility::GetFeatures
Gunnar Beutner [Mon, 14 Mar 2016 07:45:12 +0000 (08:45 +0100)]
Fix error handling for FeatureUtility::GetFeatures

fixes #11349

8 years agoAttempt to fix race condition problem with epoll_ctl()
Gunnar Beutner [Thu, 3 Mar 2016 12:37:16 +0000 (13:37 +0100)]
Attempt to fix race condition problem with epoll_ctl()

refs #11289

8 years agoRefactor patch for host recovery notifications
Michael Friedrich [Tue, 15 Mar 2016 08:46:20 +0000 (09:46 +0100)]
Refactor patch for host recovery notifications

refs #10225

8 years agoFix delete object handler returning incorrect status codes
Jean Flach [Tue, 1 Mar 2016 15:53:52 +0000 (16:53 +0100)]
Fix delete object handler returning incorrect status codes

Now a 200 OK only gets returned if all objects could be deleted

fixes #10770

8 years agoFix CMake not finding mysql libs on Windows
Jean Flach [Tue, 23 Feb 2016 15:07:28 +0000 (16:07 +0100)]
Fix CMake not finding mysql libs on Windows

fixes #11208

8 years agoCorrect API URL example for acknowledge-problem
Markus Frosch [Tue, 8 Mar 2016 08:35:39 +0000 (09:35 +0100)]
Correct API URL example for acknowledge-problem

refs #11328

8 years agoFix host recovery notifications for warning states
Michael Friedrich [Thu, 10 Mar 2016 13:32:57 +0000 (14:32 +0100)]
Fix host recovery notifications for warning states

fixes  #10225

8 years agoUpdate AUTHORS
Gunnar Beutner [Mon, 7 Mar 2016 08:09:01 +0000 (09:09 +0100)]
Update AUTHORS

refs #11240

8 years agoFix max number of args for DEL_DOWNTIME_BY_HOST_NAME
Julian Brost [Fri, 26 Feb 2016 13:31:32 +0000 (14:31 +0100)]
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

8 years agoFix: Common name in node wizard isn't case sensitive
Michael Friedrich [Fri, 11 Mar 2016 13:22:24 +0000 (14:22 +0100)]
Fix: Common name in node wizard isn't case sensitive

fixes #11159

8 years agoFix: Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications
Michael Friedrich [Fri, 11 Mar 2016 12:19:03 +0000 (13:19 +0100)]
Fix: Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications

fixes #11320

8 years agoRevert "Fix check scheduling w/ retry_interval"
Michael Friedrich [Sat, 5 Mar 2016 16:55:14 +0000 (17:55 +0100)]
Revert "Fix check scheduling w/ retry_interval"

This reverts commit a51e647cc760bd5f7c4de6182961a477478c11a9.

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

8 years agoRevert "Properly set the next check time for active and passive checks"
Michael Friedrich [Sat, 5 Mar 2016 16:48:06 +0000 (17:48 +0100)]
Revert "Properly set the next check time for active and passive checks"

This reverts commit 2a11b27972e4325bf80e9abc9017eab7dd03e712.

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

8 years agoDocs: Add API examples for creating services and check commands
Michael Friedrich [Thu, 10 Mar 2016 09:58:41 +0000 (10:58 +0100)]
Docs: Add API examples for creating services and check commands

fixes #11350

8 years agoUpdate build requirements for SLES 11 SP4
Gunnar Beutner [Tue, 8 Mar 2016 14:00:26 +0000 (15:00 +0100)]
Update build requirements for SLES 11 SP4

fixes #11331

8 years agoFix: MkDirP supports '/' and '\' on Windows
Michael Friedrich [Mon, 7 Mar 2016 08:22:07 +0000 (09:22 +0100)]
Fix: MkDirP supports '/' and '\' on Windows

fixes #10231

8 years agoFix MkDirP() on Windows
Michael Friedrich [Thu, 3 Mar 2016 14:54:35 +0000 (15:54 +0100)]
Fix MkDirP() on Windows

fixes #10231

8 years agoDocs: http check's URI is really just Path
Michael Friedrich [Wed, 24 Feb 2016 21:13:03 +0000 (22:13 +0100)]
Docs: http check's URI is really just Path

fixes #10795

8 years agoUpdate AUTHORS
Michael Friedrich [Wed, 24 Feb 2016 22:38:52 +0000 (23:38 +0100)]
Update AUTHORS

refs #10358

8 years agoITL: add check_http args for SSL version forcing
Brian De Wolf [Mon, 16 Nov 2015 19:34:18 +0000 (11:34 -0800)]
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>
8 years agoDocs: Add an example for API joins with comments and host/services
Michael Friedrich [Wed, 24 Feb 2016 20:31:10 +0000 (21:31 +0100)]
Docs: Add an example for API joins with comments and host/services

fixes #10976

8 years agoFix wrong log message in 'node setup' cli command
Michael Friedrich [Tue, 23 Feb 2016 15:55:45 +0000 (16:55 +0100)]
Fix wrong log message in 'node setup' cli command

fixes #11209

8 years agoUpdate AUTHORS
Michael Friedrich [Tue, 23 Feb 2016 21:19:03 +0000 (22:19 +0100)]
Update AUTHORS

refs #11205

8 years agoITL: Add query option to check_postgres
Andres Ivanov [Tue, 23 Feb 2016 07:44:30 +0000 (09:44 +0200)]
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>
8 years agoFix problem notifications while flapping is active
Sebastian Chrostek [Mon, 22 Feb 2016 18:43:44 +0000 (19:43 +0100)]
Fix problem notifications while flapping is active

fixes #9969
fixes #9642

8 years agoRelease version v2.4.3 v2.4.3
Michael Friedrich [Wed, 24 Feb 2016 13:26:37 +0000 (14:26 +0100)]
Release version v2.4.3

8 years agoEnsure that config files are readable by the daemon
Michael Friedrich [Wed, 24 Feb 2016 12:55:25 +0000 (13:55 +0100)]
Ensure that config files are readable by the daemon

refs #11212
refs #11211

8 years agoFix permissions for temporary files
Michael Friedrich [Wed, 24 Feb 2016 10:00:44 +0000 (11:00 +0100)]
Fix permissions for temporary files

fixes #11212
fixes #11211

8 years agoRelease version 2.4.2 v2.4.2
Gunnar Beutner [Tue, 23 Feb 2016 11:57:09 +0000 (12:57 +0100)]
Release version 2.4.2

8 years agoFix unique creation of temp files
Michael Friedrich [Mon, 22 Feb 2016 15:47:41 +0000 (16:47 +0100)]
Fix unique creation of temp files

fixes #10948

8 years agoUpdate documentation
Gunnar Beutner [Tue, 23 Feb 2016 10:41:04 +0000 (11:41 +0100)]
Update documentation

refs #10959

8 years agoUpdate copyright header for test/remote-base64.cpp
Gunnar Beutner [Tue, 23 Feb 2016 09:56:33 +0000 (10:56 +0100)]
Update copyright header for test/remote-base64.cpp

8 years agoBuild fix
Gunnar Beutner [Tue, 23 Feb 2016 09:56:12 +0000 (10:56 +0100)]
Build fix

8 years agoFix another compiler warning
Jean Flach [Mon, 18 Jan 2016 08:41:52 +0000 (09:41 +0100)]
Fix another compiler warning

fixes #10956

8 years agoFix compiler warning
Gunnar Beutner [Wed, 13 Jan 2016 07:33:27 +0000 (08:33 +0100)]
Fix compiler warning

fixes #10956

8 years agoRemove unused variable
Jean Flach [Mon, 8 Feb 2016 15:40:34 +0000 (16:40 +0100)]
Remove unused variable

8 years agoIncrease grace period for agent-based checks
Gunnar Beutner [Mon, 8 Feb 2016 08:46:01 +0000 (09:46 +0100)]
Increase grace period for agent-based checks

refs #11020

8 years agoAdd missing comment
Gunnar Beutner [Tue, 26 Jan 2016 07:35:29 +0000 (08:35 +0100)]
Add missing comment

refs #10988

8 years agoOnly set SSL_OP_NO_COMPRESSION if supported
Michael Friedrich [Mon, 25 Jan 2016 13:53:26 +0000 (14:53 +0100)]
Only set SSL_OP_NO_COMPRESSION if supported

OpenSSL 0.9.8 does not support this flag.

fixes #10988

8 years agoSupport TLSv1.1 and TLSv1.2 for the cluster transport encryption
Tobias von der Krone [Tue, 19 Jan 2016 20:04:59 +0000 (21:04 +0100)]
Support TLSv1.1 and TLSv1.2 for the cluster transport encryption

From https://wiki.openssl.org/index.php/SSL/TLS_Client:
SSLv23_method specifies the protocols used and behavior of the handshake.
The method essentially means SSLv2 or above, and includes the TLS protocols.
The protocols are further tuned through SSL/TLS options. By using
SSLv23_method (and removing the SSL protocols with SSL_OP_NO_SSLv2 and
SSL_OP_NO_SSLv3), then you will use TLS v1.0 and above, including TLS v1.2.
You will also use a TLS handshake in the TLS Record.

If you use TLSv1_method, then you will only use TLS v1.0.

fixes #10988

8 years agoImplement support for epoll
Gunnar Beutner [Thu, 4 Feb 2016 15:01:19 +0000 (16:01 +0100)]
Implement support for epoll

refs #11014

8 years agoUse ConfigWriter class in repositoryutility.cpp
Jean Flach [Tue, 9 Feb 2016 14:55:39 +0000 (15:55 +0100)]
Use ConfigWriter class in repositoryutility.cpp

refs #10989

8 years agoRefactor String-Escape in repositoryutility
Jean Flach [Tue, 9 Feb 2016 08:38:12 +0000 (09:38 +0100)]
Refactor String-Escape in repositoryutility

fixes #10989

8 years agoFix: Escaped sequences not properly generated with 'node update-config'
Michael Friedrich [Thu, 21 Jan 2016 17:14:53 +0000 (18:14 +0100)]
Fix: Escaped sequences not properly generated with 'node update-config'

fixes #10989

8 years agoRephrase some log messages
Jean Flach [Tue, 9 Feb 2016 14:53:40 +0000 (15:53 +0100)]
Rephrase some log messages

refs #11122

8 years agoFix client not closing connections
Jean Flach [Tue, 9 Feb 2016 14:55:12 +0000 (15:55 +0100)]
Fix client not closing connections

fixes #11122

8 years agoUpdate RELEASE.md
Michael Friedrich [Mon, 7 Dec 2015 15:29:19 +0000 (16:29 +0100)]
Update RELEASE.md

8 years agoAdd -pthread to build flags
Gunnar Beutner [Tue, 16 Feb 2016 12:08:21 +0000 (13:08 +0100)]
Add -pthread to build flags

refs #10963

8 years agoIncrease query queue size for testing
Michael Friedrich [Fri, 12 Feb 2016 13:14:48 +0000 (14:14 +0100)]
Increase query queue size for testing

refs #10963

8 years agoEnsure that checks are not scheduled for command_endpoint fake hosts
Gunnar Beutner [Thu, 21 Jan 2016 15:37:52 +0000 (16:37 +0100)]
Ensure that checks are not scheduled for command_endpoint fake hosts

refs #10963

8 years agoRemove redundant log messages
Gunnar Beutner [Thu, 21 Jan 2016 12:02:53 +0000 (13:02 +0100)]
Remove redundant log messages

refs #10963

8 years agoMake sure we're not running command_endpoint-based checks more than once
Gunnar Beutner [Thu, 21 Jan 2016 09:32:38 +0000 (10:32 +0100)]
Make sure we're not running command_endpoint-based checks more than once

refs #10963

8 years agoAdd missing SetSyncing() call
Gunnar Beutner [Wed, 20 Jan 2016 13:07:07 +0000 (14:07 +0100)]
Add missing SetSyncing() call

refs #10963

8 years agoSkip log replay for endpoints with log_duration = 0
Gunnar Beutner [Tue, 19 Jan 2016 16:25:28 +0000 (17:25 +0100)]
Skip log replay for endpoints with log_duration = 0

refs #10963

8 years agoOnly build leak detection code when I2_LEAK_DEBUG is set
Gunnar Beutner [Tue, 19 Jan 2016 15:43:46 +0000 (16:43 +0100)]
Only build leak detection code when I2_LEAK_DEBUG is set

refs #10963

8 years agoCheck the certificate name when reconnecting to an instance
Gunnar Beutner [Tue, 19 Jan 2016 15:24:12 +0000 (16:24 +0100)]
Check the certificate name when reconnecting to an instance

refs #10963

8 years agoDecrease memory usage for the Object class
Gunnar Beutner [Tue, 19 Jan 2016 14:25:44 +0000 (15:25 +0100)]
Decrease memory usage for the Object class

refs #10963

8 years agoImprove debug support for analyzing memory leaks
Gunnar Beutner [Tue, 19 Jan 2016 14:24:17 +0000 (15:24 +0100)]
Improve debug support for analyzing memory leaks

refs #10963

8 years agoPlug two memory leaks
Jean Flach [Fri, 15 Jan 2016 09:11:52 +0000 (10:11 +0100)]
Plug two memory leaks

refs #10963

8 years agoReplace boost-base64 with an openssl implementation
Jean Flach [Fri, 18 Dec 2015 15:03:57 +0000 (16:03 +0100)]
Replace boost-base64 with an openssl implementation

Also add unit tests

fixes #10714

8 years agoFix: "node setup" tries to chown() files before they're created
Gunnar Beutner [Tue, 23 Feb 2016 07:41:48 +0000 (08:41 +0100)]
Fix: "node setup" tries to chown() files before they're created

fixes #11204

8 years agoUpdate AUTHORS
Gunnar Beutner [Tue, 23 Feb 2016 07:42:46 +0000 (08:42 +0100)]
Update AUTHORS

refs #11178

8 years agoDocumentation: Fix escaping the pipe character in tables
Stefan Triep [Wed, 17 Feb 2016 19:42:14 +0000 (20:42 +0100)]
Documentation: Fix escaping the pipe character in tables

fixes #11178

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
8 years agoBuild fix for CentOS 5
Gunnar Beutner [Mon, 22 Feb 2016 07:12:35 +0000 (08:12 +0100)]
Build fix for CentOS 5

fixes #11179

8 years agoRename the IOTHREADS macro
Gunnar Beutner [Tue, 16 Feb 2016 12:30:55 +0000 (13:30 +0100)]
Rename the IOTHREADS macro

refs #11014

8 years agoAdd check_iostat to ITL
Thomas Widhalm [Sat, 5 Dec 2015 19:37:23 +0000 (20:37 +0100)]
Add check_iostat to ITL

fixes #10777

Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
8 years agoFixed precision for percentage calculations with large units
Per von Zweigbergk [Sat, 31 Oct 2015 13:47:36 +0000 (14:47 +0100)]
Fixed precision for percentage calculations with large units

The check_memory and check_swap plugins on Windows were incorrectly
rounding the memory/swap measurements to the nearest unit prior to
calculating a percentage. This was causing imprecise percentage
values when the unit selected meant that the values in question had
few significant figures.

fixes #10497

Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
8 years agoDocument disk_ignore_reserved
Jean Flach [Fri, 12 Feb 2016 12:15:23 +0000 (13:15 +0100)]
Document disk_ignore_reserved

fixes #11138

8 years agoAdd -f option to check_disk CheckCommand
Jean Flach [Fri, 12 Feb 2016 09:22:15 +0000 (10:22 +0100)]
Add -f option to check_disk CheckCommand

fixes #11138

8 years agoUpdate AUTHORS
Gunnar Beutner [Mon, 22 Feb 2016 07:05:23 +0000 (08:05 +0100)]
Update AUTHORS

refs #10777
refs #11132