sensu-plugins-vmstats 1.0.0 → 2.0.0
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 +5 -5
- data/CHANGELOG.md +13 -1
- data/README.md +4 -0
- data/lib/sensu-plugins-vmstats/version.rb +1 -1
- metadata +7 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 181dfafd963661d2c1f7764bf428ebc5080614005f59e9d8bf662122ac20d6c9
|
4
|
+
data.tar.gz: 4748fadc46061b6816c7d86fe711f3524e766af8fe25f17d365f229195cb66bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b12f75e66980a4deb84fc01539c1d4da26ccec307ea5574c486dd2a918d8b8a4e7705ceb5555a962882faa06bdb568a97a834fc5efa2903f9712307dae069d2e
|
7
|
+
data.tar.gz: 9f3fe56a10ac04632b423e92337024a195a757545db59a6e26b3a474d7f22f8d69d29cde5f7ce548f15d6e042b017b7778a3acd420f24e3f8c8a69480e29f961
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,17 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [2.0.0] - 2018-05-07
|
9
|
+
### Breaking Changes
|
10
|
+
- Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
- Removed Ruby 2.0, 2.1, and 2.2 support
|
14
|
+
|
15
|
+
### Added
|
16
|
+
- Ruby 2.4.1 testing
|
17
|
+
- Travis build automation to generate Sensu Asset tarballs that can be used in conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
|
18
|
+
|
8
19
|
## [1.0.0] - 2016-06-16
|
9
20
|
### Added
|
10
21
|
- metric-vmstat: added CPU steal metric
|
@@ -31,7 +42,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
31
42
|
### Added
|
32
43
|
- initial release
|
33
44
|
|
34
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/
|
45
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/2.0.0...HEAD
|
46
|
+
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/1.0.0...2.0.0
|
35
47
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/0.0.3...1.0.0
|
36
48
|
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/0.0.2...0.0.3
|
37
49
|
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/0.0.1...0.0.2
|
data/README.md
CHANGED
@@ -5,6 +5,10 @@
|
|
5
5
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-vmstats)
|
6
6
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-vmstats)
|
7
7
|
[](https://gemnasium.com/sensu-plugins/sensu-plugins-vmstats)
|
8
|
+
[](https://bonsai.sensu.io/assets/sensu-plugins/sensu-plugins-vmstats)
|
9
|
+
|
10
|
+
## Sensu Asset
|
11
|
+
The Sensu assets packaged from this repository are built against the Sensu Ruby runtime environment. When using these assets as part of a Sensu Go resource (check, mutator or handler), make sure you include the corresponding Sensu Ruby runtime asset in the list of assets needed by the resource. The current ruby-runtime assets can be found [here](https://bonsai.sensu.io/assets/sensu/sensu-ruby-runtime) in the [Bonsai Asset Index](bonsai.sensu.io).
|
8
12
|
|
9
13
|
## Functionality
|
10
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-vmstats
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
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: 2019-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '4.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '4.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '3.0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '3.0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: pry
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -191,10 +191,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
|
-
|
195
|
-
rubygems_version: 2.5.1
|
194
|
+
rubygems_version: 3.0.3
|
196
195
|
signing_key:
|
197
196
|
specification_version: 4
|
198
197
|
summary: Sensu plugins for working with vmstats
|
199
198
|
test_files: []
|
200
|
-
has_rdoc:
|