summaryrefslogtreecommitdiffstats
path: root/roles/lib_zabbix/library/zbx_httptest.py
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2016-03-03 14:50:25 -0500
committerJoel Diaz <jdiaz@redhat.com>2016-03-03 14:50:25 -0500
commit9aff21b6fe095408cd75475d0371d88508d26819 (patch)
treea21e5696b867cf2e1d8ee52b2a062e13b5b3b514 /roles/lib_zabbix/library/zbx_httptest.py
parenta8edeaea8e8c67f5f930b54ccda5b575340231f5 (diff)
downloadopenshift-9aff21b6fe095408cd75475d0371d88508d26819.tar.gz
openshift-9aff21b6fe095408cd75475d0371d88508d26819.tar.bz2
openshift-9aff21b6fe095408cd75475d0371d88508d26819.tar.xz
openshift-9aff21b6fe095408cd75475d0371d88508d26819.zip
change lib_zabbix's import to new pathing
Diffstat (limited to 'roles/lib_zabbix/library/zbx_httptest.py')
-rw-r--r--roles/lib_zabbix/library/zbx_httptest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_zabbix/library/zbx_httptest.py b/roles/lib_zabbix/library/zbx_httptest.py
index 6b28117ad..eab45d06e 100644
--- a/roles/lib_zabbix/library/zbx_httptest.py
+++ b/roles/lib_zabbix/library/zbx_httptest.py
@@ -28,7 +28,7 @@
# pylint: disable=duplicate-code
# pylint: disable=import-error
-from openshift_tools.monitoring.zbxapi import ZabbixAPI, ZabbixConnection
+from openshift_tools.zbxapi import ZabbixAPI, ZabbixConnection
def exists(content, key='result'):
''' Check if key exists in content or the size of content[key] > 0