Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Realtime instance
- [[inputs.vsphere]]
- interval = "30s"
- vcenters = [ "https://HOST/sdk" ]
- username = ""
- password = ""
- insecure_skip_verify = true
- force_discover_on_init = true
- # Exclude all historical metrics
- datastore_metric_exclude = ["*"]
- cluster_metric_exclude = ["*"]
- datacenter_metric_exclude = ["*"]
- collect_concurrency = 5
- discover_concurrency = 5
- # Historical instance
- [[inputs.vsphere]]
- interval = "300s"
- vcenters = [ "https://HOST/sdk" ]
- username = ""
- password = ""
- insecure_skip_verify = true
- force_discover_on_init = true
- host_metric_exclude = ["*"] # Exclude realtime metrics
- vm_metric_exclude = ["*"] # Exclude realtime metrics
- max_query_metrics = 256
- collect_concurrency = 3
Add Comment
Please, Sign In to add comment