--- conf/services/zz-disk_space.conf	2024-04-09 01:31:08
+++ conf/services/zz-disk_space.conf	2024-10-04 14:16:30
@@ -31,6 +31,8 @@
 # of filesystem disk usage.  For example, the following are the defaults
 # for Linux OS:
 # $df_options = "-h -x tmpfs -x devtmpfs -x udf -x iso9660 -x squashfs -x overlay"
+# Use -P otherwise the inodes addition cause disk full array to be wrong
+$df_options = "-PH"
 # $disk_cmd = "df $df_options"
 
 # Uncomment this to add -l to df command. Only see local disks.
@@ -48,6 +50,7 @@
 # Regular expression to exclude directories from disk full warnings.
 # Expression is anchored at the beginning with ^, but not at the end.
 #$diskfull_exclude_dirs = /run/media
+$diskfull_exclude_dirs = /dev
 
 ########################################################
 # This was written and is maintained by:
