Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JangoOs/Zabbix-PyZabbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

pyzabbix

pyzabbix is a python module for working with the Zabbix API.

The Zabbix API is a web based API and is shipped as part of the web frontend. It uses the JSON-RPC 2.0 protocol which means two things:

  • The API consists of a set of separate methods,like "user.login","item.create",etc.
  • Requests and responses between the clients and the API are encoded using the JSON format.

There are some examples using this method:

[root@test Zabbix-PyZabbix]# python zabbix_host_delete.py -h
Usage: zabbix_host_delete.py [options]
Options:
 -h, --help show this help message and exit
 -s SERVER, --server=SERVER
 (REQUIRED)Zabbix Server URL.
 -u USERNAME, --username=USERNAME
 (REQUIRED)Username (Will prompt if not given).
 -p PASSWORD, --password=PASSWORD
 (REQUIRED)Password (Will prompt if not given).
 -H HOSTNAME, --hostname=HOSTNAME
 (REQUIRED)hostname for hosts.
 -f FILE, --file=FILE Load values from input file. Specify - for standard
 input Each line of file contains whitespace delimited:
 <hostname>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%

AltStyle によって変換されたページ (->オリジナル) /