瀏覽代碼

disk: added low threshold

Fabian Peter Hammerle 7 年之前
父節點
當前提交
8c79205193
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      config

+ 2 - 0
config

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