Project

rzabbix

0.0
No commit activity in last 3 years
No release in over 3 years
A ruby API to access zabbix configuration via HTTP API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

RZabbix

RZabbix is a ruby client for Zabbix API access.

Installation Instructions

To install RZabbix, run the following command:

gem install rzabbix 

To use RZabbix:

gem 'rzabbix'
RZabbix::Base.set_credentials("zabbix.example.com", "user", "password")
host = RZabbix::Host.find("my-dns-example.com")

External Links

Zabbix Monitoring Server.