Skip to content

april418/zabbix-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

zabbix-api-python

Usage

Import your Python code.

from zabbix_api import ZabbixApi

with ZabbixApi('host', 'user', 'pass') as api:
    response = api.call('host.get')

hosts = response['result']

Or execute command line.

$ ./zabbix_api.py host user pass host.get

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages