fix: exclude volumes w/o drive letter from disk_space_usage_alert (#19000)
Ilya Mashchenko committed
Nov 12, 2024 at 15:50 UTC
fa35f5090e49e565ac40eea7b9efb561dcddd49a
1 file changed
+1
-1
src/health/health.d/disks.conf
+1
-1
@@ -12,7 +12,7 @@
12
class: Utilization
13
type: System
14
component: Disk
15
-chart labels: mount_point=!/dev !/dev/* !/run !/run/* *
15
+chart labels: mount_point=!/dev !/dev/* !/run !/run/* !HarddiskVolume* *
16
calc: $used * 100 / ($avail + $used)
17
units: %
18
every: 1m