prometheus-windows-exporter.install (0.16.0)
Installation
dotnet nuget add source --name puppet --username your_username --password your_token https://git.foo.li/api/packages/puppet/nuget/index.jsondotnet add package --source puppet --version 0.16.0 prometheus-windows-exporter.installAbout this package
Prometheus exporter for Windows machines.
Note: This package supersedes the "prometheus-wmi-exporter.install" package. The exporter will be renamed, and this package has been renamed to match. This package is being created now provide for a smoother transition.
Package parameters
The following package parameters can be set:
EnabledCollectors- A comma-separated list of collectors to enable in the exporter. Options and defaults in "Collectors" section below.ListenAddress- The IP address to bind to. Defaults to 0.0.0.0.ListenPort- The port to bind to. Defaults to 9182.MetricsPath- The path at which to serve metrics. Defaults to/metrics.TextFileDir- Specifies a directory for the textfile collector (equivalent to the--collector.textfile.directoryflag).ExtraFlags- Allows passing full CLI flags. Defaults to an empty string.
These parameters can be passed to the installer with the use of --params.
For example: --params '"/EnabledCollectors:cpu,dns,iis /ListenPort:9182"'.
Collectors
A table of the provided collectors, including those enabled by default, is available at the project page here: https://github.com/prometheus-community/windows_exporter/blob/v0.16.0/README.md#collectors
More Information
For more information, see the project README: https://github.com/prometheus-community/windows_exporter/blob/v0.16.0/README.md