zfstozab 1.0.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 +1 -0
- data/Gemfile +1 -2
- data/exe/zabbix-zfs.rb +2 -3
- data/lib/zfstozab/version.rb +1 -1
- data/zabbix-template-zfs.xml +112 -1051
- metadata +3 -4
- data/Gemfile.lock +0 -34
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zfstozab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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:
|
11
|
+
date: 2022-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: zabbix_sender_api
|
@@ -48,7 +48,6 @@ extra_rdoc_files: []
|
|
48
48
|
files:
|
49
49
|
- ".gitignore"
|
50
50
|
- Gemfile
|
51
|
-
- Gemfile.lock
|
52
51
|
- LICENSE.txt
|
53
52
|
- README.md
|
54
53
|
- Rakefile
|
@@ -81,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
80
|
- !ruby/object:Gem::Version
|
82
81
|
version: '0'
|
83
82
|
requirements: []
|
84
|
-
rubygems_version: 3.1.
|
83
|
+
rubygems_version: 3.1.6
|
85
84
|
signing_key:
|
86
85
|
specification_version: 4
|
87
86
|
summary: Reads zfs stats from the proc filesystem and sends the data to zabbix
|
data/Gemfile.lock
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
zfstozab (1.0.0)
|
5
|
-
optimist
|
6
|
-
zabbix_sender_api
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
byebug (11.1.3)
|
12
|
-
coderay (1.1.3)
|
13
|
-
method_source (1.0.0)
|
14
|
-
optimist (3.0.1)
|
15
|
-
pry (0.13.1)
|
16
|
-
coderay (~> 1.1)
|
17
|
-
method_source (~> 1.0)
|
18
|
-
pry-byebug (3.9.0)
|
19
|
-
byebug (~> 11.0)
|
20
|
-
pry (~> 0.13.0)
|
21
|
-
rake (12.3.3)
|
22
|
-
zabbix_sender_api (1.0.2)
|
23
|
-
|
24
|
-
PLATFORMS
|
25
|
-
ruby
|
26
|
-
|
27
|
-
DEPENDENCIES
|
28
|
-
pry
|
29
|
-
pry-byebug
|
30
|
-
rake (~> 12.0)
|
31
|
-
zfstozab!
|
32
|
-
|
33
|
-
BUNDLED WITH
|
34
|
-
2.1.4
|