[docs] add psutil dependency to cpu module

This commit is contained in:
tobi-wan-kenobi 2020-05-21 13:10:53 +02:00
parent 9a380d584f
commit 5dec4fd371

View file

@ -2,6 +2,9 @@
"""Displays CPU utilization across all CPUs. """Displays CPU utilization across all CPUs.
Requirements:
* the psutil Python module for the first three items from the list above
Parameters: Parameters:
* cpu.warning : Warning threshold in % of CPU usage (defaults to 70%) * cpu.warning : Warning threshold in % of CPU usage (defaults to 70%)
* cpu.critical: Critical threshold in % of CPU usage (defaults to 80%) * cpu.critical: Critical threshold in % of CPU usage (defaults to 80%)