소스 검색

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
 }