default config: show %avail disk space instead of %free

The former property is generally more relevant to end users
This commit is contained in:
Sebastian Ullrich 2013-11-11 23:23:00 +01:00 committed by Michael Stapelberg
parent 14b43bdec2
commit 09330976e5

View File

@ -53,5 +53,5 @@ load {
}
disk "/" {
format = "%free"
format = "%avail"
}