mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
Merge pull request #120 from AntonSmolkov/master
This commit is contained in:
commit
9611847a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ groups:
|
|||
severity: warning
|
||||
- name: Windows Server memory Usage
|
||||
description: Memory usage is more than 90%
|
||||
query: "100 * (wmi_os_physical_memory_free_bytes) / wmi_cs_physical_memory_bytes > 90"
|
||||
query: "100 - ((wmi_os_physical_memory_free_bytes / wmi_cs_physical_memory_bytes) * 100) > 90"
|
||||
severity: warning
|
||||
- name: Windows Server disk Space Usage
|
||||
description: Disk usage is more than 80%
|
||||
|
|
|
|||
Loading…
Reference in a new issue