<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>prometheus-windows-exporter.install</id>
    <version>0.24.0</version>
    <title>Prometheus Windows exporter (MSI Installer)</title>
    <authors>Martin Lindhe, Calle Pettersson</authors>
    <owners>kebab-case</owners>
    <licenseUrl>https://github.com/prometheus-community/windows_exporter/blob/v0.24.0/LICENSE</licenseUrl>
    <projectUrl>https://github.com/prometheus-community/windows_exporter</projectUrl>
    <iconUrl>https://pbs.twimg.com/profile_images/588945677599780865/mrhc1gSh.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>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.directory` flag).
- `RemoteAddresses` - Allows setting comma separated remote IP addresses for the Windows Firewall exception (whitelist). Defaults to an empty string (any remote address).
- `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.24.0/README.md#collectors](https://github.com/prometheus-community/windows_exporter/blob/v0.24.0/README.md#collectors)

### More Information

For more information, see the project README:
[https://github.com/prometheus-community/windows_exporter/blob/v0.24.0/README.md](https://github.com/prometheus-community/windows_exporter/blob/v0.24.0/README.md)</description>
    <summary>Prometheus exporter for Windows machines.</summary>
    <releaseNotes>[https://github.com/prometheus-community/windows_exporter/releases/tag/v0.24.0](https://github.com/prometheus-community/windows_exporter/releases/tag/v0.24.0)</releaseNotes>
    <tags>prometheus-windows-exporter.install prometheus windows exporter admin monitoring</tags>
    <projectSourceUrl>https://github.com/prometheus-community/windows_exporter</projectSourceUrl>
    <packageSourceUrl>https://github.com/andrewmostello/prometheus-windows-exporter.install</packageSourceUrl>
    <dependencies>
      <dependency id="chocolatey-core.extension" version="1.1.0" />
    </dependencies>
  </metadata>
</package>