All Projects → express42 → Zabbixapi

express42 / Zabbixapi

Licence: mit
Ruby wrapper to Zabbix API

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Zabbixapi

Hafas Client
JavaScript client for HAFAS public transport APIs.
Stars: ✭ 125 (-2.34%)
Mutual labels:  api
Ajax Movie Recommendation System With Sentiment Analysis
Content-Based Recommender System recommends movies similar to the movie user likes and analyses the sentiments on the reviews given by the user for that movie.
Stars: ✭ 127 (-0.78%)
Mutual labels:  api
Pfsense Api
The missing REST API package for pfSense
Stars: ✭ 126 (-1.56%)
Mutual labels:  api
Api Golang
golang多款短视频无水印视频解析接口包含抖音微视快手火山皮皮虾最右
Stars: ✭ 125 (-2.34%)
Mutual labels:  api
Python Tumblpy
A Python Library to interface with Tumblr v2 REST API & OAuth
Stars: ✭ 126 (-1.56%)
Mutual labels:  api
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-1.56%)
Mutual labels:  api
Adonis Bumblebee
Api Transformer for AdonisJs Framework
Stars: ✭ 125 (-2.34%)
Mutual labels:  api
Geeksay
🤓 geeks will ctrl+s the world!
Stars: ✭ 127 (-0.78%)
Mutual labels:  api
Kinopoiskpy
Python API to kinopoisk.ru
Stars: ✭ 126 (-1.56%)
Mutual labels:  api
Abstracting Fastapi Services
FastAPI application and service structure for a more maintainable codebase – See full article
Stars: ✭ 127 (-0.78%)
Mutual labels:  api
Anyapi
AnyAPI is a library that helps you to write any API wrappers with ease and in pythonic way.
Stars: ✭ 126 (-1.56%)
Mutual labels:  api
Jsonrpcserver
Process JSON-RPC requests in Python
Stars: ✭ 126 (-1.56%)
Mutual labels:  api
Grafana Zabbix
Zabbix plugin for Grafana dashboard
Stars: ✭ 1,716 (+1240.63%)
Mutual labels:  zabbix
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+10204.69%)
Mutual labels:  api
Taobaokeapi
淘宝客API演示
Stars: ✭ 128 (+0%)
Mutual labels:  api
Apidebugger
A IDEA plug-in to help you easily complete the API debugging.
Stars: ✭ 125 (-2.34%)
Mutual labels:  api
Dm env
A Python interface for reinforcement learning environments
Stars: ✭ 127 (-0.78%)
Mutual labels:  api
Api Common Protos
A standard library for use in specifying protocol buffer APIs.
Stars: ✭ 127 (-0.78%)
Mutual labels:  api
Ewelink Api
eWeLink API for JavaScript
Stars: ✭ 128 (+0%)
Mutual labels:  api
Pokemongoapi Php
Pokemon Go API PHP library
Stars: ✭ 127 (-0.78%)
Mutual labels:  api

Ruby Zabbix Api Module

Gem Version Build Status

Simple and lightweight ruby module for working with Zabbix via the Zabbix API

Installation

# latest
gem install zabbixapi

# specific version
gem install zabbixapi -v 4.2.0

Documentation

http://rdoc.info/gems/zabbixapi

Examples

https://github.com/express42/zabbixapi/tree/master/examples

Version Policy

NOTE: master branch is used for ongoing development on Zabbix API 5.x (5.0 and 5.2).

We support only two last versions of zabbix (5.0 and 5.2), so you should consider all previous versions deprecated.

Supported Ruby Versions

This library aims to support and is tested against the following Ruby versions:

  • Ruby 2.5
  • Ruby 2.6
  • Ruby 2.7
  • JRuby 9.2.10.0

If something doesn't work on one of these versions, it's a bug.

This library may inadvertently work (or seem to work) on other Ruby versions, however support will only be provided for the versions listed above.

If you would like this library to support another Ruby version or implementation, you may volunteer to be a maintainer. Being a maintainer entails making sure all tests run and pass on that implementation. When something breaks on your implementation, you will be responsible for providing patches in a timely fashion. If critical issues for a particular implementation exist at the time of a major release, support for that Ruby version may be dropped.

Dependencies

  • net/http
  • json

Contributing

  • Fork the project.
  • Base your work on the master branch.
  • Make your feature addition or bug fix, write tests, write documentation/examples.
  • Commit, do not mess with rakefile, version.
  • Make a pull request.

Zabbix documentation

Copyright

See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].