mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-20 19:56:36 +00:00
Specify YAML formatting to all rules config.
This commit is contained in:
@@ -43,7 +43,7 @@ wmi_os_timezone{timezone != "UTC"}
|
||||
|
||||
## Alerting examples
|
||||
**prometheus.rules**
|
||||
```
|
||||
```yaml
|
||||
# Alert on hosts that have exhausted all available physical memory
|
||||
- alert: MemoryExhausted
|
||||
expr: wmi_os_physical_memory_free_bytes == 0
|
||||
|
||||
Reference in New Issue
Block a user