Fixed windows disk usage computation

This commit is contained in:
Samuel Berthe 2019-07-14 17:31:52 +02:00 committed by GitHub
parent 70211339af
commit ca22d8d3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,7 +445,7 @@ services:
severity: warning
- name: Disk Space Usage
description: Disk Space on Drive is used more than 80%
query: '100.0 - 100 * ((wmi_logical_disk_free_bytes{} / 1000 / 1000 ) / (wmi_logical_disk_size_bytes{} / 1024 / 1024)) > 80'
query: '100.0 - 100 * ((wmi_logical_disk_free_bytes{} / 1024 / 1024 ) / (wmi_logical_disk_size_bytes{} / 1024 / 1024)) > 80'
severity: error
- name: Juniper