ZabbixSend
A Ruby implementation of the Zabbix sender protocol.
Installation
Add this line to your application's Gemfile:
gem 'zabbix_send'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zabbix_send
Usage
require 'zabbix_send'
sender = ZabbixSend::Sender.new
sender.send("zabbixserver","zabbixhost","zabbixitem.key","value")
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Write tests for the new feature. (cf.
spec/) - Write the new feature.
- Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request