This commit is contained in:
Bernhard B 2019-05-12 20:49:02 +02:00
commit 315328b41f
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
Parameters:
* cpu.warning : Warning threshold in % of CPU usage (defaults to 70%)
* cpu.critical: Critical threshold in % of CPU usage (defaults to 80%)
* cpu.format : Format string (defaults to "{:.01f}%)")
* cpu.format : Format string (defaults to "{:.01f}%")
"""
try:

View file

@ -7,7 +7,7 @@ Requires the following library:
Parameters:
* github.token: GitHub user access token, the token needs to have the 'notifications' scope.
* github.interval: Interval in minutes
* github.interval: Interval in minutes between updates, default is 5.
"""
import bumblebee.input