上传者: 42110362
|
上传时间: 2021-11-18 14:28:51
|
文件大小: 7KB
|
文件类型: -
ZabbixAPI是Zabbix的python实现版本
#一、ZabbixAPI的用法
shell#git clone https://github.com/itnihao/ZabbixAPI.git
shell#cd ZabbixAPI
#安装
shell#sudo python setup.py install
#配置用户名、密码:
#修改/etc/.zbx_tool.cfg如下
#cat /etc/.zbx_tool.cfg
[auth]
URL=http://zabbix.itnihao.com
Username=User
Password=Pass
[http_auth]
HttpUsername=HttpUser
HttpPassword=HttpPass
#cat /etc/.zbx_tool.cfg
[auth]
URL=http://zabbix.i