No commit activity in last 3 years
No release in over 3 years
Improved zabbix_sender gem just for legacy ruby < 2.0 like in Debian Wheezy
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 0.10.3
~> 10.0
~> 3.5
~> 1.2
 Project Readme

ZabbixSender

Zabbix Sender gem

Gem Version

Installation

Add this line to your application's Gemfile:

gem 'zabbix_sender_legacy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install zabbix_sender_legacy

Usage

require "zabbix_sender_legacy"

sender = ZabbixSenderLegacy.from_config
//sender = ZabbixSenderLegacy.new(zabbix_host= "some-zabbix", port= 10051)
sender.post("host", "key", "value")
#=> {"response"=>"success", "info"=>"processed: 1; failed: 0; total: 1; seconds spent: 0.000075"}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lehn-etracker/zabbix_sender_legacy.