[docs] add psutil dependency to cpu module
This commit is contained in:
parent
9a380d584f
commit
5dec4fd371
1 changed files with 3 additions and 0 deletions
|
@ -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%)
|
||||||
|
|
Loading…
Reference in a new issue