zabbix高级用法-zabbxi item discovery核心代码段

简短代码
基于pyzabbix, zabbix 4.0,python 3.6
r2 = zabbix.item.get(
output=["key_", "lastvalue", "name"],
hostids=host['hostid'],
selectItemDiscovery={"key_": key_list},
)
posted @ 2020-06-24 10:49  进击的pythoner  阅读(278)  评论(0编辑  收藏  举报