riemann-mysql 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +9 -9
  2. data/README.md +10 -1
  3. data/bin/riemann-mysql +2 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODUyYTI4NmQ5MmYwNzA2Mjc2MWQ4YjQ4YzhmYzYwYTM5NTYxNjNkMw==
4
+ NzhlOTk3ZTRmNzg4MjFhODA5ZTZjNzFjOWQ3MjFlYTE4ZTE0OWE2ZA==
5
5
  data.tar.gz: !binary |-
6
- NTAzOTBmNGVmOTM1ZWVkYzI0NjA5YjJjMTM5NGZjNTVmZjI2N2YzNg==
7
- !binary "U0hBNTEy":
6
+ ZWI5NjU3YjJlNDk0ZTliNDdjNjM5YTRmM2ZjMDE2ZTUyM2YzYWNiZQ==
7
+ SHA512:
8
8
  metadata.gz: !binary |-
9
- OGQ2NmY2YTFlNjFlODMzN2JjZjYzMGYzY2E0NGYxZjJhMWQyZmJiYzZkZWIz
10
- ZDBlN2JkMTI4NmFiYzUyN2Q1MWRhYzUzYzU2ODc3YjdiMWQ4YmU2OGFiNzZj
11
- MzNmOGRiZWVlNjRlYzIzMjkzZTliNGFiN2RlMGZkNzgzNDk4Nzc=
9
+ ZGE1MTdhMThlM2RiMzM4MjhhYzA3Mzk3ZTNkMzUzMTgzMWIxMDlhMGUzNDAx
10
+ NmRlN2QwZjUzN2I3OThhMzc1MjRjODFiNjJhZmRhODY2NjUxOWY4ZWRlYWYw
11
+ NWU0OTM4ZDAyODRhYjg3NzNiYzUzMGRhMTdlZmQ3NDk0NmE5MTg=
12
12
  data.tar.gz: !binary |-
13
- YWNkZDgwNGI0OTkwOWNlNWQ2NGZkN2RkMjFjN2VhMGM0ZjE2NDBiMzM4NGI3
14
- YjgwZDQyN2QwODhiZjY5ZWUwNjdlMWFiNzc5ODczNDQzZmI0NzVjZmUzMWYz
15
- ZDJlYzdiY2M3Y2FhZjVhNDY2NTE5MzZmMjJmY2Q1OTUxNzQ1YjM=
13
+ MGE1NDJjMGRiYjEzMDYwYWIzN2FlMWFhYTE2OGY4ZGY4YzhhMjk5NWI4MWYx
14
+ NTQ3Mzg0MDkxNTM5Mjk2ODIzNmM5MWI3OTYyY2NjMzhiMzZlYzg3ZjYwZjBh
15
+ ODkzNzA2YTEzOWM0ZmZiMWQ2MTRhZmZkYWUyNDlkOWU5NDEzZTQ=
data/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  Riemann Mysql
2
2
  =============
3
3
 
4
- Simple MySql riemann client
4
+ Simple MySql riemann client.
5
+
5
6
  Submits the result of SHOW STATUS query into riemann.
7
+
8
+ Get started
9
+ ==========
10
+
11
+ ``` bash
12
+ gem install riemann-mysql
13
+ riemann-mysql --help
14
+ ```
data/bin/riemann-mysql CHANGED
@@ -17,7 +17,8 @@ class Riemann::Tools::Mysql
17
17
  options = { :host => opts[:mysql_host],
18
18
  :port => opts[:mysql_port],
19
19
  :username => opts[:mysql_username],
20
- :password => opts[:mysql_password] }
20
+ :password => opts[:mysql_password],
21
+ :reconnect => true }
21
22
  @mysql = ::Mysql2::Client.new(options)
22
23
  end
23
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fede Borgnia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-10 00:00:00.000000000 Z
11
+ date: 2013-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: riemann-tools
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.4
19
+ version: 0.1.9
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.1.4
26
+ version: 0.1.9
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mysql2
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project: riemann-mysql
70
- rubygems_version: 2.0.5
70
+ rubygems_version: 2.1.11
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: MySQL client that submit events to Riemann.