# zbx **Repository Path**: tengqiao/zbx ## Basic Information - **Project Name**: zbx - **Description**: Zabbix API - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-11 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` zabbix API ``` ```golang package main import ( "gitee.com/tengqiao/zbx" ) func main() { z := zbx.New("Admin", "zabbix", "10.0.1.10") } ```