zabbix-cloudwatch 0.0.1 → 0.0.2
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 +5 -5
- data/lib/zabbix-cloudwatch/version.rb +1 -1
- data/zabbix-cloudwatch.gemspec +5 -1
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
SHA512:
|
|
3
|
-
metadata.gz: 1f1af98510d9a03961e30e98ca5f7f74a4d94dc5f86d7a987735d7d307b0584763f175dcfdc64a9e663e6303f1027c49fa19befd9d09984b38932d718e8c2dd0
|
|
4
|
-
data.tar.gz: 20c109761c48187c3d90a7eb831cea90542381c6528256ebb16fd5d5e9496d3fd8e5b96e00cd4f28bde249e22d1d5b080766fd711d55e0aea83e5852fabf0d88
|
|
5
2
|
SHA1:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0950f96b280961528dc87ca0b8782195e34170b
|
|
4
|
+
data.tar.gz: b356a8b281343b9707011cef05e84629e018a75a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 80fc1f9b22e32448cdc78af1f7cfb1c7251a5984d2e64744f868f20307d0563056a812ead301041d0b7e4203bd7e81f04c4ea60ecf338b280e28a61d9709aa3f
|
|
7
|
+
data.tar.gz: 0104dd7a03dff898dd20f550cfcf6dde4726e057ded81b8c4931e4cdcbe7402eacd4bbadaddc7bf9e75b33ea02c8c4a20dac0c155aa09b6207870458de8aa1df
|
data/zabbix-cloudwatch.gemspec
CHANGED
|
@@ -11,7 +11,11 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.email = ["randy@randywallace.com"]
|
|
12
12
|
s.homepage = "http://github.com/randywallace/zabbix-cloudwatch"
|
|
13
13
|
s.summary = %q{A library for getting cloudwatch metrics into Zabbix}
|
|
14
|
-
s.description =
|
|
14
|
+
s.description = <<EOF
|
|
15
|
+
A library for getting cloudwatch metrics into Zabbix
|
|
16
|
+
|
|
17
|
+
Please see http://github.com/randywallace/zabbix-cloudwatch for more details
|
|
18
|
+
EOF
|
|
15
19
|
|
|
16
20
|
s.add_runtime_dependency "aws-sdk", "~> 1.21.0"
|
|
17
21
|
s.add_runtime_dependency "getopt", "~> 1.4.1"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zabbix-cloudwatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Randy D. Wallace Jr.
|
|
@@ -31,7 +31,11 @@ dependencies:
|
|
|
31
31
|
version: 1.4.1
|
|
32
32
|
type: :runtime
|
|
33
33
|
version_requirements: *id002
|
|
34
|
-
description:
|
|
34
|
+
description: |
|
|
35
|
+
A library for getting cloudwatch metrics into Zabbix
|
|
36
|
+
|
|
37
|
+
Please see http://github.com/randywallace/zabbix-cloudwatch for more details
|
|
38
|
+
|
|
35
39
|
email:
|
|
36
40
|
- randy@randywallace.com
|
|
37
41
|
executables:
|