mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-07 21:46:37 +00:00
docs: add note about Server 2012 (#2093)
This commit is contained in:
26
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
26
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -4,8 +4,12 @@ labels: [ 🐞 bug ]
|
|||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Thanks for taking the time to fill out this bug report!
|
value: |-
|
||||||
|
> [!NOTE]
|
||||||
|
> Windows Server 2012 and Windows Server 2012 R2 are no longer supported by the windows_exporter project.
|
||||||
|
|
||||||
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |-
|
value: |-
|
||||||
@@ -15,18 +19,18 @@ body:
|
|||||||
```
|
```
|
||||||
PS C:\WINDOWS\system32> cd c:\windows\system32
|
PS C:\WINDOWS\system32> cd c:\windows\system32
|
||||||
PS C:\windows\system32> lodctr /R
|
PS C:\windows\system32> lodctr /R
|
||||||
|
|
||||||
Error: Unable to rebuild performance counter setting from system backup store, error code is 2
|
Error: Unable to rebuild performance counter setting from system backup store, error code is 2
|
||||||
PS C:\windows\system32> cd ..
|
PS C:\windows\system32> cd ..
|
||||||
PS C:\windows> cd syswow64
|
PS C:\windows> cd syswow64
|
||||||
PS C:\windows\syswow64> lodctr /R
|
PS C:\windows\syswow64> lodctr /R
|
||||||
|
|
||||||
Info: Successfully rebuilt performance counter setting from system backup store
|
Info: Successfully rebuilt performance counter setting from system backup store
|
||||||
PS C:\windows\syswow64> winmgmt.exe /RESYNCPERF
|
PS C:\windows\syswow64> winmgmt.exe /RESYNCPERF
|
||||||
```
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Current Behavior
|
label: Current Behavior
|
||||||
@@ -36,7 +40,7 @@ body:
|
|||||||
```...```
|
```...```
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Expected Behavior
|
||||||
@@ -44,7 +48,7 @@ body:
|
|||||||
placeholder: When I do <X>, <Z> should happen instead.
|
placeholder: When I do <X>, <Z> should happen instead.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps To Reproduce
|
label: Steps To Reproduce
|
||||||
@@ -57,7 +61,7 @@ body:
|
|||||||
render: Markdown
|
render: Markdown
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: Environment
|
||||||
@@ -70,7 +74,7 @@ body:
|
|||||||
- Windows Server Version:
|
- Windows Server Version:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: windows_exporter logs
|
label: windows_exporter logs
|
||||||
@@ -80,7 +84,7 @@ body:
|
|||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
|
|||||||
Reference in New Issue
Block a user