sensu-plugins-mysql 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2610f5b94c75984ca59d7f366360c2b323597ff2
4
- data.tar.gz: 1311e95e8a892397cab04bd766a9050453384351
3
+ metadata.gz: 6fc129aec007bdfaffa716935047b1e7d26c6ca5
4
+ data.tar.gz: cc1f3bc4826df392a45733f03684ac40bf94f424
5
5
  SHA512:
6
- metadata.gz: 18c32290b777d18ac8419d75d8cd4089477f2c7f631b68db07c1426a414db9d62df0dc45a5fc2c279b435fdadd87adea5f73f7497f3601a212c068b3260a4ec9
7
- data.tar.gz: 7360349ac47a884f9ab3a5d9fd388f9d7a93e40082e437b94e0906352a9fc53a31232e263533e8c13fda4e8f71a22c7590791af358e730f8692f6c6d073f3518
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
@@ -9,3 +9,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9
9
 
10
10
  ### Added
11
11
  - initial release
12
+
13
+ ## [0.0.2] - 2015-06-03
14
+
15
+ ### Fixed
16
+ - added binstubs
17
+
18
+ ### Changed
19
+ - removed cruft from /lib
data/README.md CHANGED
@@ -36,6 +36,5 @@
36
36
 
37
37
  [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
38
38
 
39
-
40
39
  ## Notes
41
40
 
@@ -1,12 +1,8 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsMySql
5
- # This defines the version of the gem
6
2
  module Version
7
3
  MAJOR = 0
8
4
  MINOR = 0
9
- PATCH = 1
5
+ PATCH = 2
10
6
 
11
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
8
  end
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.1
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-05-30 00:00:00.000000000 Z
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