mirror of https://github.com/Icinga/icinga2.git
Add exclude/include to vmware-esx-soap-host-runtime docs
This commit is contained in:
parent
44efa90e47
commit
c0679001cc
|
@ -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**
|
||||
|
|
Loading…
Reference in New Issue