Silent Install HQ
EXE WinGet

windows_exporter

Prometheus Community · 0.21.0 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Portable application — no installation required. Run the executable directly from any location.

File Identity

SHA256 00ff66bc7abe769bd7ecb1d0310b93326ffdbfb5ae1d5fb02d8ccdfd2e9d9c6c VirusTotal ↗
Filename windows_exporter-0.21.0-386.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Prometheus.WindowsExporter
Version 0.21.0
Description Prometheus exporter for Windows machines
License MIT
Upgrade Behavior install(Install over existing)
Release Notes ⚠️ Breaking Changes --telemetry.addr flag and configuration option for specifying the exporter listening address and port has been replaced with --web.listen-address. See #1082 and #1092 for context. What's Changed - Update regex by @marnicgit in #1075 - Try to bump /x/sys to the current stable version to fix IsWindowsService() by @gillg in #1078 - Update collector.process.md by @marnicgit in #1077 - Add ARM64 builds to releases by @breed808 in #1055 - fix: Remove memory leaks in scheduled_task…