Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 966 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 966 Bytes

Zabipi

Zabipi - is a very simple and clear Zabbix API which allow you to use perl data structures to make JSON requests and to get answers. Zabipi in functional is only one command "zbx" which prepares HTTP POST request, send it to server and parses results. zbx has some subcommands, wich is divided into "simplified actions" (such as searchHostByName) and "native API methods" (such as user.get or service.get).

There are no documentation for Zabipi yet... ...except this README and INSTALL files, and the bunch of examples, of course :)

But if you can read in russian, it will be very helpful for you to read this forum thread, which is used by me as a something like "Changelog" with short usable examples: https://www.zabbix.com/forum/showthread.php?p=160086

You're welcome to ask any questions, request any features, etc. Dont hessitate, write to me, write now! :)

email: drvtiny (AT) gmail.com

With best regards, Andrey Konovalov aka DRVTiny