bipbip 0.7.22 → 0.7.23

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
  SHA1:
3
- metadata.gz: 1d0bdd15816e4dbfcc18c8ff3342ef9b96c9c706
4
- data.tar.gz: 9d16c601e4855f9b7af581db1b3471c84003a479
3
+ metadata.gz: b0b70b5bdd15b58d733dd13ecc1c341068b47e93
4
+ data.tar.gz: e3620d61a43b511ef246f1c6e7514b3448b74a19
5
5
  SHA512:
6
- metadata.gz: a37d25e0ba4df8adf2c29cfb39b4b6f1e47d7d3c61449b52f993af2675bd3b8f234f99947820a40cad13f0aa9e6e7d96468932abb6a710b6e7183c69c6ea3981
7
- data.tar.gz: 77cf7dc9d3d87c6dfc2d0e2ab2bb8ccdabe996e261e21d391f067e966deac19456f7ba1cb4fcf4ad12eaa26a0b0e3bfac0c2cf7d072cba1ec61f8b3cf6ae9aee
6
+ metadata.gz: db920fc2703441000715ad386652284727de9d27a25c59621d7b89592798fb4ccc5626555c3e367d937fd37f7c330225aa399ca1f6650a9cfc65a0aca79333ee
7
+ data.tar.gz: 244c2953d43b704c264d1a0c1cf5ae5b57cbcfd913aa91875034016df291ddcab3534fe2662a7b3f7a859fa6a8436ac23b169480b06e622a92a65e63f2d5822b
@@ -64,8 +64,8 @@ module Bipbip
64
64
 
65
65
  data = {}
66
66
 
67
- if stats.key?('Slave_IO_Running') && stats.key?('Slave_SQL_Running')
68
- stats['Slave_running'] = ('Yes' === stats['Slave_IO_running'] && 'Yes' === stats['Slave_SQL_running']) ? 'Yes' : 'No'
67
+ if stats.key?('Slave_SQL_Running') && stats.key?('Slave_SQL_Running')
68
+ stats['Slave_running'] = ('Yes' === stats['Slave_SQL_Running'] && 'Yes' === stats['Slave_SQL_Running']) ? 'Yes' : 'No'
69
69
  end
70
70
 
71
71
  metrics_schema.each do |metric|
@@ -1,3 +1,3 @@
1
1
  module Bipbip
2
- VERSION = '0.7.22'.freeze
2
+ VERSION = '0.7.23'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bipbip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.22
4
+ version: 0.7.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cargo Media