sensu-plugins-jolokia 0.0.2 → 0.0.3

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: 93058f4b727ddbce4388ba5d004d4e7b42b89611
4
- data.tar.gz: 64f0bdc47f4b5feb49573c7776d08c7336a07fc3
3
+ metadata.gz: 65c4b2649531e49d71149691e63649945ab3efe3
4
+ data.tar.gz: 0e39b13024a8d2bcb5dea26291c8ab59b1037b9a
5
5
  SHA512:
6
- metadata.gz: 13dde2f340aa993ed18718d50bc90e46c6516c8ca2cae2bf0e08c764eb8e06b1fbdc4971395240eb9b3a841a19770575de77792f2b003f8024ee023dfdff66db
7
- data.tar.gz: 639208c3ee61437a54902f4784a6e9dedc590225715737de3403b4e3a495648411d428249a905ba6a1c95ce84c932230dfcbc3ef86352110bbb5964dee3fe7de
6
+ metadata.gz: e95e4b300b880aae242d93d5f121bd70a8d31ad4f64ceb65a51d8dffa6d6667a2a816e63fc6aef05eaef86e2f17584d765ba38cd0c7a54524bcf70c483216895
7
+ data.tar.gz: 21a03afb78184b4c8cdc4f547e53fbd7725b04608728635f592f8444254cff207a9aa68da1f321d2a34fc3512cdd77326db752bb0274622d128c40ca684643c1
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  ## sensu-plugins-jolokia
2
2
 
3
- [![Build Status](https://travis-ci.org/smbambling/sensu-plugins-jolokia.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-jolokia)
3
+ [![Build Status](https://travis-ci.org/arineng/sensu-plugins-jolokia.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-jolokia)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-jolokia.svg)](http://badge.fury.io/rb/sensu-plugins-jolokia)
5
- [![Code Climate](https://codeclimate.com/github/smbambling/sensu-plugins-jolokia/badges/gpa.svg)](https://codeclimate.com/github/smbambling/sensu-plugins-jolokia)
6
- [![Test Coverage](https://codeclimate.com/github/smbambling/sensu-plugins-jolokia/badges/coverage.svg)](https://codeclimate.com/github/smbambling/sensu-plugins-jolokia)
7
- [![Dependency Status](https://gemnasium.com/smbambling/sensu-plugins-jolokia.svg)](https://gemnasium.com/smbambling/sensu-plugins-jolokia)
5
+ [![Code Climate](https://codeclimate.com/github/arineng/sensu-plugins-jolokia/badges/gpa.svg)](https://codeclimate.com/github/arineng/sensu-plugins-jolokia)
6
+ [![Test Coverage](https://codeclimate.com/github/arineng/sensu-plugins-jolokia/badges/coverage.svg)](https://codeclimate.com/github/arineng/sensu-plugins-jolokia)
7
+ [![Dependency Status](https://gemnasium.com/arineng/sensu-plugins-jolokia.svg)](https://gemnasium.com/arineng/sensu-plugins-jolokia)
8
8
 
9
9
  ## Functionality
10
10
 
@@ -53,7 +53,7 @@ class CheckJavaAppDeploymnet < Sensu::Plugin::Check::CLI
53
53
  # Empty array for app status
54
54
  apps_with_errors = []
55
55
 
56
- apps.each do
56
+ apps.each do |app|
57
57
  # Perform actions read or execute the operations of the MBeans
58
58
  begin
59
59
  jolokia_response = jolokia.request(
@@ -2,7 +2,7 @@ module SensuPluginsJolokia
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 2
5
+ PATCH = 3
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-jolokia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors