Merge pull request #383 from fredj/doc

Small documentation update
This commit is contained in:
tobi-wan-kenobi 2019-05-09 20:20:57 +02:00 committed by GitHub
commit 3a3c219e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
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%)
* cpu.format : Format string (defaults to "{:.01f}%)") * cpu.format : Format string (defaults to "{:.01f}%")
""" """
try: try:

View file

@ -7,7 +7,7 @@ Requires the following library:
Parameters: Parameters:
* github.token: GitHub user access token, the token needs to have the 'notifications' scope. * 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 import bumblebee.input