Merge branch 'master' of https://github.com/bbernhard/bumblebee-status
This commit is contained in:
commit
315328b41f
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue