zabbix调用api实现主机批量添加监控项和触发器
摘要:
准备操作: 1.先认证api 2.获取到hostid 3.给主机批量添加监控端口和触发器 #!/bin/bash port=" 80 需要监控的端口 80803306 " i=0 for node_port in $port;do name=( nginx 对应端口定义名称 tomcatmysql) 阅读全文
posted @ 2022-02-25 17:47 me小怪兽 阅读(740) 评论(0) 推荐(0) 编辑