fix(inputs.vsphere): specify the correct option for disconnected_servers_behavior (#13286)

This commit is contained in:
Neelay Upadhyaya 2023-05-18 23:17:08 +05:30 committed by GitHub
parent 0db9bafb79
commit 129f8881c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ to use them.
## Specifies plugin behavior regarding disconnected servers ## Specifies plugin behavior regarding disconnected servers
## Available choices : ## Available choices :
## - error: telegraf will return an error on startup if one the servers is unreachable ## - error: telegraf will return an error on startup if one the servers is unreachable
## - skip: telegraf will skip unreachable servers on both startup and gather ## - ignore: telegraf will ignore unreachable servers on both startup and gather
# disconnected_servers_behavior = "error" # disconnected_servers_behavior = "error"
``` ```

View File

@ -203,5 +203,5 @@
## Specifies plugin behavior regarding disconnected servers ## Specifies plugin behavior regarding disconnected servers
## Available choices : ## Available choices :
## - error: telegraf will return an error on startup if one the servers is unreachable ## - error: telegraf will return an error on startup if one the servers is unreachable
## - skip: telegraf will skip unreachable servers on both startup and gather ## - ignore: telegraf will ignore unreachable servers on both startup and gather
# disconnected_servers_behavior = "error" # disconnected_servers_behavior = "error"