zabbix_sender_api 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/zabbix_sender_api/version.rb +1 -1
- data/zabbix_sender_api.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88bf8af42d1244b44cfb42814f90b8d832fa06d9775bc80115712928a6dcc4f4
|
|
4
|
+
data.tar.gz: 4157dd8bf6092b2cdba08a718f45478be2bff8f06ea4410bc4a50b0aed98f90c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae69d43633db1270bd7297e65504fb5d09019d29e861282994791e9ec3ce83cb0deac719fb593b664c0cb13c62d6d54fd782b420c8ef42fb53588bd7f3e99860
|
|
7
|
+
data.tar.gz: a1f6729596ab3fb11612ba9e4f70e16e8de1b2608f61f54705488776c5f2b6417fa8016eee815b074b534b41c23a6c64f69fe018d189d84a48edff46bcb5f919
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
This gem describes an api that takes some of the drudgery out of the task of putting together bulk data for the zabbix_sender utility.
|
|
4
4
|
|
|
5
|
+
Detailed documentation for this library is at [rubydoc.info](https://rubydoc.info/gems/zabbix_sender_ap)
|
|
6
|
+
|
|
5
7
|
zabbix_sender is a command line utility for sending monitoring data to Zabbix server or proxy. On the Zabbix server an item of type Zabbix trapper should be created with corresponding key.
|
|
6
8
|
|
|
7
9
|
* [Zabbix sender manpage](https://www.zabbix.com/documentation/4.0/manpages/zabbix_sender)
|
data/zabbix_sender_api.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
|
|
9
9
|
spec.summary = %q{Ruby frontend to the zabbix_sender command line tool}
|
|
10
10
|
spec.description = %q{This gem describes an api to the zabbix sender facility. It saves tons of hassle when you're cranking out custom polling logic}
|
|
11
|
-
spec.homepage = "https://
|
|
11
|
+
spec.homepage = "https://rubydoc.info/gems/zabbix_sender_api"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zabbix_sender_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dave Parker
|
|
@@ -36,12 +36,12 @@ files:
|
|
|
36
36
|
- lib/zabbix_sender_api/version.rb
|
|
37
37
|
- zabbix-sender-help.md
|
|
38
38
|
- zabbix_sender_api.gemspec
|
|
39
|
-
homepage: https://
|
|
39
|
+
homepage: https://rubydoc.info/gems/zabbix_sender_api
|
|
40
40
|
licenses:
|
|
41
41
|
- MIT
|
|
42
42
|
metadata:
|
|
43
43
|
allowed_push_host: https://rubygems.org
|
|
44
|
-
homepage_uri: https://
|
|
44
|
+
homepage_uri: https://rubydoc.info/gems/zabbix_sender_api
|
|
45
45
|
source_code_uri: https://gitlab.com/svdasein/zabbix_sender_api
|
|
46
46
|
post_install_message:
|
|
47
47
|
rdoc_options: []
|