zabbix_vhost 0.1.0 → 0.2.0
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/{bin/cli → exe/zabbix_vhost} +0 -0
- data/lib/zabbix_vhost/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ece66c26302ab26a7c6807a1ef1f81c06111afb2
|
|
4
|
+
data.tar.gz: 53f3c7d3f70c97073d2dfa1fbbd039badcb235ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99f8c92bfccad3757141e0aef9f68aa300e7f6c07cbf8562ac50637ea39b3f660832b38c76357f5625b0c124089e1f88cb8bbd38ef7e07810559e9aefb86a1a4
|
|
7
|
+
data.tar.gz: 82f44f3fd56f67f59c984cc8bf017823707a94b3cb2dbc9aa08873d3fa92d49539985a38b3611f8e05398126fe5345b685757bc60bd6759eb3c3b2e6fd1417dc
|
|
File without changes
|
data/lib/zabbix_vhost/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zabbix_vhost
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marino Bonetti
|
|
@@ -70,7 +70,8 @@ description: Gem to parse information about VHost and make possible of autodisco
|
|
|
70
70
|
with zabbix and collect information about virtual hosts
|
|
71
71
|
email:
|
|
72
72
|
- marinobonetti@gmail.com
|
|
73
|
-
executables:
|
|
73
|
+
executables:
|
|
74
|
+
- zabbix_vhost
|
|
74
75
|
extensions: []
|
|
75
76
|
extra_rdoc_files: []
|
|
76
77
|
files:
|
|
@@ -82,11 +83,11 @@ files:
|
|
|
82
83
|
- LICENSE.txt
|
|
83
84
|
- README.md
|
|
84
85
|
- Rakefile
|
|
85
|
-
- bin/cli
|
|
86
86
|
- bin/console
|
|
87
87
|
- bin/setup
|
|
88
88
|
- docs/zabbix_agent.conf
|
|
89
89
|
- docs/zbx_export_templates.xml
|
|
90
|
+
- exe/zabbix_vhost
|
|
90
91
|
- lib/zabbix_vhost.rb
|
|
91
92
|
- lib/zabbix_vhost/cli.rb
|
|
92
93
|
- lib/zabbix_vhost/config.rb
|