sensu-plugins-tomcat 0.0.3 → 0.1.1
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/CHANGELOG.md +15 -0
- data/LICENSE +18 -18
- data/README.md +5 -5
- data/bin/check-tomcat-app-deployment.rb +1 -1
- data/bin/check-tomcat-heap-pcnt.rb +1 -1
- data/lib/sensu-plugins-tomcat/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30c3379221831241e30f59f1f3bae3a9628f72af
|
|
4
|
+
data.tar.gz: 5c8044b42b0928eeef060da305c5bca12b5da71b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
1
|
+
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) 2016 Sensu Community Plugins
|
|
4
4
|
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
1
|
+
## Sensu-Plugins-Tomcat
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/sensu-plugins/sensu-plugins-tomcat)
|
|
4
4
|
[](http://badge.fury.io/rb/sensu-plugins-tomcat)
|
|
5
|
-
[](https://codeclimate.com/github/smbambling/sensu-plugins-tomcat)
|
|
7
|
-
[](https://gemnasium.com/smbambling/sensu-plugins-tomcat)
|
|
5
|
+
[](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
|
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.
|
|
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:
|
|
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
|
|
222
|
+
rubygems_version: 2.4.5
|
|
223
223
|
signing_key:
|
|
224
224
|
specification_version: 4
|
|
225
225
|
summary: Sensu plugins for tomcat
|