sensu-plugins-uptime-checks 3.0.0 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-uptime-checks/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4863501e07af1962dbd17f7c7b2549afab3f3b04140280b18fca5c4c3fd8c7e
|
4
|
+
data.tar.gz: d9c1f7741a2ae51dbff4449036446fc6fa7168b4ca7b9c8aef9eb9d863daed4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88b467fedaac944113da1ea13f41173c24b97c13c995464ce659dbedca0654ae751e64f58c8238d12924c58753e0ccef575f915ff071c47be83cbdf9b79540a8
|
7
|
+
data.tar.gz: ce342c667a394293ed3fa106c24b17430a11ba691886dea99fcc093f66f4925bb37f7f8718552ebf8df2903e01174b6c2b944ea06356e4470602d5d864419bc7
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ This Changelog following the conventions laid out [here](https://github.com/sens
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [3.1.0] - 2019-12-09
|
9
|
+
### Added
|
10
|
+
- Updated asset build targets
|
11
|
+
|
8
12
|
## [3.0.0] - 2019-06-28
|
9
13
|
### Breaking Changes
|
10
14
|
- 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)
|
@@ -60,7 +64,8 @@ This Changelog following the conventions laid out [here](https://github.com/sens
|
|
60
64
|
### Added
|
61
65
|
- initial release
|
62
66
|
|
63
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.
|
67
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.1.0...HEAD
|
68
|
+
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.0.0...3.1.0
|
64
69
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/2.0.0...3.0.0
|
65
70
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/1.2.0...2.0.0
|
66
71
|
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/1.1.0...1.2.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-uptime-checks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.1.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: 2019-
|
11
|
+
date: 2019-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|
@@ -155,8 +155,8 @@ description: |-
|
|
155
155
|
for metrics collection, including: uptime and idletime metrics
|
156
156
|
email: "<sensu-users@googlegroups.com>"
|
157
157
|
executables:
|
158
|
-
- check-uptime.rb
|
159
158
|
- metrics-uptime.rb
|
159
|
+
- check-uptime.rb
|
160
160
|
extensions: []
|
161
161
|
extra_rdoc_files: []
|
162
162
|
files:
|
@@ -193,7 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
195
|
requirements: []
|
196
|
-
|
196
|
+
rubyforge_project:
|
197
|
+
rubygems_version: 2.7.7
|
197
198
|
signing_key:
|
198
199
|
specification_version: 4
|
199
200
|
summary: Sensu plugins for uptime-checks
|