摘要:
import requests import json import os # user config here ip = '192.168.52.130' user = "root" password = "123" # user config end class ZabbixApi: def _ 阅读全文
摘要:
如果本地测试ok,远程测试出现如下报错: No Such Object available on this agent at this OID或No more variables left in this MIB View (It is past the end of the MIB tree) 修 阅读全文