Fix API path for check_send_receive.py
(imported from commit a930475d2b65324c838b4fd40fe8ce007c52089b)
This commit is contained in:
parent
5e8e1e09bd
commit
e6150169cd
|
@ -59,7 +59,7 @@ sendreceive.warning 3
|
||||||
sendreceive.critical 5"""
|
sendreceive.critical 5"""
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
sys.path.append('/home/humbug/humbug/api')
|
sys.path.append('/home/humbug/humbug-deployments/current/api')
|
||||||
import humbug
|
import humbug
|
||||||
|
|
||||||
states = {
|
states = {
|
||||||
|
|
Loading…
Reference in a new issue