def getToken(): zabbix_function = ZabbixFunction(url, dataType ,user , password , urlpng , urlvalue , token , size) return zabbix_function.getToken()
def getItemId(histId): return ZabbixFunction().getItemList( type , histId , token , url , dataType)
def getGroupList(): return ZabbixFunction().getGroupList(token , url , dataType)
def getHostId(groupId): return ZabbixFunction().getHostList( groupId , token , url , dataType)
def getPng(itemId): zabbix_function = ZabbixFunction(url, dataType ,user , password , urlpng , urlvalue , token , size) return zabbix_function.getValue( itemId ,type , path , period , starttime, pngwidth , pngheight)