]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix wrong parameter for ITL CheckCommand nscp_api 5506/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Tue, 15 Aug 2017 09:12:13 +0000 (11:12 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 15 Aug 2017 09:12:13 +0000 (11:12 +0200)
refs #5239

doc/10-icinga-template-library.md

index 96c9fd3cfff05bace5f361319e07827d5f752499..268e36a00d38aeff0b184ca8bf9f9c9243f74fcb 100644 (file)
@@ -1704,7 +1704,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.