]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix default command timeout is 60 seconds, not 5 minutes.
authorDolf Schimmel <dolf@transip.nl>
Fri, 3 Oct 2014 09:00:32 +0000 (11:00 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Sat, 11 Oct 2014 16:38:17 +0000 (18:38 +0200)
As defined by lib/icinga/command.ti

fixes #7338

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
AUTHORS
doc/6-configuring-icinga-2.md

diff --git a/AUTHORS b/AUTHORS
index 017ff35d26fd7cbaaf65c9361f34c35cb28c8e29..170e9e1ed0f104154485c5bd8e630926938d3233 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@ Alexander Wirt <formorer@debian.org>
 Bernd Erk <bernd.erk@icinga.org>
 Brian Dockter <specus@gmail.com>
 Carlos Cesario <carloscesario@gmail.com>
+Dolf Schimmel <dolf@transip.nl>
 GaĆ«l Beaudoin <gaboo@gaboo.org>
 Gerd von Egidy <gerd@egidy.de>
 Gunnar Beutner <gunnar.beutner@netways.de>
index ecddd99c1d79ff277668008c3fafb8303a99e3d7..4a9bab41a49cb269bae1dbf9ccdb4e028959255e 100644 (file)
@@ -881,7 +881,7 @@ Attributes:
   command         |**Required.** The command. This can either be an array of individual command arguments. Alternatively a string can be specified in which case the shell interpreter (usually /bin/sh) takes care of parsing the command. When using the "arguments" attribute this must be an array.
   env             |**Optional.** A dictionary of macros which should be exported as environment variables prior to executing the command.
   vars            |**Optional.** A dictionary containing custom attributes that are specific to this command.
-  timeout         |**Optional.** The command timeout in seconds. Defaults to 5 minutes.
+  timeout         |**Optional.** The command timeout in seconds. Defaults to 60 seconds.
   arguments       |**Optional.** A dictionary of command arguments.
 
 
@@ -966,7 +966,7 @@ Attributes:
   command         |**Required.** The command. This can either be an array of individual command arguments. Alternatively a string can be specified in which case the shell interpreter (usually /bin/sh) takes care of parsing the command.
   env             |**Optional.** A dictionary of macros which should be exported as environment variables prior to executing the command.
   vars            |**Optional.** A dictionary containing custom attributes that are specific to this command.
-  timeout         |**Optional.** The command timeout in seconds. Defaults to 5 minutes.
+  timeout         |**Optional.** The command timeout in seconds. Defaults to 60 seconds.
   arguments       |**Optional.** A dictionary of command arguments.
 
 Command arguments can be used the same way as for `CheckCommand` objects.
@@ -993,7 +993,7 @@ Attributes:
   command         |**Required.** The command. This can either be an array of individual command arguments. Alternatively a string can be specified in which case the shell interpreter (usually /bin/sh) takes care of parsing the command.
   env             |**Optional.** A dictionary of macros which should be exported as environment variables prior to executing the command.
   vars            |**Optional.** A dictionary containing custom attributes that are specific to this command.
-  timeout         |**Optional.** The command timeout in seconds. Defaults to 5 minutes.
+  timeout         |**Optional.** The command timeout in seconds. Defaults to 60 seconds.
   arguments       |**Optional.** A dictionary of command arguments.
 
 Command arguments can be used the same way as for `CheckCommand` objects.