Clarify supported versions of Windows

Installation on versions previous to Win7/Server2008R2 will now fail

Signed-off-by: Calle Pettersson <calle@cape.nu>
This commit is contained in:
Calle Pettersson
2020-10-10 20:36:55 +02:00
committed by Ben Reedy
parent 82471f39cd
commit 7a16d111b0
2 changed files with 3 additions and 4 deletions

View File

@@ -110,10 +110,9 @@ On some older versions of Windows you may need to surround parameter values with
msiexec /i C:\Users\Administrator\Downloads\windows_exporter.msi ENABLED_COLLECTORS="ad,iis,logon,memory,process,tcp,thermalzone" TEXTFILE_DIR="C:\custom_metrics\"
```
## Roadmap
See [open issues](https://github.com/prometheus-community/windows_exporter/issues)
## Supported versions
windows_exporter supports Windows Server versions 2008R2 and later, and desktop Windows version 7 and later.
## Usage