This commit is contained in:
committer@tuxwarrior
2025-05-15 11:12:25 -05:00
parent 1baa204f50
commit c1882761f5
2 changed files with 3 additions and 3 deletions

View File

@@ -42,13 +42,13 @@ load {
}
memory {
format = " ☰ free: %available (%percentage_avail) "
format = " ☰ free: %available (%percentage_free) "
threshold_degraded = "5G"
format_degraded = "WARNING: ONLY %available FREE MEMORY"
}
disk "/" {
format = " / ⛁ free: %avail (%percentage_available) "
format = " / ⛁ free: %avail (%percentage_avail) "
low_threshold = 10
threshold_type = "percentage_avail"
format_below_threshold = "WARNING: / ⛁ %avail (%percentage_avail) "