]> granicus.if.org Git - icinga2/commitdiff
Add exclude/include to vmware-esx-soap-host-runtime docs 6491/head
authorchrostek <sebastian@chrostek.net>
Thu, 26 Jul 2018 18:43:04 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jul 2018 18:43:04 +0000 (20:43 +0200)
doc/10-icinga-template-library.md

index bf91bf596cd3d1e187c3fa3ad212dadee36e2a93..10551b4eed0246772473526da641fb73b1ec61c5 100644 (file)
@@ -4139,6 +4139,9 @@ vmware_nosession        | **Optional.** No auth session -- IT SHOULD BE USED FOR
 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
 vmware_password         | **Optional.** The username's password. No value defined as default.
 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Authentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
+vmware_exclude          | **Optional.** Blacklist VMs name. No value defined as default.
+vmware_include          | **Optional.** Whitelist VMs name. No value defined as default.
+vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
 
 
 **vmware-esx-soap-host-runtime-con**