mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
docs: fix metric name in example in collector.memory.md (#2004)
This commit is contained in:
@@ -68,7 +68,7 @@ Show memory usage for instance (%)
|
|||||||
```yaml
|
```yaml
|
||||||
# Alert on hosts that have exhausted all available physical memory
|
# Alert on hosts that have exhausted all available physical memory
|
||||||
- alert: MemoryExhausted
|
- alert: MemoryExhausted
|
||||||
expr: windows_os_physical_memory_free_bytes == 0
|
expr: windows_memory_physical_free_bytes == 0
|
||||||
for: 10m
|
for: 10m
|
||||||
labels:
|
labels:
|
||||||
severity: high
|
severity: high
|
||||||
|
|||||||
Reference in New Issue
Block a user