From 5dec4fd371a93e8e108a4544ed003f35a061afc6 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 21 May 2020 13:10:53 +0200 Subject: [PATCH] [docs] add psutil dependency to cpu module --- bumblebee_status/modules/core/cpu.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bumblebee_status/modules/core/cpu.py b/bumblebee_status/modules/core/cpu.py index 5d43de7..1e8c9db 100644 --- a/bumblebee_status/modules/core/cpu.py +++ b/bumblebee_status/modules/core/cpu.py @@ -2,6 +2,9 @@ """Displays CPU utilization across all CPUs. +Requirements: + * the psutil Python module for the first three items from the list above + Parameters: * cpu.warning : Warning threshold in % of CPU usage (defaults to 70%) * cpu.critical: Critical threshold in % of CPU usage (defaults to 80%)