03 2024 档案

摘要:1. Java对接Zabbix API 前提准备 zabbix对接文档地址: https://www.zabbix.com/documentation/6.4/zh/manual/api 对接Zabbix API接口需要针对对接的用户授予对应的API权限,如下图所示 使用超管账户登录zabbix 用 阅读全文
posted @ 2024-03-11 10:58 521pingguo1314 阅读(1893) 评论(0) 推荐(1)
摘要:1 package com.yjcmp.exchange.generator; 2 3 import cn.hutool.core.collection.CollectionUtil; 4 import cn.hutool.core.lang.ClassScanner; 5 import com.b 阅读全文
posted @ 2024-03-04 10:15 521pingguo1314 阅读(271) 评论(0) 推荐(0)