sensu-plugins-edgelab 1.18.1 → 1.18.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86e0dd1c94659d4f8f899518dc9e3de4a94b646e34fc9b07f80fa081e6c7fda1
|
4
|
+
data.tar.gz: da76bbb8b8c835834ee6b4ea0c9e7f5c51d3ed46fc1dafe59c524c9b118801ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8684eb9a2af3e8c2a915646f893efa056d62c552422e06df40bd14ca07b3a9711f510055c13c82d5806f6e9fb0301ca8dba133cca8e7c30a1efac8ad4beb32ea
|
7
|
+
data.tar.gz: d24718e18f60b6fb7091ca733b5944918366143c586e6f121f0991a47d6e1078c7852508a6d99d40ddfce8796774912c5a9b9a25149c8541e5c099160e13a8c4
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-edgelab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.18.
|
4
|
+
version: 1.18.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Edgelab
|
@@ -210,10 +210,11 @@ description: Sensu plugins developed by Edgelab
|
|
210
210
|
email:
|
211
211
|
executables:
|
212
212
|
- metrics-alb.rb
|
213
|
+
- metrics-postgres-connections.rb
|
213
214
|
- check-nomad-leader.rb
|
214
215
|
- check-cassandra-nodes.rb
|
216
|
+
- metrics-postgres-statsdb.rb
|
215
217
|
- check-logstash-pipeline.rb
|
216
|
-
- metric-postgres-connections.rb
|
217
218
|
- handler-multi-hipchat.rb
|
218
219
|
- metrics-es-indices.rb
|
219
220
|
- check-apt-expired-keys.rb
|
@@ -221,7 +222,6 @@ executables:
|
|
221
222
|
- check-consul-services.rb
|
222
223
|
- metrics-redis-key-pattern.rb
|
223
224
|
- check-swarm-cluster.rb
|
224
|
-
- metric-postgres-statsdb.rb
|
225
225
|
- metrics-cassandra-basic.rb
|
226
226
|
- check-nomad-jobs.rb
|
227
227
|
- metrics-swarm-cluster.rb
|
@@ -237,11 +237,11 @@ files:
|
|
237
237
|
- bin/check-nomad-leader.rb
|
238
238
|
- bin/check-swarm-cluster.rb
|
239
239
|
- bin/handler-multi-hipchat.rb
|
240
|
-
- bin/metric-postgres-connections.rb
|
241
|
-
- bin/metric-postgres-statsdb.rb
|
242
240
|
- bin/metrics-alb.rb
|
243
241
|
- bin/metrics-cassandra-basic.rb
|
244
242
|
- bin/metrics-es-indices.rb
|
243
|
+
- bin/metrics-postgres-connections.rb
|
244
|
+
- bin/metrics-postgres-statsdb.rb
|
245
245
|
- bin/metrics-redis-key-pattern.rb
|
246
246
|
- bin/metrics-swarm-cluster.rb
|
247
247
|
homepage:
|