--- !ruby/object:Gem::Specification
name: zabbix_sender_api
version: !ruby/object:Gem::Version
  version: 1.1.2
platform: ruby
authors:
- Dave Parker
autorequire: 
bindir: exe
cert_chain: []
date: 2021-09-11 00:00:00.000000000 Z
dependencies: []
description: This gem implements an api that abstracts the zabbix sender/trapper mechanism.
  It saves tons of time when you're cranking out custom polling logic
email:
- daveparker01@gmail.com
executables:
- example.rb
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".gitlab-ci.yml"
- CHANGELOG.md
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- bin/bundle
- bin/byebug
- bin/coderay
- bin/console
- bin/example.rb
- bin/pry
- bin/rake
- bin/setup
- exe/example.rb
- images/.gitkeep
- images/Spectacle.Z29721.png
- images/Spectacle.l29721.png
- lib/zabbix_sender_api.rb
- lib/zabbix_sender_api/api.rb
- lib/zabbix_sender_api/version.rb
- public/Zabbix.html
- public/Zabbix/AgentConfiguration.html
- public/Zabbix/Sender.html
- public/Zabbix/Sender/Batch.html
- public/Zabbix/Sender/Connection.html
- public/Zabbix/Sender/Discovery.html
- public/Zabbix/Sender/ItemData.html
- public/Zabbix/Sender/Pipe.html
- public/Zabbix/Sender/Socket.html
- public/ZabbixSenderApi.html
- public/ZabbixSenderApi/Error.html
- public/_index.html
- public/class_list.html
- public/css/common.css
- public/css/full_list.css
- public/css/style.css
- public/file.README.html
- public/file_list.html
- public/frames.html
- public/index.html
- public/js/app.js
- public/js/full_list.js
- public/js/jquery.js
- public/method_list.html
- public/top-level-namespace.html
- zabbix-sender-help.md
- zabbix_sender_api.gemspec
homepage: https://svdasein.gitlab.io/zabbix_sender_api
licenses:
- MIT
metadata:
  allowed_push_host: https://rubygems.org
  homepage_uri: https://svdasein.gitlab.io/zabbix_sender_api
  source_code_uri: https://gitlab.com/svdasein/zabbix_sender_api
  changelog_uri: https://gitlab.com/svdasein/zabbix_sender_api/-/blob/master/CHANGELOG.md
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.3.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.1.6
signing_key: 
specification_version: 4
summary: Ruby library that greatly simplifies sending data to Zabbix via the sender/trapper
  protocol
test_files: []