|
@@ -28,7 +28,7 @@ ansible module for zabbix triggerprototypes
|
|
|
# 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
|