]> granicus.if.org Git - icinga2/commitdiff
Add documentation for ITL CheckCommand sleep 7156/head
authorhtriem <henrik.triem@netways.de>
Thu, 2 May 2019 14:41:48 +0000 (16:41 +0200)
committerhtriem <henrik.triem@netways.de>
Thu, 2 May 2019 14:41:48 +0000 (16:41 +0200)
refs #6964

doc/10-icinga-template-library.md

index 7b290ed7c4f461933521ce2346ac803fbdf5ebba..13f74b70aad118742481fc1cd42d4d48263190f6 100644 (file)
@@ -160,6 +160,15 @@ Check command for the built-in `exception` check. This check throws an exception
 For test and demo purposes only. The `exception` check command does not support
 any vars.
 
+### sleep <a id="itl-sleep"></a>
+
+Check command for the built-in `sleep` check. This allows to use sleep for testing
+and debugging only.
+
+Name            | Description
+----------------|--------------
+sleep\_time     | **Optional.** The duration of the sleep in seconds. Defaults to 1s.
+
 <!-- keep this anchor for URL link history only -->
 <a id="plugin-check-commands"></a>