-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathvsphere-config.yml.sample
56 lines (44 loc) · 2.34 KB
/
vsphere-config.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
integrations:
- name: nri-vsphere
env:
# vSphere API connection data (vCenter or ESXi servers)
URL: https://<YOUR_VSPHERE_API_URL>/sdk
USER: <YOUR_VSPHERE_USER>
PASS: <YOUR_PASSWORD>
# Collect events data
ENABLE_VSPHERE_EVENTS: true
# Collect vSphere tags
ENABLE_VSPHERE_TAGS: true
# If defined, only resources tagged with any of the tags will be included in the results.
# You must also include 'ENABLE_VSPHERE_TAGS' in order for this option to work.
# INCLUDE_TAGS: >
# <TAG_CATERGORY=TAG_1>
# <TAG_CATERGORY=TAG_2>
# Collect snapshots's data
# ENABLE_VSPHERE_SNAPSHOTS: true
# Collect performance metrics. Enabling this feature could overload
# vCenter depending on size of your environment.
# ENABLE_VSPHERE_PERF_METRICS: true
# Performance metric collection level [1-4]. Be mindful when setting a
# higher collection level, as this process triggers significant increase
# of resource usage on vCenter. Levels 3 and 4 should only be used for a
# short period of time. For a more granular selection check the
# vsphere-performance.metrics file.
# PERF_LEVEL: 1
# Path to the performance metrics config file. This file contains the
# performance counters that are going to be collected if available.
# PERF_METRIC_FILE: /etc/newrelic-infra/integrations.d/vsphere-performance.metrics
# Enable if you require SSL validation
# VALIDATE_SSL: true
# Datacenter location label can be added to all entities in vSphere.
# DATACENTER_LOCATION: <YOUR_VSPHERE_LOCATION_LABEL>
# Proxy configuration can be set up. For more information, see the docs:
# https://docs.newrelic.com/docs/integrations/integrations-sdk/file-specifications/integration-configuration-file-specifications-agent-v180
# Uncomment the lines below to add a proxy.
# HTTP_PROXY: socks5://YOUR_PROXY_URL:PROXY_PORT
# HTTPS_PROXY: socks5://YOUR_PROXY_URL:PROXY_PORT
# Execution interval. Set a value higher than 20s, as real-time vSphere samples are run every 20s.
interval: 60s
# If the integration takes more than 120s to collect data form vCenter the timeout parameter needs to be increased
# to avoid the agent kill the integration before it finish.
# timeout: 120s