sensu-plugins-network-checks 4.0.0 → 4.1.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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-network-checks/version.rb +1 -1
- metadata +18 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85a6f89d2bb01b99c1f00bab961557d146cb4fbc2cf1e08611a6d5787a92789b
|
|
4
|
+
data.tar.gz: 1cb710eaeb833a230dc7957fe7e69f45b183e1c2a753e5d4f9b82eba966421e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0351d95574b5e06fcea06e88445e1951125c9cd71d2eed087dde4f2470898660939049f4a553be1f0680a0f6f6ba6acdbf918c5550ed3a6a324a3cc4f6b132cc
|
|
7
|
+
data.tar.gz: 1764f29bf2e0464bde2f13aff6d90789a293ed4ec243fde321f76ff91428d334bdcfd4275c5bfcd5b4579021555b39f55fe6c6a5c8ec3ffca9868be9d2320648
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [4.1.0] - 2019-012-12
|
|
9
|
+
### Added
|
|
10
|
+
- Updated asset build targets to support centos6
|
|
11
|
+
|
|
8
12
|
## [4.0.0] - 2019-04-18
|
|
9
13
|
### Breaking Changes
|
|
10
14
|
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
|
|
@@ -241,7 +245,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin
|
|
|
241
245
|
|
|
242
246
|
* initial release, same as community repo
|
|
243
247
|
|
|
244
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.
|
|
248
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.1.0...HEAD
|
|
249
|
+
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.0.0...4.1.0
|
|
245
250
|
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.1...4.0.0
|
|
246
251
|
[3.2.1]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.0...3.2.1
|
|
247
252
|
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.2...3.2.0
|
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.
|
|
4
|
+
version: 4.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-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -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-whois-domain-expiration-multi.rb
|
|
244
|
-
- metrics-net.rb
|
|
245
|
-
- check-netfilter-conntrack.rb
|
|
246
|
-
- check-banner.rb
|
|
247
|
-
- metrics-sockstat.rb
|
|
248
243
|
- check-ports-bind.rb
|
|
249
|
-
- check-
|
|
244
|
+
- check-whois-domain-expiration-multi.rb
|
|
250
245
|
- check-rbl.rb
|
|
246
|
+
- metrics-netstat-tcp.rb
|
|
247
|
+
- check-socat.rb
|
|
251
248
|
- check-multicast-groups.rb
|
|
252
|
-
-
|
|
253
|
-
- check-ping.rb
|
|
249
|
+
- check-jsonwhois-domain-expiration.rb
|
|
254
250
|
- check-mtu.rb
|
|
255
|
-
- check-ports
|
|
256
|
-
- check-whois-domain-expiration.rb
|
|
257
|
-
- metrics-netif.rb
|
|
251
|
+
- check-ports.rb
|
|
258
252
|
- metrics-ping.rb
|
|
259
|
-
-
|
|
260
|
-
-
|
|
253
|
+
- metrics-interface.rb
|
|
254
|
+
- check-banner.rb
|
|
255
|
+
- check-whois-domain-expiration.rb
|
|
256
|
+
- check-ports-nmap.rb
|
|
257
|
+
- check-ping.rb
|
|
261
258
|
- check-netstat-tcp.rb
|
|
262
|
-
- check-
|
|
259
|
+
- check-netfilter-conntrack.rb
|
|
260
|
+
- metrics-sockstat.rb
|
|
261
|
+
- metrics-netif.rb
|
|
262
|
+
- metrics-net.rb
|
|
263
263
|
extensions: []
|
|
264
264
|
extra_rdoc_files: []
|
|
265
265
|
files:
|
|
@@ -313,7 +313,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
313
313
|
- !ruby/object:Gem::Version
|
|
314
314
|
version: '0'
|
|
315
315
|
requirements: []
|
|
316
|
-
|
|
316
|
+
rubyforge_project:
|
|
317
|
+
rubygems_version: 2.7.7
|
|
317
318
|
signing_key:
|
|
318
319
|
specification_version: 4
|
|
319
320
|
summary: Sensu plugins for checking network hardware, connections, and data
|