Browse Source

disk: added low threshold

Fabian Peter Hammerle 7 năm trước cách đây
mục cha
commit
8c79205193
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      config

+ 2 - 0
config

@@ -60,4 +60,6 @@ cpu_temperature 0 {
 
 disk "/" {
     format = "%avail"
+    low_threshold = 8
+    threshold_type = gbytes_avail
 }