zabbix_sender_api 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/.gitlab-ci.yml +12 -0
- data/CHANGELOG.md +2 -0
- data/README.md +2 -2
- data/lib/zabbix_sender_api/api.rb +0 -2
- data/lib/zabbix_sender_api/version.rb +1 -1
- data/public/Zabbix/AgentConfiguration.html +413 -0
- data/public/Zabbix/Sender/Batch.html +660 -0
- data/public/Zabbix/Sender/Connection.html +650 -0
- data/public/Zabbix/Sender/Discovery.html +597 -0
- data/public/Zabbix/Sender/ItemData.html +678 -0
- data/public/Zabbix/Sender/Pipe.html +461 -0
- data/public/Zabbix/Sender/Socket.html +528 -0
- data/public/Zabbix/Sender.html +115 -0
- data/public/Zabbix.html +117 -0
- data/public/ZabbixSenderApi/Error.html +124 -0
- data/public/ZabbixSenderApi.html +133 -0
- data/public/_index.html +242 -0
- data/public/class_list.html +51 -0
- data/public/css/common.css +1 -0
- data/public/css/full_list.css +58 -0
- data/public/css/style.css +497 -0
- data/public/file.README.html +174 -0
- data/public/file_list.html +56 -0
- data/public/frames.html +17 -0
- data/public/index.html +174 -0
- data/public/js/app.js +314 -0
- data/public/js/full_list.js +216 -0
- data/public/js/jquery.js +4 -0
- data/public/method_list.html +363 -0
- data/public/top-level-namespace.html +110 -0
- data/zabbix_sender_api.gemspec +1 -1
- metadata +30 -4
@@ -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
|
+
— 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> »
|
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>
|
data/zabbix_sender_api.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
|
9
9
|
spec.summary = %q{Ruby library that greatly simplifies sending data to Zabbix via the sender/trapper protocol}
|
10
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://
|
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
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zabbix_sender_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
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: 2021-09-
|
11
|
+
date: 2021-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem implements an api that abstracts the zabbix sender/trapper mechanism.
|
14
14
|
It saves tons of time when you're cranking out custom polling logic
|
@@ -20,6 +20,7 @@ extensions: []
|
|
20
20
|
extra_rdoc_files: []
|
21
21
|
files:
|
22
22
|
- ".gitignore"
|
23
|
+
- ".gitlab-ci.yml"
|
23
24
|
- CHANGELOG.md
|
24
25
|
- Gemfile
|
25
26
|
- LICENSE.txt
|
@@ -40,14 +41,39 @@ files:
|
|
40
41
|
- lib/zabbix_sender_api.rb
|
41
42
|
- lib/zabbix_sender_api/api.rb
|
42
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
|
43
69
|
- zabbix-sender-help.md
|
44
70
|
- zabbix_sender_api.gemspec
|
45
|
-
homepage: https://
|
71
|
+
homepage: https://svdasein.gitlab.io/zabbix_sender_api
|
46
72
|
licenses:
|
47
73
|
- MIT
|
48
74
|
metadata:
|
49
75
|
allowed_push_host: https://rubygems.org
|
50
|
-
homepage_uri: https://
|
76
|
+
homepage_uri: https://svdasein.gitlab.io/zabbix_sender_api
|
51
77
|
source_code_uri: https://gitlab.com/svdasein/zabbix_sender_api
|
52
78
|
changelog_uri: https://gitlab.com/svdasein/zabbix_sender_api/-/blob/master/CHANGELOG.md
|
53
79
|
post_install_message:
|