sensu-plugins-mysql 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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +8 -0
- data/README.md +0 -1
- data/lib/sensu-plugins-mysql/version.rb +1 -5
- metadata +13 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fc129aec007bdfaffa716935047b1e7d26c6ca5
|
|
4
|
+
data.tar.gz: cc1f3bc4826df392a45733f03684ac40bf94f424
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 592b3556770a10083ff8d0d455702ab862a332e19fa63ffbddae0d2d8819f2da673a3441ecb67d0a569932fd63339bd1889d8883ae47e24549182a04230eefda
|
|
7
|
+
data.tar.gz: b1076197ce8353cd35570be284f47662a9c4309014c35b81a6f305826b1ee70c30eeb3b41c23df966e971b7212ca84a790646870a6aec439f428e2477b691836
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-mysql
|
|
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
|
- Sensu-Plugins and contributors
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
|
|
31
31
|
HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2015-
|
|
33
|
+
date: 2015-06-03 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sensu-plugin
|
|
@@ -230,7 +230,16 @@ dependencies:
|
|
|
230
230
|
version: '0.10'
|
|
231
231
|
description: Sensu plugins for MySql
|
|
232
232
|
email: "<sensu-users@googlegroups.com>"
|
|
233
|
-
executables:
|
|
233
|
+
executables:
|
|
234
|
+
- mysql-metrics.sql
|
|
235
|
+
- metrics-mysql.rb
|
|
236
|
+
- metrics-mysql-graphite.rb
|
|
237
|
+
- check-mysql-replication-status.rb
|
|
238
|
+
- check-mysql-innodb-lock.rb
|
|
239
|
+
- check-mysql-disk.rb
|
|
240
|
+
- check-mysql-connections.rb
|
|
241
|
+
- check-mysql-alive.rb
|
|
242
|
+
- check-cloudwatch-mysql-sensu.rb
|
|
234
243
|
extensions: []
|
|
235
244
|
extra_rdoc_files: []
|
|
236
245
|
files:
|
|
@@ -252,7 +261,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-mysql
|
|
|
252
261
|
licenses:
|
|
253
262
|
- MIT
|
|
254
263
|
metadata:
|
|
255
|
-
maintainer:
|
|
264
|
+
maintainer: sensu-plugin
|
|
256
265
|
development_status: active
|
|
257
266
|
production_status: unstable - testing recommended
|
|
258
267
|
release_draft: 'false'
|
metadata.gz.sig
CHANGED
|
Binary file
|