sensu-plugins-jolokia 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/bin/check-java-app-deployment.rb +1 -1
- data/lib/sensu-plugins-jolokia/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65c4b2649531e49d71149691e63649945ab3efe3
|
4
|
+
data.tar.gz: 0e39b13024a8d2bcb5dea26291c8ab59b1037b9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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/
|
6
|
-
[![Test Coverage](https://codeclimate.com/github/
|
7
|
-
[![Dependency Status](https://gemnasium.com/
|
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(
|