Skip to content

Alguma funções em python de consulta e alteração usando a api do zabbix

License

Notifications You must be signed in to change notification settings

ewertonhm/ZabbixPyAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZabbixPyAPI

A simple python lib for using the Zabbix API

Uso/Exemplos

from ZabbixPyAPI.zabbix import api

api = api('zabbixurl.com/api_jsonrpc.php','zabbix_login','zabbix_psw')

params = {
    "groupids":"1547",
    "output":["name"]
}

api.request("host.get", params)

About

Alguma funções em python de consulta e alteração usando a api do zabbix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages