diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 7b290ed7c..13f74b70a 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -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 + +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. +