mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
24 lines
360 B
Text
24 lines
360 B
Text
general {
|
|
colors = true
|
|
color_good = "#8ABEB7"
|
|
color_degraded = "#FFCC99"
|
|
color_bad = "#CC817F"
|
|
}
|
|
|
|
cpu_usage {
|
|
format = " %usage"
|
|
}
|
|
|
|
memory {
|
|
format = " %percentage_used"
|
|
threshold_degraded = "20%"
|
|
threshold_critical = "10%"
|
|
}
|
|
|
|
tztime local {
|
|
format = " %H:%M:%S %a, %d %b %Y"
|
|
}
|
|
|
|
order = "cpu_usage"
|
|
order += "memory"
|
|
order += "tztime local"
|