Explorar el Código

disk: added low threshold

Fabian Peter Hammerle hace 8 años
padre
commit
8c79205193
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config

+ 2 - 0
config

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