munin-plugins-rails-x 0.2.13.1 → 0.2.13.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
- data/bin/request-log-analyzer-munin +1 -1
- data/lib/{munin-plugins-rails.rb → munin-plugins-rails-x.rb} +0 -0
- data/munin/munin_passenger_memory_stats +1 -1
- data/munin/munin_passenger_queue +1 -1
- data/munin/munin_rails_database_time +1 -1
- data/munin/munin_rails_request_duration +1 -1
- data/munin/munin_rails_request_error +1 -1
- data/munin/munin_rails_requests +1 -1
- data/munin/munin_rails_view_render_time +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2bffe8b39454171df773add81c0c54c47aee6d7
|
|
4
|
+
data.tar.gz: 62f430c9c3ff7312dbe0b6b836db529370e2fb9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ca2fcde995ab42077bc0ad6180d657399e65fbbf0ac1d01bf34001eb35844a44bfd8371095d40033c9548c76cea2cb496b062ec330c015fc9bd82eaea891d31
|
|
7
|
+
data.tar.gz: 4ab7a190054a683ec1bc056da012f3338643951ef74868c46a890ec6cdf978a44c3e7367c49159d21c4ff23c48523cd29db8411a84b46d9f435e7e3e8b0c58f6
|
|
File without changes
|
data/munin/munin_passenger_queue
CHANGED
data/munin/munin_rails_requests
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: munin-plugins-rails-x
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.13.
|
|
4
|
+
version: 0.2.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Eberbach
|
|
@@ -34,7 +34,7 @@ extra_rdoc_files:
|
|
|
34
34
|
- README.rdoc
|
|
35
35
|
files:
|
|
36
36
|
- VERSION
|
|
37
|
-
- lib/munin-plugins-rails.rb
|
|
37
|
+
- lib/munin-plugins-rails-x.rb
|
|
38
38
|
- lib/munin/command.rb
|
|
39
39
|
- lib/munin/plugins/passenger_memory_stats.rb
|
|
40
40
|
- lib/munin/plugins/passenger_queue.rb
|