sensu-plugins-network-checks 3.2.1 → 4.0.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 +11 -1
- data/README.md +5 -0
- data/lib/sensu-plugins-network-checks/version.rb +3 -3
- metadata +23 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e07ebad9a9df70b8adbb9e7c25d7cd91b9cfa5db811baffa9275528ca0917178
|
4
|
+
data.tar.gz: d980e6920a8deea1dd5fb5207820dee7e1fd70025a6353e398ce56d190efa2fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f40826eedcfcb84a55f2d2b6c9e532be6ee41652df3cdf03be69795fe3772529c68288dc46e3ab224daab23a9fcd5e82eec6a0f08d953f1b066347163af80694
|
7
|
+
data.tar.gz: d6cfca071674d5ac7e421fe61bcadcdedfa2671627f1fa63f56f16a263408f1606e88bed68e223bd3d6881badb3c94e309f13ed59ac4d84194ba3154d9b64c30
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,15 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [4.0.0] - 2019-04-18
|
9
|
+
### Breaking Changes
|
10
|
+
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
|
11
|
+
- 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)
|
12
|
+
|
13
|
+
### Added
|
14
|
+
- Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
|
15
|
+
- Require latest sensu-plugin for [Sensu Go support](https://github.com/sensu-plugins/sensu-plugin#sensu-go-enablement)
|
16
|
+
|
8
17
|
## [3.2.1] - 2018-08-31
|
9
18
|
### Fixed
|
10
19
|
- check-whois-domain-expiration.rb: corrected warn and critical flag value parsing per: https://github.com/sensu-plugins/sensu-plugins-network-checks/issues/81 (@aww-yiss)
|
@@ -232,7 +241,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin
|
|
232
241
|
|
233
242
|
* initial release, same as community repo
|
234
243
|
|
235
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/
|
244
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.0.0...HEAD
|
245
|
+
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.1...4.0.0
|
236
246
|
[3.2.1]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.0...3.2.1
|
237
247
|
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.2...3.2.0
|
238
248
|
[3.1.2]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.1...3.1.2
|
data/README.md
CHANGED
@@ -4,6 +4,11 @@
|
|
4
4
|
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-network-checks/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-network-checks)
|
5
5
|
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-network-checks/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-network-checks)
|
6
6
|
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-network-checks.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-network-checks)
|
7
|
+
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/sensu-plugins/sensu-plugins-network-checks)
|
8
|
+
|
9
|
+
## Sensu Asset
|
10
|
+
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).
|
11
|
+
|
7
12
|
|
8
13
|
## Functionality
|
9
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-network-checks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.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-04-19 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: activesupport
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: '
|
131
|
+
version: '3.0'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: '
|
138
|
+
version: '3.0'
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: pry
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -170,14 +170,14 @@ dependencies:
|
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version:
|
173
|
+
version: 5.1.0
|
174
174
|
type: :development
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version:
|
180
|
+
version: 5.1.0
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: redcarpet
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
@@ -240,26 +240,26 @@ description: |-
|
|
240
240
|
hardware, TCP response, RBLs, whois, port status, and more
|
241
241
|
email: "<sensu-users@googlegroups.com>"
|
242
242
|
executables:
|
243
|
-
- check-
|
244
|
-
-
|
245
|
-
- check-mtu.rb
|
246
|
-
- check-multicast-groups.rb
|
243
|
+
- check-whois-domain-expiration-multi.rb
|
244
|
+
- metrics-net.rb
|
247
245
|
- check-netfilter-conntrack.rb
|
248
|
-
- check-
|
249
|
-
-
|
246
|
+
- check-banner.rb
|
247
|
+
- metrics-sockstat.rb
|
250
248
|
- check-ports-bind.rb
|
251
|
-
- check-ports-nmap.rb
|
252
249
|
- check-ports.rb
|
253
250
|
- check-rbl.rb
|
254
|
-
- check-
|
255
|
-
- check-whois-domain-expiration-multi.rb
|
256
|
-
- check-whois-domain-expiration.rb
|
251
|
+
- check-multicast-groups.rb
|
257
252
|
- metrics-interface.rb
|
258
|
-
-
|
253
|
+
- check-ping.rb
|
254
|
+
- check-mtu.rb
|
255
|
+
- check-ports-nmap.rb
|
256
|
+
- check-whois-domain-expiration.rb
|
259
257
|
- metrics-netif.rb
|
260
|
-
- metrics-netstat-tcp.rb
|
261
258
|
- metrics-ping.rb
|
262
|
-
-
|
259
|
+
- check-socat.rb
|
260
|
+
- metrics-netstat-tcp.rb
|
261
|
+
- check-netstat-tcp.rb
|
262
|
+
- check-jsonwhois-domain-expiration.rb
|
263
263
|
extensions: []
|
264
264
|
extra_rdoc_files: []
|
265
265
|
files:
|
@@ -306,15 +306,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
306
306
|
requirements:
|
307
307
|
- - ">="
|
308
308
|
- !ruby/object:Gem::Version
|
309
|
-
version: 2.
|
309
|
+
version: '2.3'
|
310
310
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
311
311
|
requirements:
|
312
312
|
- - ">="
|
313
313
|
- !ruby/object:Gem::Version
|
314
314
|
version: '0'
|
315
315
|
requirements: []
|
316
|
-
|
317
|
-
rubygems_version: 2.7.7
|
316
|
+
rubygems_version: 3.0.3
|
318
317
|
signing_key:
|
319
318
|
specification_version: 4
|
320
319
|
summary: Sensu plugins for checking network hardware, connections, and data
|