Guest User

Untitled

a guest
May 5th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ## Realtime instance
  2. [[inputs.vsphere]]
  3. interval = "30s"
  4. vcenters = [ "https://HOST/sdk" ]
  5. username = ""
  6. password = ""
  7.  
  8. insecure_skip_verify = true
  9. force_discover_on_init = true
  10.  
  11. # Exclude all historical metrics
  12. datastore_metric_exclude = ["*"]
  13. cluster_metric_exclude = ["*"]
  14. datacenter_metric_exclude = ["*"]
  15.  
  16. collect_concurrency = 5
  17. discover_concurrency = 5
  18.  
  19. # Historical instance
  20. [[inputs.vsphere]]
  21.  
  22. interval = "300s"
  23.  
  24. vcenters = [ "https://HOST/sdk" ]
  25. username = ""
  26. password = ""
  27.  
  28. insecure_skip_verify = true
  29. force_discover_on_init = true
  30. host_metric_exclude = ["*"] # Exclude realtime metrics
  31. vm_metric_exclude = ["*"] # Exclude realtime metrics
  32.  
  33. max_query_metrics = 256
  34. collect_concurrency = 3
Add Comment
Please, Sign In to add comment