Merge pull request #120 from AntonSmolkov/master

This commit is contained in:
Samuel Berthe 2020-10-11 19:26:28 +02:00 committed by GitHub
commit 9611847a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%