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'
zbx = RZabbix::Base.new("zabbix.example.com", "user", "password")
host = zbx.find_host("my-dns-example.com")

Zabbix Monitoring Server.