Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
554,772
Downloads of v 0.12.0:
32,182
Last Update:
25 May 2020
Package Maintainer(s):
Software Author(s):
- Martin Lindhe
- Calle Pettersson
Tags:
prometheus-wmi-exporter.install prometheus wmi exporter admin monitoring- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Prometheus WMI exporter (Install)
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
554,772
Downloads of v 0.12.0:
32,182
Maintainer(s):
Software Author(s):
- Martin Lindhe
- Calle Pettersson
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Prometheus WMI exporter (Install), run the following command from the command line or from PowerShell:
To upgrade Prometheus WMI exporter (Install), run the following command from the command line or from PowerShell:
To uninstall Prometheus WMI exporter (Install), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download prometheus-wmi-exporter.install --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade prometheus-wmi-exporter.install -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade prometheus-wmi-exporter.install -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure prometheus-wmi-exporter.install installed
win_chocolatey:
name: prometheus-wmi-exporter.install
state: present
version: 0.12.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'prometheus-wmi-exporter.install' do
action :install
version '0.12.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: prometheus-wmi-exporter.install,
Version: 0.12.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller prometheus-wmi-exporter.install
{
Name = 'prometheus-wmi-exporter.install'
Ensure = 'Present'
Version = '0.12.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'prometheus-wmi-exporter.install':
provider => 'chocolatey',
ensure => '0.12.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install prometheus-wmi-exporter.install version="0.12.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 25 May 2020.
Prometheus exporter for Windows machines, using the WMI (Windows Management Instrumentation).
Important note: This is the final release of the exporter under the name "prometheus-wmi-exporter.install." This package will be deprecated in the next release and superseded by prometheus-windows-exporter.install.
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).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/martinlindhe/wmi_exporter/blob/v0.12.0/README.md#collectors
More Information
For more information, see the project README:
https://github.com/martinlindhe/wmi_exporter/blob/v0.12.0/README.md
$ErrorActionPreference = 'Stop';
$packageName= 'prometheus-wmi-exporter.install'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/martinlindhe/wmi_exporter/releases/download/v0.12.0/wmi_exporter-0.12.0-386.msi'
$url64 = 'https://github.com/martinlindhe/wmi_exporter/releases/download/v0.12.0/wmi_exporter-0.12.0-amd64.msi'
$pp = Get-PackageParameters
$silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
if ($pp["EnabledCollectors"] -ne $null -and $pp["EnabledCollectors"] -ne '') {
$silentArgs += " ENABLED_COLLECTORS=$($pp["EnabledCollectors"])"
Write-Host "Collectors: `'$($pp["EnabledCollectors"])`'"
}
if ($pp["ListenAddress"] -ne $null -and $pp["ListenAddress"] -ne '') {
$silentArgs += " LISTEN_ADDR=$($pp["ListenAddress"])"
Write-Host "Listen Address: `'$($pp["ListenAddress"])`'"
}
if ($pp["ListenPort"] -ne $null -and $pp["ListenPort"] -ne '') {
$silentArgs += " LISTEN_PORT=$($pp["ListenPort"])"
Write-Host "Listen Port: `'$($pp["ListenPort"])`'"
}
if ($pp["MetricsPath"] -ne $null -and $pp["MetricsPath"] -ne '') {
$silentArgs += " METRICS_PATH=$($pp["MetricsPath"])"
Write-Host "Metrics Path: `'$($pp["MetricsPath"])`'"
}
if ($pp["TextFileDir"] -ne $null -and $pp["TextFileDir"] -ne '') {
$silentArgs += " TEXTFILE_DIR=$($pp["TextFileDir"])"
Write-Host "Textfile Directory: `'$($pp["TextFileDir"])`'"
}
if ($pp["ExtraFlags"] -ne $null -and $pp["ExtraFlags"] -ne '') {
$silentArgs += " EXTRA_FLAGS=$($pp["ExtraFlags"])"
Write-Host "Extra flags: `'$($pp["ExtraFlags"])`'"
}
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'MSI'
url = $url
url64bit = $url64
softwareName = 'WMI Exporter*'
checksum = '1D901126D6839E2FFB1B1F0FD160EA0D60212291613C5A2E989F6AEA3514AEA0'
checksumType = 'sha256'
checksum64 = 'EDDAF83CAE2925859D3C0EE770E507A6B0A94D7612DE21C2BCF91C6946A8DCE2'
checksumType64= 'sha256'
silentArgs = $silentArgs
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
$ErrorActionPreference = 'Stop';
$packageName = 'prometheus-wmi-exporter.install'
$softwareName = 'WMI Exporter*'
$installerType = 'MSI'
$silentArgs = '/quiet /norestart'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
$validExitCodes = @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
Log in or click on link to see number of positives.
- prometheus-wmi-exporter.install.0.12.0.nupkg (ab5f95cc786b) - ## / 63
- wmi_exporter-0.12.0-amd64.msi (eddaf83cae29) - ## / 60
- wmi_exporter-0.12.0-386.msi (1d901126d683) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Prometheus WMI exporter (Install) 0.12.0 | 32182 | Monday, May 25, 2020 | Approved |
Prometheus WMI exporter (Install) 0.11.1 | 3839 | Monday, April 20, 2020 | Approved |
Prometheus WMI exporter (Install) 0.11.0 | 1574 | Saturday, April 4, 2020 | Approved |
Prometheus WMI exporter (Install) 0.10.2 | 67429 | Friday, March 6, 2020 | Approved |
Prometheus WMI exporter (Install) 0.9.0 | 44913 | Thursday, October 10, 2019 | Approved |
Prometheus WMI exporter (Install) 0.8.3 | 79716 | Friday, August 30, 2019 | Approved |
Prometheus WMI exporter (Install) 0.8.1 | 10054 | Saturday, August 10, 2019 | Approved |
Prometheus WMI exporter (Install) 0.8.0 | 1280 | Monday, August 5, 2019 | Approved |
Prometheus WMI exporter (Install) 0.7.0 | 27767 | Thursday, March 14, 2019 | Approved |
Prometheus WMI exporter (Install) 0.6.0.20190314 | 107 | Thursday, March 14, 2019 | Approved |
Prometheus WMI exporter (Install) 0.6.0 | 25261 | Saturday, February 2, 2019 | Approved |
Prometheus WMI exporter (Install) 0.5.0 | 81930 | Monday, November 19, 2018 | Approved |
Prometheus WMI exporter (Install) 0.4.4 | 6011 | Tuesday, November 13, 2018 | Approved |
Prometheus WMI exporter (Install) 0.4.3 | 79996 | Friday, August 17, 2018 | Approved |
Prometheus WMI exporter (Install) 0.4.2 | 8646 | Saturday, August 4, 2018 | Approved |
Prometheus WMI exporter (Install) 0.4.1 | 737 | Friday, August 3, 2018 | Approved |
Prometheus WMI exporter (Install) 0.4.0 | 733 | Thursday, August 2, 2018 | Approved |
Prometheus WMI exporter (Install) 0.3.4 | 1806 | Monday, July 30, 2018 | Approved |
Prometheus WMI exporter (Install) 0.3.3 | 24880 | Friday, May 25, 2018 | Approved |
Prometheus WMI exporter (Install) 0.3.2 | 9293 | Tuesday, May 1, 2018 | Approved |
Prometheus WMI exporter (Install) 0.3.0 | 8938 | Friday, April 6, 2018 | Approved |
Prometheus WMI exporter (Install) 0.2.10 | 3923 | Tuesday, March 27, 2018 | Approved |
Prometheus WMI exporter (Install) 0.2.8 | 9201 | Thursday, December 14, 2017 | Approved |
Prometheus WMI exporter (Install) 0.2.7 | 22117 | Sunday, October 8, 2017 | Approved |
Prometheus WMI exporter (Install) 0.2.6 | 1098 | Monday, July 17, 2017 | Approved |
Prometheus WMI exporter (Install) 0.2.3 | 1297 | Friday, May 19, 2017 | Approved |
-
- chocolatey-core.extension (≥ 1.1.0)
Ground Rules:
- This discussion is only about Prometheus WMI exporter (Install) and the Prometheus WMI exporter (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Prometheus WMI exporter (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.