zabbix_sender_api 1.0.5 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,110 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Top Level Namespace
8
+
9
+ &mdash; Documentation by YARD 0.9.26
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+
41
+
42
+ <span class="title">Top Level Namespace</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Top Level Namespace
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+ </div>
80
+
81
+ <h2>Defined Under Namespace</h2>
82
+ <p class="children">
83
+
84
+
85
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Zabbix.html" title="Zabbix (module)">Zabbix</a></span>, <span class='object_link'><a href="ZabbixSenderApi.html" title="ZabbixSenderApi (module)">ZabbixSenderApi</a></span>
86
+
87
+
88
+
89
+
90
+ </p>
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ </div>
101
+
102
+ <div id="footer">
103
+ Generated on Sat Sep 11 00:00:06 2021 by
104
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
+ 0.9.26 (ruby-2.7.4).
106
+ </div>
107
+
108
+ </div>
109
+ </body>
110
+ </html>
@@ -6,9 +6,9 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Dave Parker"]
7
7
  spec.email = ["daveparker01@gmail.com"]
8
8
 
9
- spec.summary = %q{Ruby frontend to the zabbix_sender command line tool}
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://rubydoc.info/gems/zabbix_sender_api"
9
+ spec.summary = %q{Ruby library that greatly simplifies sending data to Zabbix via the sender/trapper protocol}
10
+ spec.description = %q{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}
11
+ spec.homepage = "https://svdasein.gitlab.io/zabbix_sender_api"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
@@ -16,6 +16,8 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = "https://gitlab.com/svdasein/zabbix_sender_api"
19
+ spec.metadata["changelog_uri"] = "https://gitlab.com/svdasein/zabbix_sender_api/-/blob/master/CHANGELOG.md"
20
+
19
21
 
20
22
  # Specify which files should be added to the gem when it is released.
21
23
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zabbix_sender_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Parker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-08 00:00:00.000000000 Z
11
+ date: 2021-09-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: This gem describes an api to the zabbix sender facility. It saves tons
14
- of hassle when you're cranking out custom polling logic
13
+ description: This gem implements an api that abstracts the zabbix sender/trapper mechanism.
14
+ It saves tons of time when you're cranking out custom polling logic
15
15
  email:
16
16
  - daveparker01@gmail.com
17
17
  executables:
@@ -20,12 +20,19 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - ".gitignore"
23
+ - ".gitlab-ci.yml"
24
+ - CHANGELOG.md
23
25
  - Gemfile
24
- - Gemfile.lock
25
26
  - LICENSE.txt
26
27
  - README.md
27
28
  - Rakefile
29
+ - bin/bundle
30
+ - bin/byebug
31
+ - bin/coderay
28
32
  - bin/console
33
+ - bin/example.rb
34
+ - bin/pry
35
+ - bin/rake
29
36
  - bin/setup
30
37
  - exe/example.rb
31
38
  - images/.gitkeep
@@ -34,15 +41,41 @@ files:
34
41
  - lib/zabbix_sender_api.rb
35
42
  - lib/zabbix_sender_api/api.rb
36
43
  - lib/zabbix_sender_api/version.rb
44
+ - public/Zabbix.html
45
+ - public/Zabbix/AgentConfiguration.html
46
+ - public/Zabbix/Sender.html
47
+ - public/Zabbix/Sender/Batch.html
48
+ - public/Zabbix/Sender/Connection.html
49
+ - public/Zabbix/Sender/Discovery.html
50
+ - public/Zabbix/Sender/ItemData.html
51
+ - public/Zabbix/Sender/Pipe.html
52
+ - public/Zabbix/Sender/Socket.html
53
+ - public/ZabbixSenderApi.html
54
+ - public/ZabbixSenderApi/Error.html
55
+ - public/_index.html
56
+ - public/class_list.html
57
+ - public/css/common.css
58
+ - public/css/full_list.css
59
+ - public/css/style.css
60
+ - public/file.README.html
61
+ - public/file_list.html
62
+ - public/frames.html
63
+ - public/index.html
64
+ - public/js/app.js
65
+ - public/js/full_list.js
66
+ - public/js/jquery.js
67
+ - public/method_list.html
68
+ - public/top-level-namespace.html
37
69
  - zabbix-sender-help.md
38
70
  - zabbix_sender_api.gemspec
39
- homepage: https://rubydoc.info/gems/zabbix_sender_api
71
+ homepage: https://svdasein.gitlab.io/zabbix_sender_api
40
72
  licenses:
41
73
  - MIT
42
74
  metadata:
43
75
  allowed_push_host: https://rubygems.org
44
- homepage_uri: https://rubydoc.info/gems/zabbix_sender_api
76
+ homepage_uri: https://svdasein.gitlab.io/zabbix_sender_api
45
77
  source_code_uri: https://gitlab.com/svdasein/zabbix_sender_api
78
+ changelog_uri: https://gitlab.com/svdasein/zabbix_sender_api/-/blob/master/CHANGELOG.md
46
79
  post_install_message:
47
80
  rdoc_options: []
48
81
  require_paths:
@@ -58,8 +91,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
91
  - !ruby/object:Gem::Version
59
92
  version: '0'
60
93
  requirements: []
61
- rubygems_version: 3.1.2
94
+ rubygems_version: 3.1.6
62
95
  signing_key:
63
96
  specification_version: 4
64
- summary: Ruby frontend to the zabbix_sender command line tool
97
+ summary: Ruby library that greatly simplifies sending data to Zabbix via the sender/trapper
98
+ protocol
65
99
  test_files: []
data/Gemfile.lock DELETED
@@ -1,30 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- zabbix_sender_api (1.0.4)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- byebug (11.1.3)
10
- coderay (1.1.3)
11
- method_source (1.0.0)
12
- pry (0.13.1)
13
- coderay (~> 1.1)
14
- method_source (~> 1.0)
15
- pry-byebug (3.9.0)
16
- byebug (~> 11.0)
17
- pry (~> 0.13.0)
18
- rake (12.3.3)
19
-
20
- PLATFORMS
21
- ruby
22
-
23
- DEPENDENCIES
24
- pry
25
- pry-byebug
26
- rake
27
- zabbix_sender_api!
28
-
29
- BUNDLED WITH
30
- 2.1.4