From 1fb273ccba60e0bd8b0039cdf0bc2c9ce1cb6dc3 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 15 Aug 2017 11:12:13 +0200 Subject: [PATCH] Docs: Fix wrong parameter for ITL CheckCommand nscp_api refs #5239 --- doc/10-icinga-template-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 0f2f9ca50..8baffc3b8 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -1699,7 +1699,7 @@ Name | Description :----------------------|:---------------------- nscp\_api\_host | **Required**. NSCP API host address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise. nscp\_api\_port | **Optional**. NSCP API port. Defaults to `8443`. -nscp\_api\_passwd | **Required**. NSCP API password. Please check the NSCP documentation for setup details. +nscp\_api\_password | **Required**. NSCP API password. Please check the NSCP documentation for setup details. nscp\_api\_query | **Required**. NSCP API query endpoint. Refer to the NSCP documentation for possible values. nscp\_api\_arguments | **Optional**. NSCP API arguments dictionary either as single strings or key-value pairs using `=`. Refer to the NSCP documentation.