Rename humbug_tools to zulip_tools.

(imported from commit 7f21fdc2c2d6ad0bdbd99eb616ffc75c347d8dcb)
This commit is contained in:
Tim Abbott 2013-08-06 16:39:20 -04:00
parent 4741258ca4
commit cba5fbe125
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ from collections import defaultdict
from os import path, environ
sys.path.append(path.join(path.dirname(__file__), '../tools'))
from humbug_tools import check_output
from zulip_tools import check_output
states = {
0: "OK",

View file

@ -7,7 +7,7 @@ import time
from os import path, environ
sys.path.append(path.join(path.dirname(__file__), '../tools'))
from humbug_tools import check_output
from zulip_tools import check_output
WARN_THRESHOLD = 50
CRIT_THRESHOLD = 100