cfg_opt_t usage_opts[] = {
CFG_STR("format", "%usage", CFGF_NONE),
- CFG_FLOAT("max_threshold", 200, CFGF_NONE),
- CFG_FLOAT("degraded_threshold", 200, CFGF_NONE),
+ CFG_FLOAT("max_threshold", 95, CFGF_NONE),
+ CFG_FLOAT("degraded_threshold", 90, CFGF_NONE),
CFG_CUSTOM_ALIGN_OPT,
CFG_CUSTOM_COLOR_OPTS,
CFG_CUSTOM_MIN_WIDTH_OPT,
It is possible to define a max_threshold that will color the load
value red in case the CPU average over the last interval is getting
-higher than the configured threshold. Defaults to 200 (i.e. off).
+higher than the configured threshold. Defaults to 95.
It is possible to define a degraded_threshold that will color the load
value yellow in case the CPU average over the last interval is getting
-higher than the configured threshold. Defaults to 150 (i.e. off).
+higher than the configured threshold. Defaults to 90.
*Example order*: +cpu_usage+
*Example format*: +%usage+
-*Example max_threshold*: +"200,0"+
+*Example max_threshold*: +75+
-*Example degraded_threshold*: +"150,0"+
+*Example degraded_threshold*: +25+
=== Load