sensu-plugins-tomcat 0.0.3 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b03e022b212eebeb158b70b4baf8bbc261f1771
4
- data.tar.gz: 042b4af92207aaadec90dfe62f795ee3ebe3fc39
3
+ metadata.gz: 30c3379221831241e30f59f1f3bae3a9628f72af
4
+ data.tar.gz: 5c8044b42b0928eeef060da305c5bca12b5da71b
5
5
  SHA512:
6
- metadata.gz: 9f83e84107f1d331763e0f9e712c5256160e4621d8d558bfe29a447ae4b1eeb802846d33044fc3eba3bafc7c74d4a9abf9b0d1457e2dda9464dc7d80ab4693fb
7
- data.tar.gz: d7fb54169080acef0295798242ad32f5c84c58b1d50593a6028309a13efae3d4f6cb1f4c5d66e70c55a3ac8c4177568331f6ecc944a2ee20c18226dc6ae5a840
6
+ metadata.gz: 8526341ec362f072f18908fec4f7d1d2a5e5ce9487e616ff651b73053871a8e76fb5892c02b2d43daf1d7eb301947a2e7bfed463b92d1fe7b447a094df981ee6
7
+ data.tar.gz: c5e1c3593a210dbf7bf7ddc582ffb51e5ef7e3fad7491abb5c02e0bd38c6966e08d6a3c648ec64363d7be8fa78558b699407de128d433e589c72361980ab814a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  #Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
+ ## Unreleased
5
+ ## [0.1.1] 2017-06
6
+ ### Fixed
7
+ - Corrected long option value for passwords - from "passowrd" to "password"
8
+
9
+ ### Removed
10
+ - code climate badge as we don't really use it anymore
11
+
12
+ ## [0.1.0] - 2017-05-12
13
+ ### Changed
14
+ - nothing really just wanting to bump and get this so that new users are using this rather than the previous source: https://github.com/arineng/sensu-plugins-tomcat
15
+
4
16
  ## 0.0.1 - 2016-08-09
5
17
  ### Added
6
18
  - Initial release
19
+
20
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-tomcat/compare/0.1.1...HEAD
21
+ [0.1.1]: https://github.com/sensu-plugins/sensu-plugins-tomcat/compare/0.1.0...0.1.1
data/LICENSE CHANGED
@@ -1,22 +1,22 @@
1
- Copyright (c) 2016 Sensu-Plugins
1
+ The MIT License (MIT)
2
2
 
3
- MIT License
3
+ Copyright (c) 2016 Sensu Community Plugins
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
12
11
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
15
22
 
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,10 +1,8 @@
1
- ## sensu-plugins-tomcat
1
+ ## Sensu-Plugins-Tomcat
2
2
 
3
- [![Build Status](https://travis-ci.org/smbambling/sensu-plugins-tomcat.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-tomcat)
3
+ [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-tomcat.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-tomcat)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-tomcat.svg)](http://badge.fury.io/rb/sensu-plugins-tomcat)
5
- [![Code Climate](https://codeclimate.com/github/smbambling/sensu-plugins-tomcat/badges/gpa.svg)](https://codeclimate.com/github/smbambling/sensu-plugins-tomcat)
6
- [![Test Coverage](https://codeclimate.com/github/smbambling/sensu-plugins-tomcat/badges/coverage.svg)](https://codeclimate.com/github/smbambling/sensu-plugins-tomcat)
7
- [![Dependency Status](https://gemnasium.com/smbambling/sensu-plugins-tomcat.svg)](https://gemnasium.com/smbambling/sensu-plugins-tomcat)
5
+ [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-tomcat.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-tomcat)
8
6
 
9
7
  ## Functionality
10
8
 
@@ -27,3 +25,5 @@ Check the percentage of JVM Memory
27
25
  ## Installation
28
26
 
29
27
  [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
28
+
29
+ ## Notes
@@ -47,7 +47,7 @@ class CheckTomcatAppDeployment < Sensu::Plugin::Check::CLI
47
47
  option :password,
48
48
  description: 'Tomcat User password',
49
49
  short: '-p PASSWORD',
50
- long: '--passowrd PASSWORD',
50
+ long: '--password PASSWORD',
51
51
  default: 'password',
52
52
  require: true
53
53
 
@@ -47,7 +47,7 @@ class CheckTomcatHeapMemory < Sensu::Plugin::Check::CLI
47
47
  option :password,
48
48
  description: 'Tomcat User password',
49
49
  short: '-p PASSWORD',
50
- long: '--passowrd PASSWORD',
50
+ long: '--password PASSWORD',
51
51
  default: 'password',
52
52
  required: true
53
53
 
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsTomcat
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 0
5
- PATCH = 3
4
+ MINOR = 1
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-tomcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-29 00:00:00.000000000 Z
11
+ date: 2017-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  requirements: []
221
221
  rubyforge_project:
222
- rubygems_version: 2.4.5.1
222
+ rubygems_version: 2.4.5
223
223
  signing_key:
224
224
  specification_version: 4
225
225
  summary: Sensu plugins for tomcat