Skip to content

heanbian/heanbian-zabbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heanbian-zabbix

前提条件

JDK 21

pom.xml

具体版本,可以上 Maven Central 查询

<dependency>
  <groupId>com.heanbian</groupId>
  <artifactId>heanbian-zabbix</artifactId>
  <version>21.2</version>
</dependency>

使用示例

ZabbixTemplate template = new ZabbixTemplate(api_url, username, password);