Rename humbug_tools to zulip_tools.
(imported from commit 7f21fdc2c2d6ad0bdbd99eb616ffc75c347d8dcb)
This commit is contained in:
parent
4741258ca4
commit
cba5fbe125
|
@ -8,7 +8,7 @@ from collections import defaultdict
|
||||||
from os import path, environ
|
from os import path, environ
|
||||||
|
|
||||||
sys.path.append(path.join(path.dirname(__file__), '../tools'))
|
sys.path.append(path.join(path.dirname(__file__), '../tools'))
|
||||||
from humbug_tools import check_output
|
from zulip_tools import check_output
|
||||||
|
|
||||||
states = {
|
states = {
|
||||||
0: "OK",
|
0: "OK",
|
||||||
|
|
|
@ -7,7 +7,7 @@ import time
|
||||||
from os import path, environ
|
from os import path, environ
|
||||||
|
|
||||||
sys.path.append(path.join(path.dirname(__file__), '../tools'))
|
sys.path.append(path.join(path.dirname(__file__), '../tools'))
|
||||||
from humbug_tools import check_output
|
from zulip_tools import check_output
|
||||||
|
|
||||||
WARN_THRESHOLD = 50
|
WARN_THRESHOLD = 50
|
||||||
CRIT_THRESHOLD = 100
|
CRIT_THRESHOLD = 100
|
||||||
|
|
Loading…
Reference in a new issue