zabbix_sender_api 1.0.7 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.gitlab-ci.yml +12 -0
  3. data/CHANGELOG.md +9 -0
  4. data/Gemfile +1 -0
  5. data/README.md +29 -28
  6. data/Rakefile +8 -1
  7. data/bin/bundle +114 -0
  8. data/bin/byebug +29 -0
  9. data/bin/coderay +29 -0
  10. data/bin/example.rb +29 -0
  11. data/bin/pry +29 -0
  12. data/bin/rake +29 -0
  13. data/lib/zabbix_sender_api/api.rb +163 -29
  14. data/lib/zabbix_sender_api/version.rb +1 -1
  15. data/lib/zabbix_sender_api.rb +2 -0
  16. data/public/Zabbix/AgentConfiguration.html +413 -0
  17. data/public/Zabbix/Sender/Batch.html +660 -0
  18. data/public/Zabbix/Sender/Connection.html +650 -0
  19. data/public/Zabbix/Sender/Discovery.html +597 -0
  20. data/public/Zabbix/Sender/ItemData.html +678 -0
  21. data/public/Zabbix/Sender/Pipe.html +461 -0
  22. data/public/Zabbix/Sender/Socket.html +528 -0
  23. data/public/Zabbix/Sender.html +115 -0
  24. data/public/Zabbix.html +117 -0
  25. data/public/ZabbixSenderApi/Error.html +124 -0
  26. data/public/ZabbixSenderApi.html +133 -0
  27. data/public/_index.html +248 -0
  28. data/public/class_list.html +51 -0
  29. data/public/css/common.css +1 -0
  30. data/public/css/full_list.css +58 -0
  31. data/public/css/style.css +497 -0
  32. data/public/file.CHANGELOG.html +89 -0
  33. data/public/file.LICENSE.html +70 -0
  34. data/public/file.README.html +183 -0
  35. data/public/file_list.html +66 -0
  36. data/public/frames.html +17 -0
  37. data/public/images/Spectacle.Z29721.png +0 -0
  38. data/public/images/Spectacle.l29721.png +0 -0
  39. data/public/index.html +183 -0
  40. data/public/js/app.js +314 -0
  41. data/public/js/full_list.js +216 -0
  42. data/public/js/jquery.js +4 -0
  43. data/public/method_list.html +363 -0
  44. data/public/top-level-namespace.html +110 -0
  45. data/zabbix_sender_api.gemspec +5 -3
  46. metadata +47 -8
@@ -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 18 21:55:40 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.7
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Parker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-09 00:00:00.000000000 Z
11
+ date: 2022-08-05 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,11 +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
26
  - LICENSE.txt
25
27
  - README.md
26
28
  - Rakefile
29
+ - bin/bundle
30
+ - bin/byebug
31
+ - bin/coderay
27
32
  - bin/console
33
+ - bin/example.rb
34
+ - bin/pry
35
+ - bin/rake
28
36
  - bin/setup
29
37
  - exe/example.rb
30
38
  - images/.gitkeep
@@ -33,15 +41,45 @@ files:
33
41
  - lib/zabbix_sender_api.rb
34
42
  - lib/zabbix_sender_api/api.rb
35
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.CHANGELOG.html
61
+ - public/file.LICENSE.html
62
+ - public/file.README.html
63
+ - public/file_list.html
64
+ - public/frames.html
65
+ - public/images/Spectacle.Z29721.png
66
+ - public/images/Spectacle.l29721.png
67
+ - public/index.html
68
+ - public/js/app.js
69
+ - public/js/full_list.js
70
+ - public/js/jquery.js
71
+ - public/method_list.html
72
+ - public/top-level-namespace.html
36
73
  - zabbix-sender-help.md
37
74
  - zabbix_sender_api.gemspec
38
- homepage: https://rubydoc.info/gems/zabbix_sender_api
75
+ homepage: https://svdasein.gitlab.io/zabbix_sender_api
39
76
  licenses:
40
77
  - MIT
41
78
  metadata:
42
79
  allowed_push_host: https://rubygems.org
43
- homepage_uri: https://rubydoc.info/gems/zabbix_sender_api
80
+ homepage_uri: https://svdasein.gitlab.io/zabbix_sender_api
44
81
  source_code_uri: https://gitlab.com/svdasein/zabbix_sender_api
82
+ changelog_uri: https://gitlab.com/svdasein/zabbix_sender_api/-/blob/master/CHANGELOG.md
45
83
  post_install_message:
46
84
  rdoc_options: []
47
85
  require_paths:
@@ -57,8 +95,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
95
  - !ruby/object:Gem::Version
58
96
  version: '0'
59
97
  requirements: []
60
- rubygems_version: 3.1.6
98
+ rubygems_version: 3.1.2
61
99
  signing_key:
62
100
  specification_version: 4
63
- summary: Ruby frontend to the zabbix_sender command line tool
101
+ summary: Ruby library that greatly simplifies sending data to Zabbix via the sender/trapper
102
+ protocol
64
103
  test_files: []