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"
