health-monitor-rails 11.3.0 → 12.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/health_monitor/providers/database.rb +1 -1
- data/lib/health_monitor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27b214b33b4ea1a6deaca8dd0a2b7dfb568d4f268435dcc781074a18ce0f4be3
|
4
|
+
data.tar.gz: 1610408710e79f17a8c02706ecd917f4123c6796430e50a579ed732b41b7f2b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8efc25eb888dd3bdeebd2c7766824f002c52ab2516d1361f32e91581d73065c0481cbf3688bdddd108164fed76814abfece4a58e66aa5aec7cfc84c325f0be2b
|
7
|
+
data.tar.gz: '048ca3f7345e38f63a4b86f5877a9e1c97864dc37c553502d2e53a7a1aa028be83dd47edf0c0c4fa39f75258d16dc3efab4fdf5c348f0afd8a7b8d708cca1c0c'
|
data/README.md
CHANGED
@@ -11,7 +11,7 @@ module HealthMonitor
|
|
11
11
|
failed_databases = []
|
12
12
|
|
13
13
|
ActiveRecord::Base.connection_handler.connection_pool_list(:all).each do |cp|
|
14
|
-
cp.connection.
|
14
|
+
cp.connection.execute('SELECT 1')
|
15
15
|
rescue Exception
|
16
16
|
failed_databases << cp.db_config.name
|
17
17
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: health-monitor-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 12.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leonid Beder
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|