docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12005)
Co-authored-by: Tiger Bot <>
This commit is contained in:
parent
ca57ec3aa7
commit
61611e8ede
|
|
@ -5488,6 +5488,37 @@
|
||||||
# servers = ["127.0.0.1:4010"]
|
# servers = ["127.0.0.1:4010"]
|
||||||
|
|
||||||
|
|
||||||
|
# # The libvirt plugin collects statistics from virtualized guests using virtualization libvirt API.
|
||||||
|
# [[inputs.libvirt]]
|
||||||
|
# ## Domain names from which libvirt gather statistics.
|
||||||
|
# ## By default (empty or missing array) the plugin gather statistics from each domain registered in the host system.
|
||||||
|
# # domains = []
|
||||||
|
#
|
||||||
|
# ## Libvirt connection URI with hypervisor.
|
||||||
|
# ## The plugin supports multiple transport protocols and approaches which are configurable via the URI.
|
||||||
|
# ## The general URI form: driver[+transport]://[username@][hostname][:port]/[path][?extraparameters]
|
||||||
|
# ## Supported transport protocols: ssh, tcp, tls, unix
|
||||||
|
# ## URI examples for each type of transport protocol:
|
||||||
|
# ## 1. SSH: qemu+ssh://<USER@IP_OR_HOSTNAME>/system?keyfile=/<PATH_TO_PRIVATE_KEY>&known_hosts=/<PATH_TO_known_hosts>
|
||||||
|
# ## 2. TCP: qemu+tcp://<IP_OR_HOSTNAME>/system
|
||||||
|
# ## 3. TLS: qemu+tls://<HOSTNAME>/system?pkipath=/certs_dir/<COMMON_LOCATION_OF_CACERT_AND_SERVER_CLIENT_CERTS>
|
||||||
|
# ## 4. UNIX: qemu+unix:///system?socket=/<PATH_TO_libvirt-sock>
|
||||||
|
# ## Default URI is qemu:///system
|
||||||
|
# # libvirt_uri = "qemu:///system"
|
||||||
|
#
|
||||||
|
# ## Statistics groups for which libvirt plugin will gather statistics.
|
||||||
|
# ## Supported statistics groups: state, cpu_total, balloon, vcpu, interface, block, perf, iothread, memory, dirtyrate
|
||||||
|
# ## Empty array means no metrics for statistics groups will be exposed by the plugin.
|
||||||
|
# ## By default the plugin will gather all available statistics.
|
||||||
|
# # statistics_groups = ["state", "cpu_total", "balloon", "vcpu", "interface", "block", "perf", "iothread", "memory", "dirtyrate"]
|
||||||
|
#
|
||||||
|
# ## A list containing additional statistics to be exposed by libvirt plugin.
|
||||||
|
# ## Supported additional statistics: vcpu_mapping
|
||||||
|
# ## By default (empty or missing array) the plugin will not collect additional statistics.
|
||||||
|
# # additional_statistics = []
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
# # Provides Linux CPU metrics
|
# # Provides Linux CPU metrics
|
||||||
# [[inputs.linux_cpu]]
|
# [[inputs.linux_cpu]]
|
||||||
# ## Path for sysfs filesystem.
|
# ## Path for sysfs filesystem.
|
||||||
|
|
|
||||||
|
|
@ -5344,6 +5344,37 @@
|
||||||
# servers = ["127.0.0.1:4010"]
|
# servers = ["127.0.0.1:4010"]
|
||||||
|
|
||||||
|
|
||||||
|
# # The libvirt plugin collects statistics from virtualized guests using virtualization libvirt API.
|
||||||
|
# [[inputs.libvirt]]
|
||||||
|
# ## Domain names from which libvirt gather statistics.
|
||||||
|
# ## By default (empty or missing array) the plugin gather statistics from each domain registered in the host system.
|
||||||
|
# # domains = []
|
||||||
|
#
|
||||||
|
# ## Libvirt connection URI with hypervisor.
|
||||||
|
# ## The plugin supports multiple transport protocols and approaches which are configurable via the URI.
|
||||||
|
# ## The general URI form: driver[+transport]://[username@][hostname][:port]/[path][?extraparameters]
|
||||||
|
# ## Supported transport protocols: ssh, tcp, tls, unix
|
||||||
|
# ## URI examples for each type of transport protocol:
|
||||||
|
# ## 1. SSH: qemu+ssh://<USER@IP_OR_HOSTNAME>/system?keyfile=/<PATH_TO_PRIVATE_KEY>&known_hosts=/<PATH_TO_known_hosts>
|
||||||
|
# ## 2. TCP: qemu+tcp://<IP_OR_HOSTNAME>/system
|
||||||
|
# ## 3. TLS: qemu+tls://<HOSTNAME>/system?pkipath=/certs_dir/<COMMON_LOCATION_OF_CACERT_AND_SERVER_CLIENT_CERTS>
|
||||||
|
# ## 4. UNIX: qemu+unix:///system?socket=/<PATH_TO_libvirt-sock>
|
||||||
|
# ## Default URI is qemu:///system
|
||||||
|
# # libvirt_uri = "qemu:///system"
|
||||||
|
#
|
||||||
|
# ## Statistics groups for which libvirt plugin will gather statistics.
|
||||||
|
# ## Supported statistics groups: state, cpu_total, balloon, vcpu, interface, block, perf, iothread, memory, dirtyrate
|
||||||
|
# ## Empty array means no metrics for statistics groups will be exposed by the plugin.
|
||||||
|
# ## By default the plugin will gather all available statistics.
|
||||||
|
# # statistics_groups = ["state", "cpu_total", "balloon", "vcpu", "interface", "block", "perf", "iothread", "memory", "dirtyrate"]
|
||||||
|
#
|
||||||
|
# ## A list containing additional statistics to be exposed by libvirt plugin.
|
||||||
|
# ## Supported additional statistics: vcpu_mapping
|
||||||
|
# ## By default (empty or missing array) the plugin will not collect additional statistics.
|
||||||
|
# # additional_statistics = []
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
# # Provides Linux sysctl fs metrics
|
# # Provides Linux sysctl fs metrics
|
||||||
# [[inputs.linux_sysctl_fs]]
|
# [[inputs.linux_sysctl_fs]]
|
||||||
# # no configuration
|
# # no configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue