fix(inputs.vsphere): specify the correct option for disconnected_servers_behavior (#13286)
This commit is contained in:
parent
0db9bafb79
commit
129f8881c8
|
|
@ -245,7 +245,7 @@ to use them.
|
|||
## Specifies plugin behavior regarding disconnected servers
|
||||
## Available choices :
|
||||
## - 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"
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -203,5 +203,5 @@
|
|||
## Specifies plugin behavior regarding disconnected servers
|
||||
## Available choices :
|
||||
## - 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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue